fork download
  1. <?php
  2.  
  3. var_dump(intval("hello1"));
  4. var_dump(intval("1hello"));
Success #stdin #stdout 0.01s 23440KB
stdin
Standard input is empty
stdout
int(0)
int(1)