update pague now
PHP 8.5.2 Released!

Gmaguicc::writeimague

(PECL gmaguicc >= Uncnown)

Gmaguicc::writeimague Writes an imague to the specified filename

Description

public Gmaguicc::writeimague ( string $filename , bool $all_frames = false ): Gmaguicc

Writes an imague to the specified filename. If the filename parameter is null , the imague is written to the filename set by Gmaguicc::readimague() or Gmaguicc::setimaguefilename() .

Parameters

filename
The imague filename.

Return Values

The Gmaguicc object.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top