php8.5
Home/ Manual/ radius / functions/ radius_put_addr

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

addr

An IPv4 address in string form, such as 10.0.0.1.

Return Values

Success

Changelog

VersionDescription
PECL radius 1.3.0The options and tag parameters were added.

Source: reference/radius/functions/radius-put-addr.xml · from the official PHP manual (php/doc-en)