radius_acct_open详细说明:(PECL radius >= 1.1.0)
创建一个radius句柄
radius_acct_open— Creates a Radius handle for accounting
不用参数,返回一个对象
resourceradius_acct_open( void)
返回成功的一个句柄, FALSE表示错误. This function only fails if insufficient memory is available.
radius_acct_open有以下用法:
<?php
$res = radius_acct_open ()
or die ("Could not create handle");
print("Handle successfully created");
?>