PHP Velho Oeste 2024

SWFMovie::add

(PHP 5 < 5.3.0, PECL ming SVN)

SWFMovie::addAdds any type of data to a movie

Descrição

SWFMovie::add ( object $instance ) : mixed
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

Adds an SWF object instance to the current movie.

Parâmetros

instance

Any type of object instance, like SWFShape, SWFText, SWFFont.

Valor Retornado

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.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top