getdns Functions
PHP Manual

php_getdns_list_get_data_type

(PECL getdns >= 0.10.0)

php_getdns_list_get_data_typeGet the data type of an element from a list.

Description

int php_getdns_list_get_data_type ( int $list , int $index , int &$value )

This function gets the data type of an element from a list. The list type is used to manage heterogeneous lists of objects consisting of bindata, dictionaries, lists, and integers.

Parameters

list

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

index

The numeric index (0 based) of the item in the list whose data type is to be retrieved.

value

The data type of the list element at the specified index. Valid values include constants t_bindata, t_dict, t_int, and t_list. Note that this argument is passed by reference and any existing value will be overwritten.

Return Values

This function returns an integer response code. GETDNS_RETURN_GOOD indicates successful completion.


getdns Functions
PHP Manual