getdns Functions
PHP Manual

php_getdns_pretty_print_list

(PECL getdns >= 0.10.0)

php_getdns_pretty_print_listCreates a formatted character string representation of a list.

Description

string php_getdns_pretty_print_list ( int $list )

This function can be used to create a "pretty printed" representation of a getdns list.

Parameters

$list

The list to be pretty printed.

Return Values

This function returns a character string containing the pretty printed list. NULL is returned if any conversion or memory allocation errors are encountered.


getdns Functions
PHP Manual