Peter Cowburn
33ff228aa2
mb_encode_mimeheader() default values (doc #54800 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311252 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-19 12:59:59 +00:00
Hannes Magnusson
64042ccbff
Remove several html entities and replace them with utf8 chars so we can drop the
...
dtd include
# replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00
Jakub Vrana
a07a17c15b
'auto' depends on mbstring.language (doc bug #53783 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308187 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 12:52:47 +00:00
Justin Martin
fa99761192
Adding offset parameter 0 initializers to mbstring position functions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307444 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-13 18:58:29 +00:00
Justin Martin
1ea46b47df
Fixed needle parameter with a proper description, closing bug #53739 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307442 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-13 18:33:52 +00:00
Jakub Vrana
f453f7036c
Add PHP tags to <programlisting>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301112 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:38:38 +00:00
Adam Harvey
35db4c5185
Fix doc bug #51858 (mb_convert_case example is not the best) by adding some
...
examples to the manual pages for mb_convert_case, mb_strtoupper and
mb_strtolower that use multi-byte characters (specifically Greek).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299482 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-19 09:44:27 +00:00
Philip Olson
701a371eca
Documented mb_encoding_aliases()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299347 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-13 15:26:35 +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 Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
6454b87750
Fixed bug #51142 (mb_substitute_character('entity') ignored in documentation)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295501 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-25 13:53:51 +00:00
Kalle Sommer Nielsen
2c6f22d619
Fixed bug #50316 (mb-regex options have to be documented)
...
# Modifier details taken from the Oniguruma API
# http://www.geocities.jp/kosako3/oniguruma/doc/API.txt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293213 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 12:15:14 +00:00
Jakub Vrana
bc93886cd1
Prefer <initializer> before "default is"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Jakub Vrana
612e5af5ec
Prefer <initializer> before "default value"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +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
Jakub Vrana
33bc5d475e
Improve example (bug #46806 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291069 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 11:50:59 +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
Richard Quadling
b5539fbafa
Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288350 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 16:30:39 +00:00
Richard Quadling
e90c01fe24
Fix#49564 - Returns false if encoding cannot be determined.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288349 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-15 16:22:50 +00:00
Nilgün Belma Bugüner
6bbf2e651d
fixed properties
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283822 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:57:45 +00:00
Hannes Magnusson
0ef5cd293d
- Use an entity
...
- Link preg_replace
- Remove leading "Warning: " in the warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280334 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-11 07:30:25 +00:00
Florian Anderiasch
b164cbb830
clarification: warning according to bug #48180
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280311 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-10 21:21:10 +00:00
Moriyoshi Koizumi
3664e06bf9
- Note about the addition for 5.3.0.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276010 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-17 16:35:03 +00:00
Richard Quadling
4c3f9137a5
Broken links.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275652 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-12 11:55:33 +00:00
Jakub Vrana
f663f39df9
Initializers - part 3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273443 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-13 12:47:53 +00:00
Jakub Vrana
469002f2e6
Mention mb_internal_encoding (bug #43345 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268524 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 15:13:59 +00:00
Jakub Vrana
3a0e691554
Default for option (bug #43735 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268516 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:27:29 +00:00
Jakub Vrana
86f6c56c3f
Missing parameters
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268515 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:15:26 +00:00
Jakub Vrana
c69a37112f
Document indent (bug #43996 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268511 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 13:52:09 +00:00
Philip Olson
60c22d5fc1
fixed the xml:id
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260082 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-21 06:22:29 +00:00
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