fork download
  1. <?
  2. $x1="235.6";
  3. $x2="25.5 яблок";
  4. echo ((int) $x1)."\n".((int) $x2);
  5. ?>
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
235
25