(PECL getdns >= 0.10.0)
php_getdns_context_get_edns_extended_rcode — Get the EDNS extended RCODE value.
$context
, int &$value
)This function gets the EDNS extended RCODE value. See » RFC 6891 for a description of this value and its function.
contextThe previously created DNS context that is to be used with this request.
valueThe current EDNS extended RCODE value. Valid values range from 0 to 255 inclusive. The default value is 0 (zero). Note that this argument is passed by reference and any existing value will be overwritten.
This function returns an integer response code. GETDNS_RETURN_GOOD indicates successful completion.