Commit graph

123 commits

Author SHA1 Message Date
Maciej Sobaczewski
e41aab5eca Remove changelogs for PHP 4 - 3rd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Andrea Faulds
9804d75897 Clarified function of mb_http_output and the http_output setting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334422 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 15:05:00 +00:00
Yasuo Ohgaki
47718fa3b4 Fixed bug #67373
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334133 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-06 00:10:13 +00:00
Alexey Zakhlestin
54d64fe32a there are 4 function related to calculating lengths of strings.
added cross-links between them via "see also" section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 14:40:20 +00:00
Philip Olson
0aa774414a Removed removed duplicated duplicated words words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333548 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-16 20:12:19 +00:00
Yasuo Ohgaki
9a2d38b9b8 Add changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333513 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-12 05:49:08 +00:00
Peter Cowburn
5e40759423 Move example to examples section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333192 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:54:57 +00:00
Yasuo Ohgaki
c782d9acfd Add security notes to mail() and mb_send_mail()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332578 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-04 23:25:27 +00:00
Yasuo Ohgaki
719247b2cc Fixed mb_send_mail() addtional_header param description. (Copied from mail())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332513 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-26 06:58:01 +00:00
Matthew Fonda
c1d5750657 mb_strlen returns false if invalid encoding is given (fixes #66246)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-08 17:19:11 +00:00
Joe Watkins
8c2aa928b0 fix #66215 (add note to clarify type of encoding for mb_split, possibly others)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332259 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 11:53:23 +00:00
Nikita Popov
a0efd60818 Remove mentions of create_function from docs. Add caution to create_function docs advising to use anon funcs instead.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331556 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-28 15:43:16 +00:00
Chris Wright
4757bd1743 Fix missingInitializer strict errors in mbstring
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-10 16:06:26 +00:00
Pieter Hordijk
8702e0b434 Fixed typo enconding -> encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331012 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-24 08:52:13 +00:00
Jakub Vrana
759b9d93ea Add version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330295 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-19 17:58:51 +00:00
Yoshinari Takaoka
43eb39a60c - fixed function desctiption.
- added notice, the internal encoding is not changed by this function.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329546 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-22 15:49:07 +00:00
Yoshinari Takaoka
fa3df4d216 - added notice about the encoding for multibyte regex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329545 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-22 15:47:01 +00:00
TAKAGI Masahiro
4d2ed4ef0b mbstring: Fix prototypes
mb_convert_case(): 2nd parameter is not optional so default value is meaningless.
mb_decode_numericentity(): 3rd parameter is optional and its default value is internal encoding.
mb_encode_numericentity(): 3rd parameter is optional and its default value is internal encoding.
                           added 4th parameter as of PHP 5.4.0.
mb_regex_set_options(): no default value of "options"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329377 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-30 21:03:39 +00:00
Reeze Xia
82278af75e Fixed doc bug #63565
Patch by daijie

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328489 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-24 19:40:33 +00:00
Joe Watkins
e25450d9dc many bugs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328365 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 13:40:31 +00:00
Adam Harvey
741c112cee Fix doc bug #62458 (unclear/incomplete about return value - mb_ereg_pos).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326414 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-02 01:31:49 +00:00
TAKAGI Masahiro
579b911422 Add svn:keywords and svn:eol-style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324537 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 22:42:00 +00:00
Rui Hirokawa
437815edfe added mb_ereg_replace_callback().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324516 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 06:07:47 +00:00
Philip Olson
7e5eabb52b Removed comments we do not need, which hopefully fixes the ru/ build after sync
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324422 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-21 16:05:15 +00:00
Gordon Oheim
68c2090fe7 clarified that the function will return the haystack including the needle, related to #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323218 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:35:06 +00:00
Gordon Oheim
205a47cb6d changed part parameter to before_needle to make it consistent with strstr, stristr and the grapheme versions of it
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323217 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:30:22 +00:00
Gordon Oheim
1d04cd176b clarified that the function will return the haystack including the needle, fixes #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:19:06 +00:00
Hannes Magnusson
8395fed819 Remove irrelevant note mentioning regex charset, fixes bug#60344
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321296 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-21 15:16:40 +00:00
Jakub Vrana
6383926669 Highlight code in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320553 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:31:12 +00:00
Nikita Popov
24e428d651 Fix Doc Bug #55452: Confusing description for mb_strcut()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315516 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 20:20:58 +00:00
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