<?php echo ' substr: ' . substr( "On the Rhône", 0, 12 ) . PHP_EOL; echo 'mb_substr: ' . mb_substr( "On the Rhône", 0, 12 ) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.