Commit graph

40 commits

Author SHA1 Message Date
Christoph Michael Becker
09e2269515 Add missing <initializer>
Based on a patch provided by Kasper Franz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346945 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-01 17:47:59 +00:00
Peter Cowburn
4321211c79 update type for DateTimeZone::getOffset's $datetime parameter (doc #77671)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346912 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-26 20:38:21 +00:00
Christoph Michael Becker
66e3e8f0d0 Fix description of what parameter in DateTimeZone::listIdentifiers
Patch provided by Gregor Kralik.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346614 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-21 11:09:08 +00:00
Christoph Michael Becker
2911a4edd4 Add missing initializers
Based on a patch provided by Kasper Franz.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346084 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 11:34:39 +00:00
Jakub Vrana
eee609624d Document returning false (bug #74562)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344087 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 23:20:31 +00:00
Pieter Hordijk
400f2c8445 Documented the possibility of using offset values implemented in 5.5.10
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342230 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-04 08:59:24 +00:00
Adam Harvey
ddfa050613 Fix English in the DateTimeZone::__construct() parameter description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334770 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 20:50:14 +00:00
Adam Harvey
9826ef1ad3 Fix English in the DateTimeZone::listIdentifiers() description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330580 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 00:18:38 +00:00
Philip Olson
086dc12715 Added missing refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312463 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-25 19:38:40 +00:00
Richard Quadling
3ab9b409b6 Updated example to show corrected procedural usage.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307705 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-24 10:35:01 +00:00
Peter Cowburn
67e40e7f48 Added param info for timezone_location_get() (closes doc #53827)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307700 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-24 09:23:45 +00:00
Peter Cowburn
4b5aa71aaf wrapped class name in tag, removed unnecessary para tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305693 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 13:19:31 +00:00
Adam Harvey
f851c80f54 Fix the commit in r305678 so the manual builds again and reword the return
values section of the page, since I already had it open and all. :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305688 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 10:58:37 +00:00
Justin Martin
49f47fddb0 Added parameter for procedural style.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305678 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 03:59:08 +00:00
Richard Quadling
55940885de Add oop or procedural roles to constructorsynopsis and methodsynopsis.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299487 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-19 13:18:07 +00:00
Richard Quadling
f53f615b19 Unintentional <void/> return type. Sorry.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299463 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 17:10:19 +00:00
Richard Quadling
f85c864b93 Add roles to methodsynopsis.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299461 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 17:08:30 +00:00
Richard Quadling
1b93e89734 Separate constructorsynopsis from methodsynopsis.
Added missing procedural function prototypes to OOP methods.
Updated xi:includes to get OOP style constructor and methodsynopsis only.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299350 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-13 15:33:37 +00:00
Daniel Convissor
8b7427f897 Provide new entity for procedural returning false on failure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298938 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 03:46:27 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Daniel Convissor
013b8d588c Make datetimezone_open an alias to construct, just like the rest of the functions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298828 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-01 04:17:40 +00:00
Derick Rethans
78c83259fe - Correct this for the renamed timezone name.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296470 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-20 21:55:28 +00:00
Derick Rethans
1cdd3a84d0 - Fixed whitespace that I introduced yesterday
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296469 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-20 21:54:50 +00:00
Derick Rethans
804f1000ae Use a proper timezone for the example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296447 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-19 21:55:16 +00:00
Richard Quadling
9a89140aa6 DateTime::ALL => DateTimeZone::ALL. Fix#50301
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291331 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-26 10:15:34 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Peter Cowburn
64ef4e5531 Added/fixed visibility modifiers for DateTimeZone
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291247 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-23 22:51:40 +00:00
Richard Quadling
74da59644d Remove BOM
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290987 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 13:13:35 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Derick Rethans
125b7fd0b0 - This one doesn't use an object, as it's a static method.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286906 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-07 09:48:57 +00:00
Nilgün Belma Bugüner
c2608e09d8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:46:52 +00:00
Hannes Magnusson
4c89cbcb64 Mark as static
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282533 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 20:46:17 +00:00
Hannes Magnusson
bd4aaaff50 - Fixed bug#47899 (DateTimeZone::listIdentifiers() documentation is
ambigious)
- Improved docs for the country parameter
- Marked method as static


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282530 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 20:40:24 +00:00
Richard Quadling
d00ef41bf3 Example caption.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279151 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-22 13:42:17 +00:00
Richard Quadling
530c7c0130 Bug#48045 : DateTimeZone object used as base, not DateTime object
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279150 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-22 13:34:35 +00:00
Kalle Sommer Nielsen
e206d2ede4 Fixed bug #47597 (DateTimeZone::getTransitions() takes no arguments in PHP 5.2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276882 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-08 14:14:58 +00:00
Ross Masters
4375ee59c9 * Fix for http://news.php.net/php.webmaster/3784
* Examples for uasort, DateTimeZone::construct, file_get_contents, file_put_contents and ini_set


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275453 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-09 21:54:29 +00:00
Jakub Vrana
876b659528 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273373 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-12 15:42:03 +00:00
Jakub Vrana
3f6baf5f2e Document datetime classes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272892 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-06 14:55:00 +00:00