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

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

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-vendor-addr.xml · from the official PHP manual (php/doc-en)