update : 2015.11.03
php.shukuma.com검색:
|
radius_put_int(PECL radius >= 1.1.0) radius_put_int — Attaches an integer attribute 설명
bool radius_put_int
( resource
$radius_handle
, int $type
, int $value
[, int $options = 0
[, int $tag
]] )Attaches an integer attribute to the current RADIUS request.
인수
반환값
성공 시 변경점
예제
Example #1 radius_put_int() example
<?php 참고
|