.. |
addcslashes.xml
|
|
|
addslashes.xml
|
tidy up addslashes description
|
2018-01-15 22:33:43 +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
|
|
|
convert-uuencode.xml
|
grammar fix
|
2017-11-20 20:39:29 +00:00 |
count-chars.xml
|
|
|
crc32.xml
|
|
|
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
|
|
|
hebrev.xml
|
|
|
hebrevc.xml
|
|
|
hex2bin.xml
|
|
|
html-entity-decode.xml
|
|
|
htmlentities.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +00:00 |
htmlspecialchars-decode.xml
|
|
|
htmlspecialchars.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +00:00 |
implode.xml
|
|
|
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
|
|
|
nl-langinfo.xml
|
|
|
nl2br.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +00:00 |
number-format.xml
|
Documented the change to number_format() where -0 no longer can be returned in 7.2.0
|
2017-11-29 19:56:04 +00:00 |
ord.xml
|
|
|
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
|
|
|
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
|
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
|
|
|
soundex.xml
|
|
|
sprintf.xml
|
Fixes #75297
|
2017-09-30 23:31:19 +00:00 |
sscanf.xml
|
sscanf() stops reading %s tokens on whitespace chars
|
2017-04-26 12:49:04 +00:00 |
str-getcsv.xml
|
|
|
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
|
|
|
str-rot13.xml
|
|
|
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
|
|
|
str-word-count.xml
|
|
|
strcasecmp.xml
|
|
|
strchr.xml
|
|
|
strcmp.xml
|
|
|
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
|
Fix function signatures
|
2018-01-25 19:03:56 +00:00 |
stripslashes.xml
|
|
|
stristr.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +00:00 |
strlen.xml
|
|
|
strnatcasecmp.xml
|
|
|
strnatcmp.xml
|
|
|
strncasecmp.xml
|
|
|
strncmp.xml
|
|
|
strpbrk.xml
|
|
|
strpos.xml
|
Fix function signatures
|
2018-01-25 19:03:56 +00:00 |
strrchr.xml
|
|
|
strrev.xml
|
|
|
strripos.xml
|
|
|
strrpos.xml
|
fixes by anon users
|
2016-04-04 17:13:05 +00:00 |
strspn.xml
|
Remove trailing fullstop in <refpurpose>
|
2018-01-25 15:34:22 +00:00 |
strstr.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +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
|
Use entities in initializer
|
2018-01-25 19:11:34 +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
|
|
|
trim.xml
|
|
|
ucfirst.xml
|
|
|
ucwords.xml
|
|
|
vfprintf.xml
|
|
|
vprintf.xml
|
|
|
vsprintf.xml
|
|
|
wordwrap.xml
|
Use entities in initializer
|
2018-01-25 19:11:34 +00:00 |