fork download
  1. <?php
  2.  
  3. $in = '/123.456.789.10:111213';
  4. $out = split('[/:]', $in);
  5. var_dump($out[1]);
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
string(14) "123.456.789.10"