PHP 8.5.0 Beta 2 available for testing

Voting

: seven minus six?
(Example: nine)

The Note You're Voting On

bobm at hp dot com
22 years ago
To achieve raw binary format prior to PHP5, you can do this...

$raw = pack("H*", sha1($str));

Regards,

Bob Mader

<< Back to user notes page

To Top