human to UNIX time conversion with PHP -


i have strings this: thu, 27 may 2010 07:00:00 gmt

i want convert them unix timestamp

is there way?

echo strtotime('thu, 27 may 2010 07:00:00 gmt'); 

http://php.net/manual/en/function.strtotime.php


Comments