Changeset 54855 for trunk/src/wp-includes/compat.php
- Timestamp:
- 11/17/2022 06:13:47 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/compat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r53365 r54855 157 157 * Internal compat function to mimic mb_strlen(). 158 158 * 159 * Only understands UTF-8 and 8bit. All other character sets will be treated as 8bit.159 * Only understands UTF-8 and 8bit. All other character sets will be treated as 8bit. 160 160 * For `$encoding === UTF-8`, the `$str` input is expected to be a valid UTF-8 byte 161 161 * sequence. The behavior of this function for invalid inputs is undefined.
Note: See TracChangeset
for help on using the changeset viewer.