convert am pm time to 24 hour in php

PHP
echo date("H:i:s", strtotime("04:25 PM"));
Source

Also in PHP: