We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80b6d7 commit d3c2673Copy full SHA for d3c2673
NEWS
@@ -21,6 +21,9 @@ FTP:
21
Intl:
22
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
23
24
+MBString:
25
+ . Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
26
+
27
Opcache:
28
. Added large shared segments support for FreeBSD. (David Carlier)
29
UPGRADING
@@ -161,6 +161,10 @@ PHP 8.4 UPGRADE NOTES
161
- DOM:
162
. Added DOMNode::compareDocumentPosition().
163
164
+- MBString:
165
+ . Added mb_trim, mb_ltrim and mb_rtrim functions.
166
+ RFC: https://wiki.php.net/rfc/mb_trim
167
168
========================================
169
7. New Classes and Interfaces
170
0 commit comments