getdns Functions
PHP Manual

php_getdns_dict_destroy

(PECL getdns >= 0.10.0)

php_getdns_dict_destroyFree memory allocated to a dictionary.

Description

NULL php_getdns_dict_destroy ( int $dict )

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

Parameters

dict

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

Return Values

This function returns NULL.


getdns Functions
PHP Manual