getdns Functions
PHP Manual

php_getdns_dict_get_list

(PECL getdns >= 0.10.0)

php_getdns_dict_get_listGet a list value from a dictionary.

Description

int php_getdns_dict_get_list ( int $dict , string $name , int &$value )

This function gets a list value from a dictionary. The dictionary type is used to manage name/value pairs in which the names are strings and the data types of the values are heterogeneous and include bindata, dictionaries, lists, and integers.

Parameters

dict

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

name

The name whose associated value is to be returned.

value

The list value to be returned. Note that this argument is passed by reference and any existing value will be overwritten.

Return Values


getdns Functions
PHP Manual