update : 2015.11.03
php.shukuma.com검색:
|
xml_get_current_byte_index(PHP 4, PHP 5) xml_get_current_byte_index — Get current byte index for an XML parser 설명
int xml_get_current_byte_index
( resource
$parser
)Gets the current byte index of the given XML parser. 인수
반환값
This function returns 주의Warning
This function returns byte index according to UTF-8 encoded text disregarding if input is in another encoding. 참고
|