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

search for in the

radius_close> <radius_add_server
Last updated: Fri, 13 Nov 2009

view this page in

radius_auth_open

(PECL radius >= 1.1.0)

radius_auth_open認証用の Radius ハンドルを作成する

説明

resource radius_auth_open ( void )

返り値

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

例1 radius_auth_open() の例

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



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

radius_close> <radius_add_server
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites