fork download
  1. <?php
  2.  
  3. $text = "Аргентина манит негра";
  4. $result= "палиндром";
  5.  
  6. $text=mb_strtolower($text);
  7. $text=streplace(" ","",$text);
  8. echo "$text";
Runtime error #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function mb_internal_encoding() in /home/hK4u1q/prog.php:4
Stack trace:
#0 {main}
  thrown in /home/hK4u1q/prog.php on line 4