|
radius_put_stringAttaches a string attribute Beschreibung
bool radius_put_string
( resource
$radius_handle
, int $type
, string $value
[, int $options = 0
[, int $tag
]] )Attaches a string attribute to the current RADIUS request. In general, radius_put_attr is a more useful function for attaching string attributes, as it is binary safe.
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Changelog
Beispiele
Beispiel #1 radius_put_string example
<?phpSiehe auch
|