Radius 函数
PHP 手册

radius_put_vendor_attr

(PECL radius >= 1.1.0)

radius_put_vendor_attrAttaches a vendor specific binary attribute

说明

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

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

返回值

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

范例

Example #1 radius_put_vendor_attr() example

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


Radius 函数
PHP 手册