fork download
  1. <?php
  2. $str = 'Ракетки для сквоша';
  3. echo strtok($str, ' ');
  4. // your code goes here
Success #stdin #stdout 0.01s 24268KB
stdin
Standard input is empty
stdout
Ракетки