php man page for radius_acct_open

Query: radius_acct_open

OS: php

Section: 3

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

RADIUS_ACCT_OPEN(3)							 1						       RADIUS_ACCT_OPEN(3)

radius_acct_open - Creates a Radius handle for accounting

SYNOPSIS
resource radius_acct_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_acct_open(3) example <?php $res = radius_acct_open () or die ("Could not create handle"); print("Handle successfully created"); ?> PHP Documentation Group RADIUS_ACCT_OPEN(3)
Related Man Pages
pg_lo_close(3) - php
bcompiler_write_constant(3) - php
ftell(3) - php
kadm5_get_principal(3) - php
rewind(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun