News Feed
Jobs Feed
Sections




News Archive
Squirrel Hacker Blog:
PHP DateTime is missing methods in 5.2
April 05, 2010 @ 13:58:26

As SeanJA points out in a new post to his blog, there's two functions that were included in the PHP 5.3 version of the DateTime object in PHp that weren't in the PHP 5.2 version - specifically the get/setTimestamp ones.

These are some strange methods to be missing as a lot of people in the PHP world seem to work on Timestamps using these concepts, so you would have thought that php would have included these methods initially. Unfortunately they did not, so here is a fix for that.

He provides two pieces of code, one to replace the setTimestamp function and the other for the getTimestamp to add in this handy functionality as you might need it.

0 comments voice your opinion now!
datetime method missing settimestamp gettimestamp


blog comments powered by Disqus

Similar Posts

Jani Hartikainen's Blog: PHP typehinting gotcha in exceptions/methods

PHP-Coding-Practices.com: Making CakePHP's Pagination work with Model::expects()

Cormac's Blog: Lazy loading of object variables in php using __get()

Derick Rethans' Blog: Overloaded properties (__get)

Stefan Koopmanschap's Blog: public static vs static public


Community Events











Don't see your event here?
Let us know!


opinion interview community database unittest introduction composer phpunit api zendframework2 language code release functional testing example framework series podcast development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework