Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18326 программистов и 1721 робот. Сейчас ищет 1141 программист ...
radius_salt_encrypt_attr - Salt-encrypts a value
Вернуться к: Radius Функции
radius_salt_encrypt_attr
(PECL radius >= 1.3.0)
radius_salt_encrypt_attr — Salt-encrypts a value
Описание
string radius_salt_encrypt_attr
( resource
$radius_handle
, string $data
)Applies the RADIUS salt-encryption algorithm to the given value.
In general, this is achieved automatically by providing the
RADIUS_OPTION_SALT
option to an attribute setter
function, but this function can be used if low-level request construction
is required.
Список параметров
-
data
-
The data to be salt-encrypted.
Возвращаемые значения
Returns the salt-encrypted data или FALSE
в случае возникновения ошибки.
Смотрите также
- radius_put_addr() - Attaches an IP address attribute
- radius_put_attr() - Attaches a binary attribute
- radius_put_int() - Attaches an integer attribute
- radius_put_string() - Attaches a string attribute
Вернуться к: Radius Функции