swfed-?.??.tar.gz をもってきて伸張
http://osdn.jp/projects/swfed/files/
src 以下で phpize & configure & make modules 以下に生成される so ファイルを php の extension ディレクトリに copy
ph... Show How to Install
Usage
* ダンプ出力
$swfdata = file_get_contents($argv[1]);
$swf = new SWFEditor();
$swf->input($swfdata);
$swf->swfInfo(); * 文字列入れ替え
$swfdata = file_get_contents($argv[1]);
$swf = new SWFEdi... Show Usage