| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMCharacterData->substringData()(No version information available, might be only in CVS) DOMCharacterData->substringData() — Extracts a range of data from the node BeschreibungDOMCharacterData
string substringData
( int $offset
, int $count
)
Returns the specified substring. Parameter Liste
RückgabewerteThe 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. Fehler/Exceptions
|