Commit graph

160 commits

Author SHA1 Message Date
Gordon Oheim
68c2090fe7 clarified that the function will return the haystack including the needle, related to
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
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
Jakub Vrana
b9c3ddd1d3 Use entities for INI headings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322061 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 08:09:53 +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
TAKAGI Masahiro
6444355892 delete overlapping "SJIS-mac".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319699 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-22 19:28:27 +00:00
Shein Alexey
fbdc8ea68c Fixed a typo in the description of ini option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319324 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-16 13:13:34 +00:00
TAKAGI Masahiro
cc99e08aba fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318580 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-30 10:54:31 +00:00
Rui Hirokawa
68cf31ab49 added new encodings since 5.4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318577 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-30 08:45:09 +00:00
Rui Hirokawa
93c8f3c130 added 2nd argument for escapeshellcmd().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318573 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-30 08:27:49 +00:00
Nikita Popov
24e428d651 Fix Doc Bug : 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
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Peter Cowburn
33ff228aa2 mb_encode_mimeheader() default values (doc )
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 )
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 .
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
Justin Martin
a6663ef7ad Vodafone Live! no longer exists. Removed link to it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305645 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-22 07:14:47 +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
Yoshinari Takaoka
9ad53a76ce - mbstring.language Changeable value is changed to PHP_INI_ALL from PHP 5.2.6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299861 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-27 17:18:43 +00:00
Adam Harvey
35db4c5185 Fix doc bug (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 (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 (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
Kalle Sommer Nielsen
8869a46dc2 Fixed bug (mbstring.func_overload in .htaccess has no effect)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293212 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 11:23:39 +00:00
Daniel Egeberg
c95e1a7a3e Fixes .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292341 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 20:23:44 +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 )
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
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
Philip Olson
adb07b8293 Replaced hardcoded external links with entities, and updated url locations where appropriate.
Also replaced a few external links with internal ones.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 16:39:26 +00:00
Richard Quadling
8ac9109e3d Use Unicode characters and UTF-8 encoding.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Hannes Magnusson
1c08f6abeb Use UTF-8 rather then html entities in XML documents
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278148 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-01 21:32:29 +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
11092762eb Links in ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +00:00
Herman J. Radtke III
5467269e76 Updated the documentation to ini.php.constants; entity rather than the custom sentence.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269861 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-26 05:26:39 +00:00
Herman J. Radtke III
87639fa2a9 Fixed bug - mbstring runtime configuration documentation did not have a proper reference to the php.ini directives.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269533 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-22 16:17:57 +00:00
Philip Olson
0b4604213d Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268597 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-08 19:02:18 +00:00
Jakub Vrana
469002f2e6 Mention mb_internal_encoding (bug )
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