radius_put_vendor_addr
PHP function
Edit on GitHub ✎
(PECL radius >= 1.1.0)
Attaches a vendor specific IP address attribute
Description
radius_put_vendor_addr(resource $radius_handle, int $vendor, int $type, string $addr): bool
Attaches an IP address vendor specific attribute to the current RADIUS request.
Required
Parameters
addrAn IPv4 address in string form, such as
10.0.0.1.
Return Values
Success
Changelog
| Version | Description |
|---|---|
| PECL radius 1.3.0 | The options and tag parameters were added. |