PHP Compiler
<!DOCTYPE html> <html> <body> <?php $str = "PHP world"; echo count_chars($str, 3); ?> </body> </html>
OUTPUT
HPdlorw
×

Save as Private