php-doc-en/reference/strings/functions
2012-01-27 21:12:54 +00:00
..
addcslashes.xml Whitespace 2011-08-12 13:09:45 +00:00
addslashes.xml Fixed a typo. 2011-03-24 07:19:11 +00:00
bin2hex.xml hex2bin prototype 2011-06-30 13:00:01 +00:00
chop.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
chr.xml Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468 2010-04-07 17:09:10 +00:00
chunk-split.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
convert-cyr-string.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
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 Converted to utf-8 2010-03-28 22:10:10 +00:00
crc32.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
crypt.xml Remove the term 'base64' from the crypt page - it seems to be perpetually confusing people that they can somehow pass in base64_encoded() data. 2011-07-16 22:20:46 +00:00
echo.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
explode.xml see also mb_split (thanks Olivier Pons) 2011-08-26 08:05:42 +00:00
fprintf.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
get-html-translation-table.xml - Replaced vague statement with a more precise one. 2011-09-02 04:10:41 +00:00
hebrev.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
hebrevc.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
hex2bin.xml kill undocument warning 2011-12-18 16:47:28 +00:00
html-entity-decode.xml - html_entity_decode claimed to have had its default encoding changed from latin1 to UTF-8 in 2011-06-24 09:00:51 +00:00
htmlentities.xml Revert accidental revert of some changes. Sorry for that. 2012-01-27 21:12:54 +00:00
htmlspecialchars-decode.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
htmlspecialchars.xml Revert accidental revert of some changes. Sorry for that. 2012-01-27 21:12:54 +00:00
implode.xml Fix doc bug #52353 (Deprecated function referenced in documentation) by 2010-07-16 03:43:10 +00:00
join.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
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 Converted to utf-8 2010-03-28 22:10:10 +00:00
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 describe phonemes (was phones) parameter for metaphone. added basic examples. closes #51578 2010-04-17 11:08:26 +00:00
money-format.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
nl-langinfo.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
nl2br.xml typofix (seperators to separators) 2011-04-27 08:56:38 +00:00
number-format.xml Fixed a typo. 2011-07-28 09:41:03 +00:00
ord.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
parse-str.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
print.xml typo 2011-09-13 06:12:03 +00:00
printf.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
quoted-printable-decode.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
quoted-printable-encode.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
quotemeta.xml Update the return value section of quotemeta() to fix doc bug #54539 2011-04-19 06:21:15 +00:00
rtrim.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
setlocale.xml Converted to utf-8 2010-03-28 22:10:10 +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 Converted to utf-8 2010-03-28 22:10:10 +00:00
soundex.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
sprintf.xml Fix build 2011-07-16 08:16:52 +00:00
sscanf.xml
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 Converted to utf-8 2010-03-28 22:10:10 +00:00
str-repeat.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
str-replace.xml Removed mentioning ereg_replace since it's deprecated. 2011-04-04 08:09:53 +00:00
str-rot13.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
str-shuffle.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
str-split.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
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 Converted to utf-8 2010-03-28 22:10:10 +00:00
strcmp.xml Add substr_compare in See Also sections of strn?(case)?cmp 2011-08-15 09:45:29 +00:00
strcoll.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
strcspn.xml Added example to clarify behavior. Closes PHP bug #52509 2010-08-10 17:37:37 +00:00
strip-tags.xml Fix bug #54496 2011-04-09 07:07:32 +00:00
stripcslashes.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
stripos.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
stripslashes.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
stristr.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strlen.xml Documented strlen() behaviour with arrays including the 5.3 change. Closes PHP Bug #54153 2011-03-21 17:25:48 +00:00
strnatcasecmp.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
strnatcmp.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
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 Converted to utf-8 2010-03-28 22:10:10 +00:00
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 See also strpbrk + cleanup 2012-01-07 14:30:49 +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 - Substantially improved the documentation of strtr(). Closes bug #52968. 2010-10-02 08:48:14 +00:00
substr-compare.xml Standardise on single style of quotes for XML tag. 2011-08-16 11:38:58 +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 Changelog (doc bug #53935) 2011-02-10 11:35:46 +00:00
trim.xml Clarified removing middle strings via an example and note. Deals with PHP Bug #54697 2011-05-09 18:22:39 +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 Converted to utf-8 2010-03-28 22:10:10 +00:00
vfprintf.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
vprintf.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
vsprintf.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
wordwrap.xml Converted to utf-8 2010-03-28 22:10:10 +00:00