(PECL radius >= 1.1.0)
radius_put_string — Attaches a string attribute
Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.
Przykład #1 radius_put_string() example
<?php
if (!radius_put_string($res, RADIUS_USER_NAME, 'billy')) {
echo 'RadiusError:' . radius_strerror($res). "\n<br />";
exit;
}
?>