update : 2015.11.03
php.shukuma.com검색:
|
radius_get_tagged_attr_data(PECL radius >= 1.3.0) radius_get_tagged_attr_data — Extracts the data from a tagged attribute 설명
string radius_get_tagged_attr_data
( string
$data
)If a tagged attribute has been returned from radius_get_attr(), radius_get_tagged_attr_data() will return the data from the attribute. 인수
반환값
Returns the data from the tagged attribute 실패 시 예제
Example #1 radius_get_tagged_attr_data() example
<?php 참고
|