fork download
  1. <?php
  2. function mixString($str1, $str2) {
  3. return str_shuffle($str2.$str1);
  4. }
  5. echo mixString('Elvis', 'Chidera');
  6. echo "\n";
  7. echo mixString('Chidera', '');
  8. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
ErvihalCiesd
eCdhrai