PHP Conference Kansai 2025

Voting

: four plus five?
(Example: nine)

The Note You're Voting On

Joey
8 years ago
You need to do something like this to clear it:

while(openssl_error_string() !== false);

Some openssl functions will add errors to the list even if they succeed.

<< Back to user notes page

To Top