Offset Property
Current offset of the document being parsed.
Object Oriented Interface
public function getOffset();
Procedural Interface
ipworks_xmlp_get($res, 8 );
Default Value
0
Remarks
This property is useful for determining the location of possible XML errors in the document.
Offset values start at 1.
This property is read-only and not available at design time.
Data Type
Long