radius_put_vendor_int
PHP function
Edit on GitHub ✎
(PECL radius >= 1.1.0)
Attaches a vendor specific integer attribute
Description
radius_put_vendor_int(resource $radius_handle, int $vendor, int $type, int $value, int $options = 0, [int $tag]): bool
Attaches a vendor specific integer attribute to the current RADIUS request.
Required
Parameters
valueThe attribute value.
Return Values
Success
Changelog
| Version | Description |
|---|---|
| PECL radius 1.3.0 | The options and tag parameters were added. |