radius_get_tagged_attr_data
PECL radius >= 1.3.0
radius_get_tagged_attr_data - Extracts the data from a tagged attribute
Manual
radius_get_tagged_attr_data(
string$data ): string|false
If a tagged attribute has been returned from radius_get_attr, radius_get_tagged_attr_data will return the data from the attribute.
Parameters
- data
-
The tagged attribute to be decoded.
Return Values
Returns the data from the tagged attribute or false on failure.