.. |
addcslashes.xml
|
Clarify the charlist warning on the addcslashes() page.
|
2013-10-01 17:22:13 +00:00 |
addslashes.xml
|
Proper noun casing fix
|
2014-09-01 16:21:45 +00:00 |
bin2hex.xml
|
|
|
chop.xml
|
|
|
chr.xml
|
Typo fixes provided by anon users
|
2016-08-05 13:14:41 +00:00 |
chunk-split.xml
|
|
|
convert-cyr-string.xml
|
|
|
convert-uudecode.xml
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
convert-uuencode.xml
|
Fix argument and result definition
|
2014-12-26 17:47:24 +00:00 |
count-chars.xml
|
|
|
crc32.xml
|
hash("crc32b", $str) is not necessarily equal to dechex(crc32($str))
|
2015-08-25 01:15:28 +00:00 |
crypt.xml
|
Fix #74202: However, crypt() creates a weak password without the salt.
|
2017-03-10 18:40:50 +00:00 |
echo.xml
|
after https://bugs.php.net/bug.php?id=74362
|
2017-04-03 07:27:21 +00:00 |
explode.xml
|
add example of exploding when first character of string matches delimiter
|
2016-10-07 09:11:19 +00:00 |
fprintf.xml
|
|
|
get-html-translation-table.xml
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
hebrev.xml
|
|
|
hebrevc.xml
|
|
|
hex2bin.xml
|
this was fixed in 5.4.4 not in 5.4.1
|
2014-11-26 16:48: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
|
|
|
htmlspecialchars.xml
|
Fix docs bug #69449: Explain what happens with ambiguous/missing htmlspecialchars() flags
|
2017-03-13 12:42:20 +00:00 |
implode.xml
|
Remove changelogs for PHP 4 - 2nd round
|
2014-08-26 14:28:17 +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
|
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
|
Refactor fash password hashing warning, and remove unused note
|
2017-03-09 13:19:13 +00:00 |
metaphone.xml
|
|
|
money-format.xml
|
|
|
nl-langinfo.xml
|
|
|
nl2br.xml
|
markup code
|
2016-05-30 14:03:31 +00:00 |
number-format.xml
|
Improve wording
|
2017-03-10 18:54:34 +00:00 |
ord.xml
|
|
|
parse-str.xml
|
Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2
|
2017-03-14 11:30:59 +00:00 |
print.xml
|
after https://bugs.php.net/bug.php?id=74362
|
2017-04-03 07:27:21 +00:00 |
printf.xml
|
|
|
quoted-printable-decode.xml
|
|
|
quoted-printable-encode.xml
|
|
|
quotemeta.xml
|
|
|
rtrim.xml
|
Fix #72699: rtrim() does not necessarily strip whitespace
|
2016-08-02 17:23:18 +00:00 |
setlocale.xml
|
Another round of PHP 4 content removal (mostly inline mentions)
|
2016-12-05 10:17:07 +00:00 |
sha1-file.xml
|
Remove changelogs for PHP 4 - 3rd round
|
2014-08-27 17:46:13 +00:00 |
sha1.xml
|
Refactor fash password hashing warning, and remove unused note
|
2017-03-09 13:19:13 +00:00 |
similar-text.xml
|
|
|
soundex.xml
|
|
|
sprintf.xml
|
sprintf() returns false on failure
|
2016-12-14 10:38:33 +00:00 |
sscanf.xml
|
sscanf() stops reading %s tokens on whitespace chars
|
2017-04-26 12:49:04 +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
|
improved example (by Matthew Farren)
|
2016-01-15 18:15:00 +00:00 |
str-pad.xml
|
str_pad() never trims input string
|
2015-08-31 21:00:41 +00:00 |
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
|
documented the change in behaviour due to aliasing of rand to mt_rand in PHP 7.1.0
|
2017-02-20 22:01:10 +00:00 |
str-split.xml
|
Add note to str_split that it is multibyte-unsafe.
|
2015-03-26 17:50:22 +00:00 |
str-word-count.xml
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
strcasecmp.xml
|
|
|
strchr.xml
|
|
|
strcmp.xml
|
Adding example to strcmp (Anonymous contribution)
|
2014-05-25 12:43:24 +00:00 |
strcoll.xml
|
|
|
strcspn.xml
|
Fix typo in earlier strcspn patch
|
2015-10-22 01:43:15 +00:00 |
strip-tags.xml
|
fixes by anon users
|
2016-04-04 16:52:36 +00:00 |
stripcslashes.xml
|
|
|
stripos.xml
|
Update manual wrt. <https://wiki.php.net/rfc/negative-string-offsets>
|
2016-09-14 11:53:33 +00:00 |
stripslashes.xml
|
|
|
stristr.xml
|
|
|
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
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
strpos.xml
|
Update manual wrt. <https://wiki.php.net/rfc/negative-string-offsets>
|
2016-09-14 11:53:33 +00:00 |
strrchr.xml
|
|
|
strrev.xml
|
|
|
strripos.xml
|
|
|
strrpos.xml
|
fixes by anon users
|
2016-04-04 17:13:05 +00:00 |
strspn.xml
|
improve strspn/strcspn documentation (contributed by francois)
|
2015-08-15 14:43:21 +00:00 |
strstr.xml
|
|
|
strtok.xml
|
Another round of PHP 4 content removal (mostly inline mentions)
|
2016-12-05 10:17:07 +00:00 |
strtolower.xml
|
fixed incorrect use of i.e. instead of e.g.
|
2015-03-29 20:44:32 +00:00 |
strtoupper.xml
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
strtr.xml
|
Making the XML definition consistent across the entire project.
|
2014-09-05 07:44:07 +00:00 |
substr-compare.xml
|
Fix erroneous version information
|
2017-04-11 14:43:15 +00:00 |
substr-count.xml
|
Update manual wrt. <https://wiki.php.net/rfc/negative-string-offsets>
|
2016-09-14 11:53:33 +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
|
updated substr() documentation for PHP 7 (see #69931)
|
2015-08-07 12:49:48 +00:00 |
trim.xml
|
Remove changelogs for PHP 4 - 2nd round
|
2014-08-26 14:28:17 +00:00 |
ucfirst.xml
|
|
|
ucwords.xml
|
document the second optional delimiters argument for ucwords
|
2015-07-07 16:20:58 +00:00 |
vfprintf.xml
|
|
|
vprintf.xml
|
|
|
vsprintf.xml
|
|
|
wordwrap.xml
|
Remove confusing and unnecessary detail.
|
2015-05-14 07:55:58 +00:00 |