getdns Functions
PHP Manual

php_getdns_list_destroy

(PECL getdns >= 0.10.0)

php_getdns_list_destroyFree memory allocated to a list.

Description

int php_getdns_list_destroy ( int $list )

This function frees the memory allocated to a list. It performs a "deep" destroy, freeing storage for all of the members of the list before freeing the list itself.

Parameters

list

The previously created list that is to be used with this request.

Return Values

This function returns NULL.


getdns Functions
PHP Manual