日期与时间函数库

strtotime

(PHP3 >= 3.0.12 , PHP4 >= 4.0b2)

strtotime ---  剖析任何英文的日期时间成为UNIX时间戳记

语法 : int strtotime (string time [, int now])

说明 : 

给予此函数一包含英文日期格式的字符串,将会试着去剖析此字符串成为UNIX时间戳记

Example :

<?php

   echo strtotime ("10 march 2000") . "\n";

?>


上一页 首页