Forum und email

radius_put_string

(PECL radius:1.1-1.2.5)

radius_put_string — Attaches a string attribute

Popis

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

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Vrátené hodnoty

Vracia TRUE pri úspechu alebe FALSE pri chybe.

Príklady

Example#1 radius_put_string() example

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