Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 SWF Editor for PHP Proyecto la página de la cima española - OSDN
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