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::open() - تنظیم URI شامل سند XML مورد پردازش
- XMLReader::close() - بستن ورودی XMLReader
There are no user contributed notes for this page.
