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