Radius 函数
PHP 手册

radius_put_string

(PECL radius >= 1.1.0)

radius_put_stringAttaches a string attribute

说明

bool radius_put_string ( resource $radius_handle , int $type , string $value )
Warning

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

返回值

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

范例

Example #1 radius_put_string() example

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

参见


Radius 函数
PHP 手册