(PECL getdns >= 0.10.0)
php_getdns_dict_util_set_string — Set a bindata string value in a dictionary.
$dict
, string $name
, string $value
)This function sets the character string value of the bindata associated with a given name in a dictionary.
dictThe previously created dictionary that is to be used with this request.
nameThe name whose associated bindata character string value will be set.
valueThe character string value to be assigned to the bindata associated with the given name. The value must not be NULL.
This function returns an integer response code. GETDNS_RETURN_GOOD indicates successful completion.