PHP 8.5.0 Beta 1 available for testing

Voting

: min(three, one)?
(Example: nine)

The Note You're Voting On

Jean-Luc
7 years ago
Important: The key should have exactly the same length as the cipher you are using. For example, if you use AES-256 then you should provide a $key that is 32 bytes long (256 bits == 32 bytes). Any additional bytes in $key will be truncated and not used at all.

<< Back to user notes page

To Top