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

radius_put_vendor_string

PHP function Edit on GitHub ✎

(PECL radius >= 1.1.0)

Attaches a vendor specific string attribute

Description

radius_put_vendor_string(resource $radius_handle, int $vendor, int $type, string $value, int $options = 0, [int $tag]): bool

Attaches a vendor specific string attribute to the current RADIUS request. In general, radius_put_vendor_attr() is a more useful function for attaching string attributes, as it is binary safe.

Required

Parameters

value

The attribute value. This value is expected by the underlying library to be null terminated, therefore this parameter is not binary safe.

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