PHP 8.5.8 Released!

DOMCharacterData::insertData

(PHP 5, PHP 7, PHP 8)

DOMCharacterData::insertData Insert a string at the specified UTF-8 codepoint offset

说明

public function DOMCharacterData::insertData(int $offset, string $data): bool

Inserts string data at position offset.

参数

offset

The character offset at which to insert.

data

The string to insert.

返回值

成功时返回 true , 或者在失败时返回 false

错误/异常

May throw a DOMException with the following error codes:

DOM_INDEX_SIZE_ERR

Raised if offset is negative or greater than the number of UTF-8 codepoints in data.

参见

发现了问题?

了解如何改进此页面提交拉取请求报告一个错误
+添加备注

用户贡献的备注

此页面尚无用户贡献的备注。

AltStyle によって変換されたページ (->オリジナル) /