php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | PHP_MAX_SALT_LEN 123 |
Functions | |
PHPAPI zend_string * | php_crypt (const char *password, const int pass_len, const char *salt, int salt_len, bool quiet) |
PHP_MINIT_FUNCTION (crypt) | |
PHP_MSHUTDOWN_FUNCTION (crypt) | |
PHP_RINIT_FUNCTION (crypt) | |
#define PHP_MAX_SALT_LEN 123 |
Definition at line 28 of file php_crypt.h.
PHPAPI zend_string * php_crypt | ( | const char * | password, |
const int | pass_len, | ||
const char * | salt, | ||
int | salt_len, | ||
bool | quiet ) |
PHP_MINIT_FUNCTION | ( | crypt | ) |
PHP_MSHUTDOWN_FUNCTION | ( | crypt | ) |
PHP_RINIT_FUNCTION | ( | crypt | ) |