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

search for in the

radius_add_server> <Radius Funções
Last updated: Fri, 22 Aug 2008

view this page in

radius_acct_open

(PECL radius:1.1-1.2.5)

radius_acct_openCreates a Radius handle for accounting

Descrição

resource radius_acct_open ( void )

Valor Retornado

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

Exemplos

Exemplo #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 Funções
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites