Kalle Sommer Nielsen
730116ccfd
Fixes #44286 (date('u'): milli or microseconds?) -- Patch by Ross Masters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265563 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-27 18:08:10 +00:00
Kalle Sommer Nielsen
20a326f84d
* Added caution note that ticks are deprecated as of 5.3
...
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
* mktime() -- is_dst parameter is deprecated
* register_tick_function()
* mysql_db_query()
* mysql_escape_string()
* setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Simion Onea
24793c40b6
Corrected two typos (than -> then, is -> returns).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264438 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-08 05:58:36 +00:00
Jakub Vrana
bfe00006e3
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264004 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-01 11:52:59 +00:00
Hannes Magnusson
80dcfecb7e
Fix markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263798 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 17:58:29 +00:00
Hannes Magnusson
787acc979a
Do not use the same parameter name twice
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263797 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 17:55:51 +00:00
Hannes Magnusson
c938a6c977
Fix CS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263796 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 17:54:56 +00:00
Hannes Magnusson
30a75a073f
Remove useless note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263795 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 17:52:41 +00:00
Richard Quadling
85f148bd0a
date-add and date-sub (with thanks to Andy J Belamy)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263784 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 16:15:27 +00:00
TAKAGI Masahiro
82d2a91cc5
fix build.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262913 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-18 06:03:44 +00:00
Daniel P. Brown
7d550ae084
Rewrote the description section, correcting grammar, rewording the structure, and expanding a bit on the actions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262908 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-18 00:46:20 +00:00
Derick Rethans
343f0775bd
- Mention that this is OS specific (related to bug #45498 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262550 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-13 10:51:34 +00:00
Kalle Sommer Nielsen
45a1295aad
strptime, dio_fcntl, dio_tcsetattr, dio_truncate, stream_socket_pair - Moved ¬e.no-windows; into a note refsec
...
lchgrp, lchown - Added not implemented on Windows note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260402 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 04:42:07 +00:00
Derick Rethans
38f1ad94a3
- Integrate user note 53629.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259544 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 15:22:04 +00:00
Matt Wilmas
2d234c1518
Fixed gmstrftime spelling (bug #44968 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259532 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-11 10:38:31 +00:00
Mehdi Achour
e72eeb989f
Integrate user notes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249433 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-30 15:20:46 +00:00
Felipe Pena
6d6d06eabd
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249103 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 01:24:26 +00:00
Felipe Pena
9ce693f96f
Added information about return value in case the date format has an error ( #42640 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247813 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-09 00:23:22 +00:00
Richard Quadling
a278f3a9d3
Example altered to not show leading zero.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247571 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-04 09:39:57 +00:00
Jakub Vrana
d0ac96658d
Maximum length of format (bug #42713 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246620 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:49:07 +00:00
Jakub Vrana
d4d4b3020b
Rephrase (bug #42786 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246615 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 15:21:40 +00:00
Richard Quadling
a1496cecfe
WS - Removal of TABs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-01 16:40:42 +00:00
Hannes Magnusson
275a8284ce
Fixed bug#42921 (date('u') doesn't work)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244140 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-13 13:06:37 +00:00
Jakub Vrana
95dd88011f
Year is still limited (bug #37281 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241632 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 10:14:07 +00:00
Richard Quadling
a9e7ec5964
Month => Week
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@239184 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-05 12:59:25 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Hannes Magnusson
94dd9f1ef2
New date() format character
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236145 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-22 17:57:35 +00:00
Maciek Sokolewicz
83a2574e84
fix typo in section about 2-digit interpretation [again]
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233556 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-10 12:53:24 +00:00
Maciek Sokolewicz
67f2db5cdf
fix typo in section about 2-digit interpretation (usernote)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233476 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-09 13:24:35 +00:00
Antony Dovgal
3055be43fd
typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232639 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-26 08:13:04 +00:00
Mehdi Achour
badae55071
Add missing cross links
...
# and more soon
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230541 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-23 00:47:06 +00:00
Philip Olson
c2e9e5a27e
According to our guidelines:
...
- Use PHP x.x.0 instead of PHP x.x, or use PHP x.x.x where appropriate
- Use PHP x instead of PHPx
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229829 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-15 08:12:20 +00:00
Nuno Lopes
3d7a5792bc
escape literal chars in date functions (user note)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228917 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-03 22:35:18 +00:00
Nuno Lopes
1324297906
fix description of date(T)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227535 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 19:08:12 +00:00
Mehdi Achour
ec3f931fa0
Add missing roles and entities in already switched files
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227340 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-16 01:24:43 +00:00
Nuno Lopes
94f320d2db
typo in the example output. add also strtotime(+1 week) to the example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226175 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-01 10:34:56 +00:00
TAKAGI Masahiro
66431b83d4
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225235 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-18 17:12:34 +00:00
Derick Rethans
5101df1515
- Fixed bug #39805 : Make these docs less vague.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224894 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-12 12:44:42 +00:00
Hannes Magnusson
52a4333c73
date() doesn't use the _local_ time (bug#39137: Misleading description in date() doc)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@224211 c90b9560-bf6c-de11-be94-00142212c4b1
2006-12-02 07:43:35 +00:00
Jean-Sébastien Goupil
8d4f1bd58f
fix typo + add return doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223636 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-20 23:55:08 +00:00
Jakub Vrana
11c442537a
Initial documentation of PHP 5.2.0 functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223339 c90b9560-bf6c-de11-be94-00142212c4b1
2006-11-14 16:46:10 +00:00
Dave Barr
1c7169d34b
- WS ( #39109 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221787 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 03:44:38 +00:00
Dave Barr
c67350aea3
- WS ( #39109 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221786 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 03:44:37 +00:00
Hannes Magnusson
346e03a037
Max value of the "Z" format is 50400
...
# cought by user note, richienz
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221500 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-10 12:29:19 +00:00
Philip Olson
6bdc411338
Document the E_STRICT/E_NOTICE time zone errors (as of 5.1.0) using
...
the changelog and errors roles. Closes bug #37486
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219621 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 09:04:09 +00:00
Nuno Lopes
ec03c06d61
DST: daylight saving time. confirmed with my GB English dictionary
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217988 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-11 17:29:58 +00:00
Jakub Vrana
d51ee86ac7
Typo (bug #38304 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217448 c90b9560-bf6c-de11-be94-00142212c4b1
2006-08-03 09:17:25 +00:00
TAKAGI Masahiro
1dbd58d198
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216202 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-12 03:06:19 +00:00
TAKAGI Masahiro
9f26793c1e
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216138 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-11 11:44:16 +00:00
TAKAGI Masahiro
e902cd27f0
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216136 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-11 11:32:22 +00:00