Image_Text::save()

Image_Text::save() -- Save image canvas.

Synopsis

require_once 'ImageText.php';

bool Image_Text::save ([string $destFile = FALSE])

Beschreibung

Saves the image to a given destination. You can leave out the destination file path, if you have the option for that set correctly. Saving is possible with the save() method, too.

Parameter

string $destFile

The destination to save to (optional, uses options value else).

Rückgabewert

returns True on success, otherwise PEAR::Error.

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see Image_Text::display()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.