ALIAS

odigest()

ShortPHP reference for openssl_digest().

Signature

openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false

Example

odigest(...);

PHP equivalent

openssl_digest() is the canonical PHP function. ShortPHP provides odigest() as the convenience alias.

Extension: openssl

Official PHP manual ↗

Reference navigation

Previous: odec()

Next: oenc()

Back to reference