Commit graph

443 commits

Author SHA1 Message Date
Richard Quadling
7946764ba4 "Olson" Timezone Database Version => 2011.2 (2011b)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308432 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-17 14:00:27 +00:00
Adam Harvey
c6c01a4571 Fix doc bug #53954 (no returing value description for microtime()).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308125 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-08 10:27:42 +00:00
Richard Quadling
78fd6bb1d2 mktime and gmmktime's params are a little more complex. Fix bug#53798
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307764 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-26 11:06:02 +00:00
Richard Quadling
409ea6352f "Olson" Timezone Database Version => 2011.1 (2011a)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307717 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-24 17:19:48 +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
Adam Harvey
1d9042e25c Fix doc bug #53706 (Misleading example on datediff format page).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307395 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-12 03:54:31 +00:00
TAKAGI Masahiro
dde4eabf0c fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306559 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-21 21:04:12 +00:00
Kalle Sommer Nielsen
38b8faf180 Improved example #3 (%e modifier on Windows) - Patch by simon at stienen dot name (bug #53558)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306482 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-20 02:00:39 +00:00
David Tajchreber
8258c65cf5 Fixed bug #53532 typo on date_parse_from_format page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306308 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 23:05:23 +00:00
Peter Cowburn
1ff0e06a1d <method> to <methodname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306289 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 19:35:11 +00:00
Derick Rethans
79cd70162d - Fixed XML.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306286 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 19:02:09 +00:00
Derick Rethans
ec7222dda3 - The format specifiers for createFromFormat and parse_from_format() are not
the same as date()'s. I've documented them now.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306285 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 19:01:20 +00:00
Derick Rethans
fc99dbfc0a - better section header
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306284 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 19:00:32 +00:00
Derick Rethans
33eb8ae7d3 - Create more logical order.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306283 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-12 18:59:58 +00:00
Richard Quadling
515006c2e5 New example to report all the values for the formats.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305948 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-03 16:00:26 +00:00
Adam Harvey
94073df47d Fix doc bug #53456 (Documentation should mention that %P doesn't work in Mac OS
X due to diff C lib).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305938 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-03 10:15:06 +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
Daniel P. Brown
cb18b62069 Fixes typo from Bug #53381.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305677 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 01:09:48 +00:00
Peter Cowburn
1bbbd77ee0 <function> to <methodname> tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305221 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 11:01:09 +00:00
Adam Harvey
ef151ba6c1 Removed the reference to "US English" in the strtotime() description, since
that's not true for all delimiters, and added an explanatory note summarising
the Date and Time Formats grammar and how it pertains to m/d/y and d-m-y, along
with a recommendation to use ISO 8601 or DateTime::createFromFormat() where
possible.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305220 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-09 10:53:51 +00:00
Justin Martin
8c01f07f3c Added example of using comparison operators to compare DateTime objects, as per bug #53249.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305145 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-07 05:19:12 +00:00
Richard Quadling
0fc9252e63 "Olson" Timezone Database Version => 2010.15 (2010o)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305026 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-02 11:36:38 +00:00
Peter Cowburn
422eb63281 CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304888 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:41:39 +00:00
Peter Cowburn
a912865116 Typos and grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304887 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-25 19:38:17 +00:00
Kalle Sommer Nielsen
17ece6f8ff Fixed bug #45847 strftime() (returns an empty string when using the %e conversion specifier)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304637 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-23 05:59:00 +00:00
Kalle Sommer Nielsen
3b77a371fd Fixed bug #51317 (Errors/Exceptions section is incorrect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304529 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 05:08:56 +00:00
Kalle Sommer Nielsen
138a9e2414 Fixed bug #51538 (strptime() buggy prior PHP 5.2.0)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304520 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 00:33:12 +00:00
Kalle Sommer Nielsen
e1f7f5aecf Fixed bug #51924 (Missing MySQL datetime format in list of valid formats)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304519 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-20 00:21:53 +00:00
Gustavo André dos Santos Lopes
0c430b011e - In example, "new date_create" corrected to "date_create". Closes bug #52973.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303959 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-02 19:08:23 +00:00
Richard Quadling
c86065e294 Proceed (to go forward) => prefixed (added to the beginning of a word)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303920 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-01 11:59:12 +00:00
Richard Quadling
852db5102e TZDB V2010.13 (2010m)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-27 14:11:50 +00:00
Joey Smith
9412bf3cd4 Adds a "seealso" to date-parse-from-format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302973 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-01 11:29:23 +00:00
Adam Harvey
0b2f8a77ab Fix doc bug #52642 (You have mixed up two values in one of the tables) by
adding a note to the strptime() manual page explaining how OS dependent it is,
suggesting date_parse_from_format() as an alternative, and refining the
parameter descriptions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302528 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-20 05:45:06 +00:00
Richard Quadling
1644a4f4db TZDB V2010.12 (2010l)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302351 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 13:56:40 +00:00
Richard Quadling
81211debd5 TZDB V2010.11 (2010k)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302338 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-16 12:27:50 +00:00
Daniel Egeberg
3789d01ba8 Added undocumented public properties in DateInterval.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301510 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-24 12:02:57 +00:00
Adam Harvey
5c46b0354a Per doc bug #52378 (new DateTime(time()) failed and should not), clarified how
you can emulate the functionality of DateTime::setTimestamp() in PHP 5.2 with
an example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301411 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-20 04:25:14 +00:00
Adam Harvey
49d9c2bfe7 Fix doc bug #52363 (timezone_name_from_abbr problem) by adding more explanation
of the $isdst parameter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301391 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 10:13:31 +00:00
Richard Quadling
52c6382222 Use &date.datetime.retval.changelog; for changelog to bring it inline with other methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300803 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-28 12:22:05 +00:00
Daniel Egeberg
f2f4e07d9d Fixed PHP bug #51976 (date_default_timezone_get still mentions TZ use)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300203 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-05 10:37:33 +00:00
Peter Cowburn
975bee39f1 doy values of 001-009 are allowed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300164 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 13:52:49 +00:00
Richard Quadling
54b35123bc Temporarily hide unrequired synopses from datetime documentation (all translations) as these are generating a warning during the build process.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299689 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-24 12:51:39 +00:00
Peter Cowburn
3f159d3087 Correct description of special ! character. Fixes #51866
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299631 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-22 19:13:10 +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
943cea1918 Standardised collection of constructor/destructor/methods for datetime classes.
Automatically handles any new methods as well as separation of constructorsynopsis and destructorsynopsis.
Fallback of "blank" when the xxxxsynopsis entries do not exist.
Used &Methods; for tr translation.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299458 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-18 16:52:10 +00:00