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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user