Text is difficult
2/41
Examples
UTF-8 Encoding
<?php
echo
substr
(
"Ã…msterdam PHP"
,
0
,
1
),
"\n"
;
?>
Output
Ã
<?php
var_dump
(
"Ã…"
===
"AÌŠ"
);
?>
Output
bool(false)