|
PHP5中文手册
SWFMovie->add()(PHP 4 >= 4.3.3) SWFMovie->add() — Adds any type of data to a movie 说明SWFMovie
mixed add
( object $instance
)
Warning
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。 Adds an SWF object instance to the current movie. 返回值For displayable types (shape, text, button, sprite), this returns an SWFDisplayItem, a handle to the object in a display list. Thus, you can add the same shape to a movie multiple times and get separate handles back for each separate instance. |