mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Works with UTF-8 (bug #36596)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208836 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c42447f25d
commit
3a843be0a2
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.xml-get-current-byte-index">
|
||||
<refnamediv>
|
||||
<refname>xml_get_current_byte_index</refname>
|
||||
|
@ -38,6 +38,15 @@
|
|||
the parser is currently at in its data buffer (starting at 0).
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<warning>
|
||||
<para>
|
||||
This function returns byte index according to UTF-8 encoded text
|
||||
disregarding if input is in another encoding.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue