|
PHP5中文手册
radius_get_vendor_attr(PECL radius:1.1-1.2.5) radius_get_vendor_attr — Extracts a vendor specific attribute 说明
array radius_get_vendor_attr
( string $data
)
If radius_get_attr() returns RADIUS_VENDOR_SPECIFIC, radius_get_vendor_attr() may be called to determine the vendor. 返回值Returns an associative array containing the attribute-type, vendor and the data, or FALSE on error. 范例
Example#1 radius_get_vendor_attr() example
<?php |