PHP Doku:: Creates a Radius handle for authentication - function.radius-auth-open.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzAuthentifizierungsdiensteRadiusRadius Funktionenradius_auth_open

Ein Service von Reinhard Neidl - Webprogrammierung.

Radius Funktionen

<<radius_add_server

radius_close>>

radius_auth_open

(PECL radius >= 1.1.0)

radius_auth_openCreates a Radius handle for authentication

Beschreibung

resource radius_auth_open ( void )

Rückgabewerte

Returns a handle on success, FALSE on error. This function only fails if insufficient memory is available.

Beispiele

Beispiel #1 radius_auth_open() example

<?php
$radh 
radius_auth_open()
    or die (
"Could not create handle");
echo 
"Handle successfully created";
?>


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)