fork download
  1. <?php
  2.  
  3. $time = '12:34:56';
  4. echo date_parse($time)['second'];
Success #stdin #stdout 0.01s 83904KB
stdin
Standard input is empty
stdout
56