Windows users remember to enable php_openssl.dll in your php.ini if you want to be able to use this function (and others) with a HTTPS URL.
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::xml() - تنظیم داده شامل XML مورد پردازش
- XMLReader::close() - بستن ورودی XMLReader
crungmungus at gmail dot com ¶
4 years ago
