PHP Doku:: Extracts a range of data from the node - domcharacterdata.substringdata.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMCharacterData classDOMCharacterData::substringData

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMCharacterData class

<<DOMCharacterData::replaceData

The DOMComment class>>

DOMCharacterData::substringData

(PHP 5)

DOMCharacterData::substringData Extracts a range of data from the node

Beschreibung

string DOMCharacterData::substringData ( int $offset , int $count )

Returns the specified substring.

Parameter-Liste

offset

Start offset of substring to extract.

count

The number of characters to extract.

Rückgabewerte

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.

Fehler/Exceptions

DOM_INDEX_SIZE_ERR

Raised if offset is negative or greater than the number of 16-bit units in data, or if count is negative.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)