fork download
  1. <?php
  2. $array[0] = "сВМПЛП";
  3. $array[1] = "зТХЫБ";
  4. $array[2] = array("пЗХТЕГ","рПНЙДПТ");
  5. $array[3] = array(
  6. array("бРЕМШУЙО","нБОДБТЙО"),
  7. array("бВТЙЛПУ","рЕТУЙЛ")
  8. );
  9.  
  10. $result = convert_cyr_array($array,"k","w");
Runtime error #stdin #stdout #stderr 0.01s 52488KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Call to undefined function convert_cyr_array() in /home/5eHpLA/prog.php on line 10