downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

radius_put_vendor_addr> <radius_put_int
Last updated: Fri, 30 Oct 2009

view this page in

radius_put_string

(PECL radius >= 1.1.0)

radius_put_stringAttaches a string attribute

Beschreibung

bool radius_put_string ( resource $radius_handle , int $type , string $value )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Beispiele

Beispiel #1 radius_put_string() example

<?php
if (!radius_put_string($resRADIUS_USER_NAME'billy')) {
    echo 
'RadiusError:' radius_strerror($res). "\n<br />";
    exit;
}
?>

Siehe auch



add a note add a note User Contributed Notes
radius_put_string
There are no user contributed notes for this page.

radius_put_vendor_addr> <radius_put_int
Last updated: Fri, 30 Oct 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites