PHP Dokumentation: Function swfmovie add
12. Januar 2010 von werner
SWFMovie->add
(PHP 4 >= 4.3.3)
SWFMovie->add — Adds any type of data to a movie
Beschreibung
mixed add ( object $instance )
Warnung
Diese Funktion istEXPERIMENTELL. Das Verhalten, der Funktionsname und allesAndere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko.
Adds an SWF object instance to the current movie.
Rückgabewerte
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.