Radius 函数
PHP 手册

radius_put_int

(PECL radius >= 1.1.0)

radius_put_intAttaches an integer attribute

说明

bool radius_put_int ( resource $radius_handle , int $type , int $value )
Warning

本函数暂无文档,仅有参数列表。

返回值

如果成功则返回 TRUE,失败则返回 FALSE

范例

Example #1 radius_put_int() example

<?php
if (!radius_put_int($resRAD_FRAMED_PROTOCOLRAD_PPP)) {
   echo 
'RadiusError:' radius_strerror($res). "\n<br />";
   exit;
}
?>

参见


Radius 函数
PHP 手册