PHP Doku:: Creates a Radius handle for accounting - function.radius-acct-open.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzAuthentifizierungsdiensteRadiusRadius Funktionenradius_acct_open

Ein Service von Reinhard Neidl - Webprogrammierung.

Radius Funktionen

<<Radius Funktionen

radius_add_server>>

radius_acct_open

(PECL radius >= 1.1.0)

radius_acct_openCreates a Radius handle for accounting

Beschreibung

resource radius_acct_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_acct_open() example

<?php
$res 
radius_acct_open ()
    or die (
"Could not create handle");
print(
"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",...)