Home > PHP > Function > > HaruDoc::save()

HaruDoc::save()

HaruDoc::save - Save the document into the specified file

Syntax

bool HaruDoc::save (string $file)

Arguments

  • file - The file to save the document to.

Description

Saves the document into the specified file.

Version

PHP PECL haru >= 0.0.1

Return value

Returns TRUE on success.