radius_put_int

(PECL)

radius_put_int -- Attaches an integer attribute

说明

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

警告

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

返回值

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

范例

例子 1. radius_put_int() example

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


add a note add a note User Contributed Notes
There are no user contributed notes for this page.