Skip to content

Commit 7e99e0c

Browse files
committed
minor #514 Php84/README.md: add mb_trim, mb_ltrim and mb_rtrim (jorrit)
This PR was merged into the 1.x branch. Discussion ---------- Php84/README.md: add mb_trim, mb_ltrim and mb_rtrim Just a documentation improvement. Commits ------- 40d1415 Php84/README.md: add mb_trim, mb_ltrim and mb_rtrim
2 parents 9f5b48e + 40d1415 commit 7e99e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Php84/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This component provides features added to PHP 8.4 core:
88
- [`Deprecated`](https://wiki.php.net/rfc/deprecated_attribute)
99
- `CURL_HTTP_VERSION_3` and `CURL_HTTP_VERSION_3ONLY` constants
1010
- [`fpow`](https://wiki.php.net/rfc/raising_zero_to_power_of_negative_number)
11+
- [`mb_trim`, `mb_ltrim` and `mb_rtrim`](https://wiki.php.net/rfc/mb_trim)
1112

1213
More information can be found in the
1314
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).

0 commit comments

Comments
 (0)