radius_acct_open
(PECL radius >= 1.1.0)
radius_acct_open — 課金用の Radius ハンドルを作成する
パラメータ
この関数にはパラメータはありません。
戻り値
成功した場合にハンドル、エラー時に false
を返します。
この関数が失敗するのは、無効なメモリを使用した場合のみです。
例
例1 radius_acct_open() の例
<?php
$res = radius_acct_open ()
or die ("ハンドルを作成できませんでした");
print "ハンドルの作成に成功しました";
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google