ALIAS

phash()

ShortPHP reference for password_hash().

Signature

password_hash(string $password, string|int|null $algo, array $options = []): string

Example

phash(...);

PHP equivalent

password_hash() is the canonical PHP function. ShortPHP provides phash() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: ornd()

Next: pverify()

Back to reference