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

search for in the

DOMCharacterData::replaceData> <DOMCharacterData::deleteData
[edit] Last updated: Sat, 18 May 2013

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 - [0 notes]
There are no user contributed notes for this page.

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