PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

radius_add_server> <Radius Funkcje
Last updated: Fri, 14 Nov 2008

view this page in

radius_acct_open

(PECL radius:1.1-1.2.5)

radius_acct_openCreates a Radius handle for accounting

Opis

resource radius_acct_open ( void )

Zwracane wartości

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

Przykłady

Example #1 radius_acct_open() example

<?php
$res 
radius_acct_open ()
    or die (
"Could not create handle");
print(
"Handle successfully created");
?>



add a note add a note User Contributed Notes
radius_acct_open
There are no user contributed notes for this page.

radius_add_server> <Radius Funkcje
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites