ALIAS
pverify()
ShortPHP reference for password_verify().
Signature
password_verify(string $password, string $hash): bool
Example
pverify(...);PHP equivalent
password_verify() is the canonical PHP function. ShortPHP provides pverify() as the convenience alias.
Extension: Core