array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.radius-send-request.php', 1 => 'radius_send_request', 2 => 'Sends the request and waits for a reply', ), 'up' => array ( 0 => 'ref.radius.php', 1 => 'Radius Funzioni', ), 'prev' => array ( 0 => 'function.radius-salt-encrypt-attr.php', 1 => 'radius_salt_encrypt_attr', ), 'next' => array ( 0 => 'function.radius-server-secret.php', 1 => 'radius_server_secret', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/radius/functions/radius-send-request.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

radius_send_request

(PECL radius >= 1.1.0)

radius_send_requestSends the request and waits for a reply

Descrizione

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.

Elenco dei parametri

radius_handle

The RADIUS resource.

Valori restituiti

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.

Vedere anche: