getdns Functions
PHP Manual

php_getdns_dict_util_set_string

(PECL getdns >= 0.10.0)

php_getdns_dict_util_set_stringSet a bindata string value in a dictionary.

Description

int php_getdns_dict_util_set_string ( int $dict , string $name , string $value )

This function sets the character string value of the bindata associated with a given name in a dictionary.

Parameters

dict

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

name

The name whose associated bindata character string value will be set.

value

The character string value to be assigned to the bindata associated with the given name. The value must not be NULL.

Return Values

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


getdns Functions
PHP Manual