fork(9) download
  1. <?php
  2.  
  3. $horario = "03:11:48";
  4. $segundos = strtotime('1970-01-01 '.$horario.'UTC');
  5.  
  6. echo $segundos;
Success #stdin #stdout 0s 52488KB
stdin
Standard input is empty
stdout
11508