downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<radius_put_attrradius_put_string>
Last updated: Thu, 26 Jun 2008

radius_put_int

(PECL radius:1.1-1.2.5)

radius_put_int — Attaches an integer attribute

Description

bool radius_put_int ( resource $radius_handle , int $type , int $value )
Warning

This function is currently not documented; only its argument list is available.

Return Values

Returns TRUE on success or FALSE on failure.

Examples

Example #1 radius_put_int() example

<?php
if (!radius_put_int($res, RAD_FRAMED_PROTOCOL, RAD_PPP)) {
   echo
'RadiusError:' . radius_strerror($res). "\n<br />";
   exit;
}
?>



add a noteadd a note User Contributed Notes
Attaches an integer attribute
There are no user contributed notes for this page.




<radius_put_attrradius_put_string>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs