1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix typo in iconv-strlen.xml (#4166)

"length in byte" should read "length in bytes."
This commit is contained in:
Jon Surrell
2024-11-27 19:24:07 +01:00
committed by GitHub
parent 984188eb69
commit 66eabb01bb

View File

@@ -18,7 +18,7 @@
<function>iconv_strlen</function> counts the occurrences of characters
in the given byte sequence <parameter>string</parameter> on the basis of
the specified character set, the result of which is not necessarily
identical to the length of the string in byte.
identical to the length of the string in bytes.
</para>
</refsect1>