(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0)
XMLWriter::outputMemory -- xmlwriter_output_memory — Returns current buffer
writer
Тільки для процедурних викликів. Примірник XMLWriter, що буде оброблятися. Цей об'єкт повертається функцією xmlwriter_open_uri() або xmlwriter_open_memory().
flush
Whether to flush the output buffer or not. Default is true
.
Returns the current buffer as a string.
Версія | Опис |
---|---|
8.0.0 |
Тепер writer має бути примірником
XMLWriter. Раніше очікувався resource.
|