php-doc-en/reference/strings/functions
2014-08-28 05:47:47 +00:00
..
addcslashes.xml Clarify the charlist warning on the addcslashes() page. 2013-10-01 17:22:13 +00:00
addslashes.xml Fix typo in function name 2014-05-06 13:52:40 +00:00
bin2hex.xml
chop.xml
chr.xml no more "FIXME PHP_6" todo comments 2014-07-24 12:28:07 +00:00
chunk-split.xml
convert-cyr-string.xml
convert-uudecode.xml Documented false return value on failure. 2013-11-26 07:32:41 +00:00
convert-uuencode.xml Documented false return value on failure. 2013-11-26 07:32:41 +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 Suggest hash_equals() on the crypt() page. 2014-08-28 03:45:57 +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 Remove changelogs for PHP 4 - 1st round 2014-08-23 17:55:23 +00:00
fprintf.xml
get-html-translation-table.xml Replace single quotes with double for (string) <initializer> unless string contains double quotes 2014-04-14 23:48:06 +00:00
hebrev.xml
hebrevc.xml
hex2bin.xml Update hex2bin() changelog 2013-07-08 10:45:54 +00:00
html-entity-decode.xml Improve documentation for default_charset in PHP 5.6. 2014-08-28 03:36:23 +00:00
htmlentities.xml Improve documentation for default_charset in PHP 5.6. 2014-08-28 03:36:23 +00:00
htmlspecialchars-decode.xml Missing \n 2012-02-16 23:50:19 +00:00
htmlspecialchars.xml Improve documentation for default_charset in PHP 5.6. 2014-08-28 03:36:23 +00:00
implode.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
join.xml
lcfirst.xml
levenshtein.xml
localeconv.xml
ltrim.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
md5-file.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
md5.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +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 Replace single quotes with double for (string) <initializer> unless string contains double quotes 2014-04-14 23:48:06 +00:00
ord.xml
parse-str.xml Remove changelogs for PHP 4 - 1st round 2014-08-23 17:55:23 +00:00
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 Link quotemeta() and ereg functions 2013-06-25 22:21:05 +00:00
rtrim.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
setlocale.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
sha1-file.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
sha1.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +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 Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +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 Replace single quotes with double for (string) <initializer> unless string contains double quotes 2014-04-14 23:48:06 +00:00
str-ireplace.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
str-pad.xml
str-repeat.xml
str-replace.xml Remove changelogs for PHP 4 - 1st round 2014-08-23 17:55:23 +00:00
str-rot13.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
str-shuffle.xml
str-split.xml
str-word-count.xml
strcasecmp.xml
strchr.xml
strcmp.xml Adding example to strcmp (Anonymous contribution) 2014-05-25 12:43:24 +00:00
strcoll.xml
strcspn.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
strip-tags.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
stripcslashes.xml
stripos.xml Link to mb_stripos() in "see also" section (fixes bug #67275) 2014-05-19 11:51:45 +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 there are 4 function related to calculating lengths of strings. 2014-06-27 14:40:20 +00:00
strnatcasecmp.xml
strnatcmp.xml
strncasecmp.xml
strncmp.xml
strpbrk.xml See also strpbrk + cleanup 2012-01-07 14:30:49 +00:00
strpos.xml incorrect function signature #65262 2013-08-19 05:44:24 +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 Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
strspn.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +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
strtoupper.xml
strtr.xml Typo fix in strtr() 2013-12-12 15:20:30 +00:00
substr-compare.xml Update the changed functions list, and integrate the changes into the text. 2014-08-28 05:47:47 +00:00
substr-count.xml
substr-replace.xml Remove changelogs for PHP 4 - 3rd round 2014-08-27 17:46:13 +00:00
substr.xml Clarified empty string return value. Closes bug #60949. 2012-02-04 20:41:11 +00:00
trim.xml Remove changelogs for PHP 4 - 2nd round 2014-08-26 14:28:17 +00:00
ucfirst.xml
ucwords.xml
vfprintf.xml
vprintf.xml
vsprintf.xml
wordwrap.xml Remove changelogs for PHP 4 - 1st round 2014-08-23 17:55:23 +00:00