radius_get_vendor_attr

PECL radius >= 1.1.0
radius_get_vendor_attr - Extracts a vendor specific attribute
Manual
Code Examples

radius_get_vendor_attr( string$data ): array

If radius_get_attr returns RADIUS_VENDOR_SPECIFIC, radius_get_vendor_attr may be called to determine the vendor.

Parameters

data

Input data

Return Values

Returns an associative array containing the attribute-type, vendor and the data, or false on error.

Related Functions

Example of radius_get_vendor_attr

Show all examples for radius_get_vendor_attr

PHP Version: