php-doc-en/reference/strings/functions
2021-10-27 11:50:38 +03:00
..
addcslashes.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
addslashes.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
bin2hex.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
chop.xml
chr.xml Document and cross-reference mb_chr() and mb_ord() (#524) 2021-04-13 14:49:11 +02:00
chunk-split.xml Remove split() and ereg() 2021-06-23 20:20:58 +02:00
convert-cyr-string.xml changed warning about deleted functions as of PHP 8.0.0. 2021-02-10 03:44:01 +09:00
convert-uudecode.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
convert-uuencode.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
count-chars.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
crc32.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
crypt.xml Generate string methodsynopses based on stubs 2021-01-02 01:19:41 +01:00
echo.xml Fix double "language" (#538) 2021-04-20 13:39:32 +08:00
explode.xml explode() no longer returns false as of PHP 8.0.0 2021-08-23 17:50:27 +02:00
fprintf.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
get-html-translation-table.xml Fix html.c functions description (#1052) 2021-10-27 11:50:38 +03:00
hebrev.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
hebrevc.xml changed warning about deleted functions as of PHP 8.0.0. 2021-02-10 03:44:01 +09:00
hex2bin.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
html-entity-decode.xml Fix html.c functions description (#1052) 2021-10-27 11:50:38 +03:00
htmlentities.xml Fix html.c functions description (#1052) 2021-10-27 11:50:38 +03:00
htmlspecialchars-decode.xml Fix html.c functions description (#1052) 2021-10-27 11:50:38 +03:00
htmlspecialchars.xml Fix html.c functions description (#1052) 2021-10-27 11:50:38 +03:00
implode.xml Update implode() docs for PHP 8.0.0 2021-01-01 16:22:06 +01:00
join.xml
lcfirst.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
levenshtein.xml Generate string methodsynopses based on stubs 2021-01-01 19:19:03 +01:00
localeconv.xml Fix section order issues (#664) 2021-06-07 11:12:12 +03:00
ltrim.xml The \v escape sequence is supported as of PHP 5.2.5 2020-12-05 14:45:17 +00:00
md5-file.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
md5.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
metaphone.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
money-format.xml Fix section order issues (#664) 2021-06-07 11:12:12 +03:00
nl-langinfo.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
nl2br.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
number-format.xml Generate string methodsynopses based on stubs 2021-01-01 19:19:03 +01:00
ord.xml Document and cross-reference mb_chr() and mb_ord() (#524) 2021-04-13 14:49:11 +02:00
parse-str.xml Remove magic_quotes_runtime docs 2021-06-25 19:27:30 +02:00
print.xml Fix double "language" (#538) 2021-04-20 13:39:32 +08:00
printf.xml Proper variadics instead of pseudo variadics 2020-11-02 11:17:26 +00:00
quoted-printable-decode.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
quoted-printable-encode.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
quotemeta.xml Remove split() and ereg() 2021-06-23 20:20:58 +02:00
rtrim.xml The \v escape sequence is supported as of PHP 5.2.5 2020-12-05 14:45:17 +00:00
setlocale.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
sha1-file.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
sha1.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
similar-text.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
soundex.xml Fix #76314: Specify failure return type for soundex 2021-02-12 16:22:08 +01:00
sprintf.xml Update methodsynopses of (v)sprintf() 2020-12-27 18:36:21 +00:00
sscanf.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-contains.xml Added documentation for the str_starts_with and str_ends_with functions based on https://php.watch/versions/8.0/str_starts_with-str_ends_with 2020-11-23 21:50:15 +00:00
str-ends-with.xml Added documentation for the str_starts_with and str_ends_with functions based on https://php.watch/versions/8.0/str_starts_with-str_ends_with 2020-11-23 21:50:15 +00:00
str-getcsv.xml Fix #81284: str_getcsv cant parse with multibyte delimiter 2021-07-23 17:24:39 +02:00
str-ireplace.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-pad.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-repeat.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-replace.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-rot13.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-shuffle.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-split.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
str-starts-with.xml Added documentation for the str_starts_with and str_ends_with functions based on https://php.watch/versions/8.0/str_starts_with-str_ends_with 2020-11-23 21:50:15 +00:00
str-word-count.xml Remove split() and ereg() 2021-06-23 20:20:58 +02:00
strcasecmp.xml Fix #70799: strcasecmp is not locale aware 2021-07-30 13:01:43 +02:00
strchr.xml
strcmp.xml Generate methodsynopses based on stubs for Zend functions and methods 2021-05-22 16:48:16 +02:00
strcoll.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strcspn.xml strspn() and strcspn(): Use proper parameter names in docs reference 2021-09-28 11:39:53 +02:00
strip-tags.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
stripcslashes.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
stripos.xml Fix typo in stripos returnvalues (#848) 2021-08-12 20:00:49 +01:00
stripslashes.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
stristr.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
strlen.xml Remove more changelog entries, mostly from PHP 5.3 era 2020-09-26 14:08:59 +00:00
strnatcasecmp.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strnatcmp.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strncasecmp.xml Generate methodsynopses based on stubs for Zend functions and methods 2021-05-22 16:48:16 +02:00
strncmp.xml Generate methodsynopses based on stubs for Zend functions and methods 2021-05-22 16:48:16 +02:00
strpbrk.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strpos.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strrchr.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strrev.xml
strripos.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strrpos.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
strspn.xml strspn() and strcspn(): Use proper parameter names in docs reference 2021-09-28 11:39:53 +02:00
strstr.xml Remove PHP 5, 7 references (#563) 2021-05-16 22:07:40 +03:00
strtok.xml Remove split() and ereg() 2021-06-23 20:20:58 +02: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 Generate string methodsynopses based on stubs 2021-01-01 19:19:03 +01:00
substr-compare.xml Remove some PHP 5 specific info 2020-12-06 14:45:00 +00:00
substr-count.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
substr-replace.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
substr.xml Match substr() description to its signature 2021-09-09 18:04:26 +02:00
trim.xml The \v escape sequence is supported as of PHP 5.2.5 2020-12-05 14:45:17 +00:00
ucfirst.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
ucwords.xml Additional revisions to ucwords 2021-06-27 12:30:10 +02:00
vfprintf.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
vprintf.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00
vsprintf.xml Update methodsynopses of (v)sprintf() 2020-12-27 18:36:21 +00:00
wordwrap.xml Generate some string methodsynopses based on stubs 2020-12-05 14:30:42 +00:00