What can use for DateTime::diff() for PHP 5.2?

后端 未结 10 1718
情歌与酒
情歌与酒 2020-11-27 06:18

Is there any function equivalent to DateTime::diff() in PHP 5.2?

My local server is PHP 5.3 and using DateTime::diff(). then I found that my live site uses PHP 5.2 a

10条回答
  •  旧时难觅i
    2020-11-27 06:57

    Read the contrib notes in the PHP date_diff page http://us3.php.net/manual/en/function.date-diff.php

提交回复
热议问题