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