Forum und email

SWFMovie->save()

(PHP 4 >= 4.3.3)

SWFMovie->save() — Saves the SWF movie in a file

說明

SWFMovie
int save ( string $filename [, int $compression ] )
Warning

本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。

Saves the SWF movie to the specified filename .

參數

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).

Return值

Return the number of bytes written or FALSE on error.