Sounds easy, but I can't find where this built in class and others exists in the documentation. I use functions but want to know what there is on the OO side.
|
|
It's not a URL or anything, but you can get a fair idea using Reflection:
Not perfect, as there are no arguments, but a starting point at least. They should make this easier to find out, I agree! |
||||
|
|
|
http://no2.php.net/date_create Constructor info. Some nice info about serialization in comments. http://laughingmeme.org/2007/02/27/">http://laughingmeme.org/2007/02/27/ Nice tutorial, may be old. http://ditio.net/2008/06/03/php-datetime-and-datetimezone-tutorial/ Another slightly different approach tutorial. |
||
|
|
|
|
The URL you mentioned http://www.php.net/manual/en/migration52.classes.php doens't describe the class at all. Surely there is somewhere where this and other classes are documented. |
||
|
|
|
|
There is a list of new classes in PHP 5.2.0 here: http://www.php.net/manual/en/migration52.classes.php ..which links to the new DateTime class info here: |
||
|
|
|
|
A description can be found in the comments of the documentation : http://php.net/manual/fr/book.datetime.php#84699 EDIT : This morning I found something interresting : http://laughingmeme.org/2007/02/27/looking-at-php5s-datetime-and-datetimezone/ |
||||
|
|
|
The DateTime class documentation can be found at php.net/DateTime , this has information on both the class and functions, or just the class documentation is available at php.net/manual/en/class.datetime.php |
||
|
|
