radius_put_addr
PHP function
Edit on GitHub ✎
(PECL radius >= 1.1.0)
Attaches an IP address attribute
Description
radius_put_addr(resource $radius_handle, int $type, string $addr, int $options = 0, [int $tag]): bool
Attaches an IP address 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. |