php-doc-en/reference/strings/functions
Christoph Michael Becker c00e972108 Add deprecation of money_format
Patch provided by Gert de Pagter.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349216 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-12 13:17:01 +00:00
..
addcslashes.xml
addslashes.xml tidy up addslashes description 2018-01-15 22:33:43 +00:00
bin2hex.xml
chop.xml
chr.xml Link to mb_chr() and mb_ord(), respectively 2018-12-28 14:58:12 +00:00
chunk-split.xml
convert-cyr-string.xml Link to alternative functions 2018-05-05 12:32:24 +00:00
convert-uudecode.xml Fix #72113: convert_uudecode() fails to decode data 2018-05-05 12:14:27 +00:00
convert-uuencode.xml Fix #72113: convert_uudecode() fails to decode data 2018-05-05 12:14:27 +00:00
count-chars.xml
crc32.xml
crypt.xml Fix #61888: crypt() should be documented as not binary safe 2019-01-09 18:00:01 +00:00
echo.xml Fix #69012: examples in echo documentation are misleading 2019-02-12 16:16:07 +00:00
explode.xml Minor doc improvements 2018-03-09 12:44:59 +00:00
fprintf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
get-html-translation-table.xml
hebrev.xml
hebrevc.xml
hex2bin.xml
html-entity-decode.xml Fix #76680: Uncertainty in description of html_entity_decode 2018-08-02 22:23:22 +00:00
htmlentities.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
htmlspecialchars-decode.xml
htmlspecialchars.xml Fix #77662: htmlspecialchars does not behave as documented regarding ambiguous $flags 2019-02-25 11:24:20 +00:00
implode.xml implode($pieces, $glue) is deprecated 2019-12-07 13:30:24 +00:00
join.xml
lcfirst.xml Fix typo (patch provided by Jakob) 2016-09-28 14:21:13 +00:00
levenshtein.xml
localeconv.xml
ltrim.xml
md5-file.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
md5.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
metaphone.xml
money-format.xml Add deprecation of money_format 2020-02-12 13:17:01 +00:00
nl-langinfo.xml
nl2br.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
number-format.xml Fix typo 2018-04-18 13:38:04 +00:00
ord.xml Link to mb_chr() and mb_ord(), respectively 2018-12-28 14:58:12 +00:00
parse-str.xml Fix typos 2018-01-09 13:25:35 +00:00
print.xml after https://bugs.php.net/bug.php?id=74362 2017-04-03 07:27:21 +00:00
printf.xml Fix #78165: Incorrect example with printf 2019-06-14 17:56:16 +00:00
quoted-printable-decode.xml
quoted-printable-encode.xml
quotemeta.xml
rtrim.xml
setlocale.xml Move warning to description section to make it more prominent 2019-11-10 13:08:15 +00:00
sha1-file.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
sha1.xml Use entities in initializer 2018-01-25 19:11:34 +00:00
similar-text.xml Fix bug #36261: similar_text parameters aren't swappable 2018-02-22 17:42:20 +00:00
soundex.xml Use relevant entities, spotted by an anonymous user. 2019-12-04 01:19:22 +00:00
sprintf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
sscanf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
str-getcsv.xml As of PHP 7.4.0 an empty escape string means no escaping 2018-12-15 15:15:12 +00:00
str-ireplace.xml Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
str-pad.xml Fix typos 2018-01-01 14:32:12 +00:00
str-repeat.xml
str-replace.xml Typos and minor improvements provided by various anonymous users. 2019-10-15 09:23:04 +00:00
str-rot13.xml
str-shuffle.xml Nested <link>s can't work 2018-04-17 16:10:01 +00:00
str-split.xml
str-word-count.xml
strcasecmp.xml
strchr.xml
strcmp.xml
strcoll.xml Remove PHP 4 and 5.0.0 mentions. 2019-06-08 15:52:28 +00:00
strcspn.xml
strip-tags.xml Fix typo 2020-01-15 08:49:03 +00:00
stripcslashes.xml
stripos.xml Searching strings for non-string needle is deprecated as of PHP 7.3.0 2018-12-12 11:27:56 +00:00
stripslashes.xml
stristr.xml Remove PHP 4 and 5.0.0 mentions. 2019-06-08 15:52:28 +00:00
strlen.xml Revert last commit per comments about strlen 2020-02-07 15:21:32 +00:00
strnatcasecmp.xml
strnatcmp.xml
strncasecmp.xml
strncmp.xml
strpbrk.xml
strpos.xml Searching strings for non-string needle is deprecated as of PHP 7.3.0 2018-12-12 11:27:56 +00:00
strrchr.xml Remove PHP 4 and 5.0.0 mentions. 2019-06-08 15:52:28 +00:00
strrev.xml
strripos.xml Fix Doc Bug #73913 2019-04-23 00:51:32 +00:00
strrpos.xml Remove PHP 4 and 5.0.0 mentions. 2019-06-08 15:52:28 +00:00
strspn.xml Remove trailing fullstop in <refpurpose> 2018-01-25 15:34:22 +00:00
strstr.xml Remove PHP 4 and 5.0.0 mentions. 2019-06-08 15:52:28 +00:00
strtok.xml Another round of PHP 4 content removal (mostly inline mentions) 2016-12-05 10:17:07 +00:00
strtolower.xml
strtoupper.xml
strtr.xml
substr-compare.xml Amend substr_compare documentation with latest changes 2019-05-02 14:12:29 +00:00
substr-count.xml Fix #73613: Not warning if length == 0 2018-09-03 21:28:08 +00:00
substr-replace.xml Improved explanation of the start param which may be zero too instead of just positive. 2017-03-09 11:06:17 +00:00
substr.xml Remove out-dated info 2019-12-11 13:57:58 +00:00
trim.xml
ucfirst.xml
ucwords.xml
vfprintf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
vprintf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
vsprintf.xml Improve sprintf documentation and related functions (such as printf) 2019-03-24 16:30:33 +00:00
wordwrap.xml Use entities in initializer 2018-01-25 19:11:34 +00:00