radius_get_tagged_attr_tag

PECL radius >= 1.3.0
radius_get_tagged_attr_tag - Extracts the tag from a tagged attribute
Manual
Code Examples

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.

Related Functions

Example of radius_get_tagged_attr_tag

Show all examples for radius_get_tagged_attr_tag

PHP Version: