Voting

: six minus one?
(Example: nine)

The Note You're Voting On

garbage at iglou dot eu
8 years ago
For detect UTF-8, you can use:

if (preg_match('!!u', $str)) { echo 'utf-8'; }

- Norihiori

<< Back to user notes page

To Top