(PECL getdns >= 0.10.0)
php_getdns_dict_set_bindata — Set a bindata value in a dictionary.
$dict
, string $name
, string $value
)This function sets a bindata value in 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.
dictThe previously created dictionary that is to be used with this request.
nameThe name whose value is to be set.
valueThe string of binary data to be associated with the given name. The PHP pack() function can be used to create a string of binary data.
This function returns an integer response code. GETDNS_RETURN_GOOD indicates successful completion.