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 Функции
Last updated: Fri, 25 Jul 2008

view this page in

radius_acct_open

(PECL radius:1.1-1.2.5)

radius_acct_openCreates a Radius handle for accounting

Описание

resource radius_acct_open ( void )

Возвращаемые значения

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

Примеры

Пример #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 Функции
Last updated: Fri, 25 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites