getdns Functions
PHP Manual

php_getdns_dict_create

(PECL getdns >= 0.10.0)

php_getdns_dict_createCreate an empty dictionary.

Description

int php_getdns_dict_create ( void )

This function creates an empty dictionary.

Parameters

This function has no parameters.

Return Values

This function returns an integer representation of an empty dictionary. The dictionary must eventually be freed using php_getdns_dict_destroy(). The return value will be 0 (zero) if an error occurred.


getdns Functions
PHP Manual