php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | IS_VALID_SALT_CHARACTER(c) |
Functions | |
PHPAPI zend_string * | php_crypt (const char *password, const int pass_len, const char *salt, int salt_len, bool quiet) |
PHP_FUNCTION (crypt) | |
#define IS_VALID_SALT_CHARACTER | ( | c | ) |
PHPAPI zend_string * php_crypt | ( | const char * | password, |
const int | pass_len, | ||
const char * | salt, | ||
int | salt_len, | ||
bool | quiet ) |