PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $string = "drop_frames=0 speed=2.97x progress=continue frame=540 fps=190.96 stream_0_0_q=-1.0 bitrate=3421.4kbits/s total_size=3827741 out_time_us=8950065 out_time_ms=8950065 out_time=00:00:08.950065 dup_frames=0 drop_frames=0 speed=3.16x progress=end"; $pattern = '/progress=end/'; preg_match($pattern, $string, $matches); $time = $matches[0]; var_dump($time);
Show:  
Copy Clear