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

<radius_put_addrradius_put_int>
Last updated: Thu, 26 Jun 2008

radius_put_attr

(PECL radius:1.1-1.2.5)

radius_put_attr — Attaches a binary attribute

Description

bool radius_put_attr ( resource $radius_handle , int $type , string $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_attr() example

<?php
mt_srand
(time());
$chall = mt_rand();
$chapval = md5(pack('Ca*',1 , 'sepp' . $chall));
$pass = pack('CH*', 1, $chapval);
if (!
radius_put_attr($res, RADIUS_CHAP_PASSWORD, $pass)) {
   echo
'RadiusError:' . radius_strerror($res). "\n<br />";
   exit;
}
?>



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




<radius_put_addrradius_put_int>
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