php-doc-en/reference/strings/functions
Peter Cowburn 65ecfa33fd initializer
-----
Patch by Hans Henrik Bergan

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329667 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-05 21:09:48 +00:00
..
addcslashes.xml Whitespace 2011-08-12 13:09:45 +00:00
addslashes.xml magic_quotes_gpc is not on by default anymore 2012-03-27 18:59:52 +00:00
bin2hex.xml hex2bin prototype 2011-06-30 13:00:01 +00:00
chop.xml
chr.xml
chunk-split.xml
convert-cyr-string.xml
convert-uudecode.xml Standardise on single style of quotes for XML tag. 2011-08-16 11:38:58 +00:00
convert-uuencode.xml Standardise on single style of quotes for XML tag. 2011-08-16 11:38:58 +00:00
count-chars.xml
crc32.xml Added explicit warning about 32 vs 64bit platform issues 2012-07-24 17:10:02 +00:00
crypt.xml Clarified language of CRYPT_BLOWFISH character range admonition. 2013-01-12 04:04:32 +00:00
echo.xml Fixed doc bug #63024 (PHP 5.4.0, <?= is always available). 2012-09-07 02:45:01 +00:00
explode.xml Add an example 2012-07-20 23:08:14 +00:00
fprintf.xml
get-html-translation-table.xml HTML functions use encoding, not character set 2012-02-16 23:55:01 +00:00
hebrev.xml
hebrevc.xml
hex2bin.xml We know this is PHP 2012-06-05 16:31:12 +00:00
html-entity-decode.xml - Improve htmlspecialchars() and html_entity_decode() docs. 2012-06-21 13:17:23 +00:00
htmlentities.xml - Fixed several screw ups in r324188. 2012-03-13 22:02:26 +00:00
htmlspecialchars-decode.xml Missing \n 2012-02-16 23:50:19 +00:00
htmlspecialchars.xml - Improve htmlspecialchars() and html_entity_decode() docs. 2012-06-21 13:17:23 +00:00
implode.xml Removed dubious wording in implode parameter description. Fixes bug #63985. 2013-01-16 14:32:49 +00:00
join.xml
lcfirst.xml Remove several html entities and replace them with utf8 chars so we can drop the 2011-05-05 20:59:34 +00:00
levenshtein.xml
localeconv.xml
ltrim.xml
md5-file.xml changelog order (newest first) 2012-01-27 13:36:13 +00:00
md5.xml Standardized on double quotes for attributes. 2011-09-30 14:21:51 +00:00
metaphone.xml
money-format.xml
nl-langinfo.xml
nl2br.xml Fix Doc Bug #62494: Description of is_xhtml arg is wrong 2012-07-06 21:34:20 +00:00
number-format.xml Fix order of parameters and return value sections 2012-02-28 09:55:32 +00:00
ord.xml
parse-str.xml
print.xml Use <function> for language constructs (now supported by PhD) 2012-04-15 21:45:34 +00:00
printf.xml Use <function> for language constructs (now supported by PhD) 2012-04-15 21:45:34 +00:00
quoted-printable-decode.xml
quoted-printable-encode.xml
quotemeta.xml Update the return value section of quotemeta() to fix doc bug #54539 2011-04-19 06:21:15 +00:00
rtrim.xml
setlocale.xml Fix doc bug #62950 (PHP documentation broken link), and change the displayed 2012-08-28 01:46:15 +00:00
sha1-file.xml Standardized on double quotes for attributes. 2011-09-30 14:21:51 +00:00
sha1.xml Standardized on double quotes for attributes. 2011-09-30 14:21:51 +00:00
similar-text.xml Add a proper citation for Oliver in the similar_text() description, per the 2012-07-26 02:03:10 +00:00
soundex.xml
sprintf.xml Add a note about position specifiers respecting PHP_INT_MAX. 2012-11-12 02:14:56 +00:00
sscanf.xml Fix doc bug #61596 (Documentation doesn't mention negative return values). 2012-04-02 06:52:56 +00:00
str-getcsv.xml Fixed bug#55429 (Description of this function is incorrect and awkwardly written) 2011-08-17 10:35:35 +00:00
str-ireplace.xml Grammar tweak. I'd have linked example #2 if I could have figured out the magic 2011-04-04 08:44:48 +00:00
str-pad.xml
str-repeat.xml
str-replace.xml Removed mentioning ereg_replace since it's deprecated. 2011-04-04 08:09:53 +00:00
str-rot13.xml
str-shuffle.xml
str-split.xml
str-word-count.xml
strcasecmp.xml Add substr_compare in See Also sections of strn?(case)?cmp 2011-08-15 09:45:29 +00:00
strchr.xml
strcmp.xml Add substr_compare in See Also sections of strn?(case)?cmp 2011-08-15 09:45:29 +00:00
strcoll.xml
strcspn.xml
strip-tags.xml Integrate user note 48364, since it's correct about the limitations of 2012-09-20 11:51:38 +00:00
stripcslashes.xml
stripos.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
stripslashes.xml magic_quotes_gpc is not on by default anymore 2012-03-27 18:59:52 +00:00
stristr.xml clarified that the function will return the haystack including the needle, related to #61085 2012-02-14 18:35:06 +00:00
strlen.xml Added a note to strlen() stating it return number of bytes rather than number of chars 2012-06-10 01:58:16 +00:00
strnatcasecmp.xml
strnatcmp.xml
strncasecmp.xml Add substr_compare in See Also sections of strn?(case)?cmp 2011-08-15 09:45:29 +00:00
strncmp.xml Add substr_compare in See Also sections of strn?(case)?cmp 2011-08-15 09:45:29 +00:00
strpbrk.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strpos.xml fix spelling mistake: "beginnning" should be "beginning" 2012-01-18 22:42:27 +00:00
strrchr.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strrev.xml
strripos.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strrpos.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strspn.xml emphasize initial/start importance for strspn (re doc #54904) 2011-05-24 19:31:12 +00:00
strstr.xml clarified that the function will return the haystack including the needle, fixes #61085 2012-02-14 18:19:06 +00:00
strtok.xml
strtolower.xml Remove several html entities and replace them with utf8 chars so we can drop the 2011-05-05 20:59:34 +00:00
strtoupper.xml
strtr.xml document passing non-scalars to strtr(). 2013-02-05 09:43:01 +00:00
substr-compare.xml Link strncmp 2012-07-19 22:46:06 +00:00
substr-count.xml Fixed some typos. 2011-03-26 11:30:41 +00:00
substr-replace.xml Fix doc bug #54519 (substr_replace array options not documented) by providing 2011-04-19 07:22:19 +00:00
substr.xml Clarified empty string return value. Closes bug #60949. 2012-02-04 20:41:11 +00:00
trim.xml initializer 2013-03-05 21:09:48 +00:00
ucfirst.xml Remove several html entities and replace them with utf8 chars so we can drop the 2011-05-05 20:59:34 +00:00
ucwords.xml
vfprintf.xml
vprintf.xml
vsprintf.xml
wordwrap.xml Improved wording of width parameter description 2012-07-23 16:25:44 +00:00