PHP - Manual: RADIUS Options
2024-11-12
Several RADIUS functions accept option flags as bitmasks. The constants representing those flags are listed below.
RADIUS_OPTION_SALT
(int)
When set, this option will result in the attribute value being salt-encrypted.
RADIUS_OPTION_TAGGED
(int)
When set, this option will result in the attribute value being tagged with the value of the tag parameter.
官方地址:https://www.php.net/manual/en/radius.constants.options.php