SWFMovie::add

(PHP 5 < 5.3.0, PECL ming SVN)

SWFMovie::addAdds any type of data to a movie

Descrierea

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

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

Adds an SWF object instance to the current movie.

Parametri

instance

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

Valorile întoarse

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.

A se vedea și