PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<radius_add_serverradius_close>
Last updated: Mon, 16 Jul 2012

radius_auth_open

(PECL)

radius_auth_open -- Creates a Radius handle for authentication

说明

resource radius_auth_open ( void )

返回值

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

例子 1. radius_auth_open() example

<?php
$radh
= radius_auth_open()
   or die (
"Could not create handle");
echo
"Handle successfully created";
?>




<radius_add_serverradius_close>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST