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

search for in the

DOMCharacterData::replaceData> <DOMCharacterData::deleteData
Last updated: Fri, 03 Oct 2008

view this page in

DOMCharacterData::insertData

(No version information available, might be only in CVS)

DOMCharacterData::insertData 指定した 16 ビット単位のオフセットに、文字列を挿入する

説明

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

offset の位置に、文字列 data を挿入します。

パラメータ

offset

挿入する場所の文字オフセット。

data

挿入する文字列。

返り値

値を返しません。

エラー / 例外

DOM_INDEX_SIZE_ERR

offset が負であるか、あるいは 16 ビット単位の データ長より大きい場合に発生します。



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