fork download
  1. <?php
  2. $string = current(explode('*', 'something*10'));
  3.  
  4. echo $string;
  5. // your code goes here
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
something