SWFMovie->save()
(no version information, might be only in CVS)
SWFMovie->save() -- Saves the SWF movie in a file
Beskrivelse
class
SWFMovie {
int
save ( string filename [, int compression] )
}
Advarsel |
Denne funktion er
EKSPERIMENTABEL. Virkemåden af denne funktion,
navnet på funktionen, og andet ellers dokumenteret om denne
funktion, ændres muligvis uden advarsel i en fremtidig version af PHP.
Brug af denne funktion er på ejet ansvar. |
Saves the SWF movie to the specified filename
.
Parameterliste
filename
The path to the saved SWF document.
compression
The compression level can be a value between 0 and 9, defining the SWF
compression similar to gzip compression.
This parameter is only available as of Flash MX (6).
Returneringsværdier
Return the number of bytes written or FALSE on error.