<?php $str = "noël"; echo $str, "\n"; echo implode(array_reverse(grapheme_str_split($str))),"\n"; echo grapheme_substr($str, 0,3),"\n"; echo grapheme_strlen($str),"\n";
You have javascript disabled. You will not be able to edit any code.