PHP 8.5.0 Alpha 4 available for testing

Voting

: max(one, eight)?
(Example: nine)

The Note You're Voting On

info at infosoporte dot com
16 years ago
If escapeshellarg() function removes your accents (like á, a with an 'accute') from the given string, ensure your LC_ALL variable is correct. If using it via web, you need to restart Apache or the corresponding web server after setting LC_ALL with a export LC_ALL=es_ES.utf8 (for example) from your shell.

<< Back to user notes page

To Top