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

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

value

The attribute value.

Return Values

Success

Changelog

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

See Also

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