|
radius_put_vendor_attrAttaches a vendor specific binary attribute Description
bool radius_put_vendor_attr
( resource
$radius_handle
, int $vendor
, int $type
, string $value
[, int $options = 0
[, int $tag
]] )Attaches a vendor specific binary attribute to the current RADIUS request.
Parameters
Return Values
Returns Changelog
Examples
Example #1 radius_put_vendor_attr example
<?php See Also
|