Dom\CharacterData::substringData
(PHP 8 >= 8.4.0)
Dom\CharacterData::substringData — Extracts a range of data from the character data
Description
Returns the specified substring.
Parameters
offsetStart offset of substring to extract.
countThe number of characters to extract.
Return Values
The specified substring. If the sum of offset and count exceeds the length, then all UTF-8 codepoints to the end of the data are returned.
Errors/Exceptions
May throw a DOMException with the following error codes:
DOM_INDEX_SIZE_ERRRaised if
offsetis negative or greater than the number of UTF-8 codepoints in data, or ifcountis negative.
See Also
- Dom\CharacterData::appendData() - Append the string to the end of the character data of the node
- Dom\CharacterData::deleteData() - Remove a range of characters from the character data
- Dom\CharacterData::insertData() - Insert a string at the specified UTF-8 codepoint offset
- Dom\CharacterData::replaceData() - Replace a substring within the character data
↑ and ↓ to navigate • Enter to select • Esc to close • / to open