XMLReader
PHP Manual

XMLReader::XML

(PHP 5 >= 5.1.2)

XMLReader::XML تنظیم داده شامل XML مورد پردازش

Description

bool XMLReader::xml ( string $source [, string $encoding [, int $options = 0 ]] )

تنظیم داده شامل XML مورد پردازش.

Parameters

source

رشته شامل XML مورد پردازش.

encoding

کدگذاری سند یا NULL.

options

bitmask ثابت‌های LIBXML_* .

Return Values

Returns TRUE on success or FALSE on failure.

Changelog

Version Description
5.2.0 encoding و options اضافه شدند.

See Also


XMLReader
PHP Manual