PHP.nl

radius_put_vendor_string

radius_put_vendor_string

Attaches a vendor specific string attribute

bool **radius_put_vendor_string** resource $radius_handle int $vendor int $type string $value int $options int $tag

Attaches a vendor specific string attribute to the current RADIUS request. In general, is a more useful function for attaching string attributes, as it is binary safe. radius_put_vendor_attr

valueThe attribute value. This value is expected by the underlying library to be null terminated, therefore this parameter is not binary safe.

return.success

radius_put_vendor_int