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, 05 Sep 2008

view this page in

radius_acct_open

(PECL radius:1.1-1.2.5)

radius_acct_open課金用の Radius ハンドルを作成する

説明

resource radius_acct_open ( void )

返り値

成功した場合にハンドル、エラー時に FALSE を返します。 この関数が失敗するのは、無効なメモリを使用した場合のみです。

例1 radius_acct_open() の例

<?php
$res 
radius_acct_open ()
    or die (
"ハンドルを作成できませんでした");
print(
"ハンドルの作成に成功しました");
?>



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, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites