Commit graph

63 commits

Author SHA1 Message Date
Hannes Magnusson
ad795f9cd0 Re-add mistakenly removed function and upgrade it to the new-doc-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249098 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-27 00:43:25 +00:00
TAKAGI Masahiro
8e1d737cd6 fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247850 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-09 21:41:02 +00:00
Philip Olson
5f71ee938f MFB: converted ref.mbstring to the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247735 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-07 01:14:26 +00:00
Rui Hirokawa
8dbac513aa fixed the document according to bug #41147.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242874 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-24 10:14:41 +00:00
Philip Olson
a19afca437 WS, preparation for the new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242741 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-20 20:55:38 +00:00
Jakub Vrana
8dc6aef215 Doesn't exist yet (bug #41070)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241420 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 10:06:26 +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
Jakub Vrana
75ecffb1cb Fix methodsynopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
David Mytton
23d8a0039e Patch from #40522
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-25 18:14:08 +00:00
David Mytton
63ff2259d8 Missed space in previous commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230713 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-24 21:12:24 +00:00
David Mytton
e946d5a188 Reworded potentially ambiguous description. Closes #40522
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230712 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-24 21:09:25 +00:00
Mehdi Achour
ee233943ae Document missing PHP 5 additions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228316 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 16:49:31 +00:00
Mehdi Achour
d17c045fde Add missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228264 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 01:27:31 +00:00
Nuno Lopes
36acb31fc4 fix typo (per user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227509 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-18 15:20:05 +00:00
TAKAGI Masahiro
d69ba15f18 added the document of new functions (they'll be available as of PHP 5.2.0).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220379 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-23 06:34:37 +00:00
TAKAGI Masahiro
5ae9be36a2 added the document for 3rd argument (Bug #38583)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220062 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-16 13:31:30 +00:00
TAKAGI Masahiro
1729d39eea - converted to the new doc style
- added the description of a new parameter 'offset'
- removed a note about the difference of mb_strrpos() and strrpos()
   (strrpos() accepts string for 'needle' as of PHP 5)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@217137 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-27 03:42:56 +00:00
Nuno Lopes
22d9eb79c6 fix #38157: typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216760 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-20 10:53:57 +00:00
Jakub Vrana
c922f4fb35 Remove info about strrpos (bug #36565)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208312 c90b9560-bf6c-de11-be94-00142212c4b1
2006-03-01 04:35:32 +00:00
Nuno Lopes
9527602e97 document the new array keys
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207083 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-13 20:19:25 +00:00
Jakub Vrana
d7cff8e392 Fix return types (1/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
72b0023625 Fix parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188957 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-21 13:56:28 +00:00
Jakub Vrana
3d55b0e7c1 Remove doubled words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185283 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-27 14:20:09 +00:00
Jakub Vrana
8664ea3458 Remove self-reference See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184894 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-22 15:39:28 +00:00
Jakub Vrana
f80551189e Content-Type and Content-Transfer-Encoding headers (bug #22064)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183776 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-06 16:23:29 +00:00
Kenneth Schwartz
d259129bb0 use example.outputs[.similar] entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
Jakub Vrana
b41f54c7e0 Replace invalid characters in <parameter>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173352 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-23 09:38:18 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Sean Coates
be6c9b1a42 note 46324 - makes sense
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170012 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-07 05:11:28 +00:00
Nuno Lopes
1446685892 doc and example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168926 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-21 17:51:49 +00:00
Dave Barr
c2f864d023 - This extension is no longer experimental.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167480 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-28 13:34:36 +00:00
Jakub Vrana
a1ddba3e96 rtrim($refpurpose, '.')
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166882 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-20 09:37:01 +00:00
Jakub Vrana
5fb3e0c98d Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166703 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 15:39:26 +00:00
Jakub Vrana
8214cac81b Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Jakub Vrana
fa2e38785e Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 18:12:00 +00:00
Curt Zirzow
918f77ae2e Fixed proto's to show variable number of args.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165723 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-08 01:30:40 +00:00
Jakub Vrana
647ee5c6a2 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 17:25:34 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Mehdi Achour
2eef67138a we already have this information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160603 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-05 14:33:24 +00:00
Nuno Lopes
e3f30f1da2 new PHP 5 funcs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158736 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-17 15:35:23 +00:00
Moriyoshi Koizumi
5382c8f065 - Fix bug #23192
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153750 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-15 20:36:58 +00:00
Moriyoshi Koizumi
8e5126aa92 - Proto fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151343 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-13 17:03:06 +00:00
Rui Hirokawa
3c0d48d351 The list was included wrong function names.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149620 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-24 10:37:07 +00:00
Moriyoshi Koizumi
59616304ea Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147288 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-23 23:50:54 +00:00
Jakub Vrana
f8bd23e2bb Xmas typos 4/5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146741 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-18 14:14:41 +00:00
Mehdi Achour
27960e632c Merry XHTML and CS compliant christmas all \!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-15 16:55:22 +00:00
Mehdi Achour
54187de986 Write about convmap parameter, not about array (Jakub Vrana)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144976 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-27 12:27:50 +00:00
Dave Barr
3450fb87f9 - Fixed a lot of typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:33:48 +00:00
Damien Seguy
37fd0fb436 adding beautiful tables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135277 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-17 01:13:25 +00:00
Mehdi Achour
391c25a6cf adding PHP tags in the examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135250 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:25:02 +00:00