php man page for radius_auth_open

Query: radius_auth_open

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RADIUS_AUTH_OPEN(3)							 1						       RADIUS_AUTH_OPEN(3)

radius_auth_open - Creates a Radius handle for authentication

SYNOPSIS
resource radius_auth_open (void )
DESCRIPTION
RETURN VALUES
Returns a handle on success, FALSE on error. This function only fails if insufficient memory is available.
EXAMPLES
Example #1 radius_auth_open(3) example <?php $radh = radius_auth_open() or die ("Could not create handle"); echo "Handle successfully created"; ?> PHP Documentation Group RADIUS_AUTH_OPEN(3)
Related Man Pages
bcompiler_write_file(3) - php
cubrid_close_prepare(3) - php
cubrid_close_request(3) - php
fgetc(3) - php
ftell(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch