Develop and Download Open Source Software

Recent Changes

2012-04-17
2012-04-03
2012-02-11
2011-11-09

Wiki Guide

Side Bar

説明

SWF バイナリ中のタグデータを取り出します。

引数

  • int $seqno (SWF 中の何番目の tag か。0 数えで)

戻り値

  • string $tagdata (or boolean false:失敗)

使用例

<?php
$swf 
= new SWFEditor();
$swf->input($swfdata);
foreach (
$swf->getTagList() as $seqno => $tagInfo) {
    
file_put_contents("$seqno.tag"$swf->getTagData($seqno));
}

備考

  • (Sprite タグ中のタグは指定できません)

関連


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.