CakeFest 2024: The Official CakePHP Conference

Constantes pré-definidas

As contantes abaixo são definidas por esta extensão e só estarão disponíveis quando a extensão tiver sido compilada no PHP ou tiver sido carregada dinamicamente em tempo de execução.

CRYPT_SALT_LENGTH (int)
CRYPT_STD_DES int
Indica se hashes baseados em DES padrão são suportados em crypt(). Sempre 1.
CRYPT_EXT_DES int
Indica se hashes baseados em DES estendido são suportados em crypt(). Sempre 1.
CRYPT_MD5 int
Indica se hashes MD5 são suportados em crypt(). Sempre 1.
CRYPT_BLOWFISH int
Indica se hashes Blowfish são suportados em crypt(). Sempre 1.
CRYPT_SHA256 (int)
Indica se hashes SHA-256 hashes são suportados em crypt(). Sempre 1.
CRYPT_SHA512 (int)
Indica se hashes SHA-512 hashes são suportados em crypt(). Sempre 1.
HTML_SPECIALCHARS (int)
HTML_ENTITIES (int)
ENT_COMPAT (int)
ENT_QUOTES (int)
ENT_NOQUOTES (int)
ENT_IGNORE (int)
ENT_SUBSTITUTE (int)
ENT_DISALLOWED (int)
ENT_HTML401 (int)
ENT_XML1 (int)
ENT_XHTML (int)
ENT_HTML5 (int)
CHAR_MAX (int)
LC_CTYPE (int)
LC_NUMERIC (int)
LC_TIME (int)
LC_COLLATE (int)
LC_MONETARY (int)
LC_ALL (int)
LC_MESSAGES (int)
STR_PAD_LEFT (int)
STR_PAD_RIGHT (int)
STR_PAD_BOTH (int)
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top