radius_send_request

(PECL radius >= 1.1.0)

radius_send_requestSends the request and waits for a reply

说明

radius_send_request ( resource $radius_handle ) : int

After the Radius request has been constructed, it is sent by radius_send_request().

The radius_send_request() function sends the request and waits for a valid reply, retrying the defined servers in round-robin fashion as necessary.

返回值

If a valid response is received, radius_send_request() returns the Radius code which specifies the type of the response. This will typically be RADIUS_ACCESS_ACCEPT, RADIUS_ACCESS_REJECT, or RADIUS_ACCESS_CHALLENGE. If no valid response is received, radius_send_request() returns FALSE.

参见

相关文章
php apd 函数 stops the interpreter and waits on a cr from the socketphp cubrid 函数 close the request handlephp db++ 函数 request write lock on relationphp eio 函数 cancels a requestphp eio 函数 returns string describing the last error associated with a request resourcephp expect 函数 waits until the output from a process matches one of the patterns a specified time period has passed or an eof is seenphp gupnp 函数 sends out any pending notifications and stops queuing of new onesphp postgresql 函数 sends a request to execute a prepared statement with given parameters and waits for the resultphp postgresql 函数 submits a request to create a prepared statement with the given parameters and waits for completionphp postgresql 函数 sends a request to execute a prepared statement with given parameters without waiting for the result s php postgresql 函数 sends a request to create a prepared statement with the given parameters without waiting for completionphp radius 函数 create accounting or authentication requestphp radius 函数 extracts the data from a tagged attributephp radius 函数 extracts the tag from a tagged attributephp radius 函数 extracts a vendor specific attributephp radius 函数 returns the request authenticatorphp radius 函数 sends the request and waits for a replyphp socket 函数 sends a message to a socket whether it is connected or notphp sqlsrv 函数 sends data from parameter streams to the serverphp solrclient sends a raw update request
关注编程学问公众号