XMLReader
PHP Manual

XMLReader::open

(PHP 5 >= 5.1.2)

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

Description

bool XMLReader::open ( string $URI [, string $encoding [, int $options = 0 ]] )

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

Parameters

URI

اشاره‌گر URI به سند.

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