Crypt_CHAP::generateChallenge()
Описание
This method generates a new random challenge and stores it in the given property, the default size of the challenge is 8 bytes.
Параметр
string $varname - name of the property for storing the challenge
int $size - the size of the challenge
Пример
Пример 37-1. Using Crypt_CHAP::generateChallenge()
|
Пред. | Начало | След. |
Introduction | Уровень выше | Crypt_CHAP_MD5::Crypt_CHAP_MD5() |