|
PHP5中文手册
radius_create_request(PECL radius:1.1-1.2.5) radius_create_request — Create accounting or authentication request 说明
bool radius_create_request
( resource $radius_handle
, int $type
)
A Radius request consists of a code specifying the kind of request, and zero or more attributes which provide additional information. To begin constructing a new request, call radius_create_request().
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 radius_create_request() example
<?php |