PHP Manual
DOMCharacterData->substringData()
(no version information, might be only in CVS)
DOMCharacterData->substringData() -- Extracts a range of data from the nodeDescription
class DOMCharacterData {string substringData ( int offset, int count )
}
Returns the specified substring.
Return Values
The specified substring. If the sum of offset
and count exceeds the length, then all 16-bit units
to the end of the data are returned.
Errors/Exceptions
- DOM_INDEX_SIZE_ERR
Raised if
offsetis negative or greater than the number of 16-bit units in data, or ifcountis negative.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




