HaruDoc
在线手册:中文 英文
PHP手册

HaruDoc::save

(PECL haru >= 0.0.1)

HaruDoc::saveSave the document into the specified file

说明

bool HaruDoc::save ( string $file )

Saves the document into the specified file.

参数

file

The file to save the document to.

返回值

Returns TRUE on success.

错误/异常

发生错误时抛出 HaruException 异常。

参见


HaruDoc
在线手册:中文 英文
PHP手册