getdns Functions
PHP Manual

php_getdns_dict_remove_name

(PECL getdns >= 0.10.0)

php_getdns_dict_remove_nameRemove a name-value pair from a dictionary.

Description

int php_getdns_dict_remove_name ( int $dict , string $name )

This function removes the name-value pair identified by the "name" parameter from the given dictionary.

Parameters

dict

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

name

The name of the name-value pair to be removed.

Return Values

This function returns an integer response code. GETDNS_RETURN_GOOD indicates successful completion. GETDNS_RETURN_NO_SUCH_DICT_NAME indicates that the name doesn't exist in the dictionary.


getdns Functions
PHP Manual