downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMCharacterData::replaceData> <DOMCharacterData::deleteData
Last updated: Fri, 14 Aug 2009

view this page in

DOMCharacterData::insertData

(PHP 5)

DOMCharacterData::insertData Insère une chaîne à la position spécifiée d'unité 16-bit

Description

void DOMCharacterData::insertData ( int $offset , string $data )

Insère la chaîne data à la position offset .

Liste de paramètres

offset

La position de l'insertion.

data

La chaîne à insérer.

Valeurs de retour

Aucune valeur n'est retournée.

Erreurs / Exceptions

DOM_INDEX_SIZE_ERR

Lancé si offset est négatif ou plus grand que le nombre d'unités 16-bits dans les données.

Voir aussi



add a note add a note User Contributed Notes
DOMCharacterData::insertData
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites