Forum und email

SWFMovie->setDimension()

(PHP 4 >= 4.3.3)

SWFMovie->setDimension() — Sets the movie's width and height

Descripción

SWFMovie
void setDimension ( int $width , int $height )
Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Sets the movie's dimension to the specified width and height .

Lista de parámetros

width

The movie width.

height

The movie height.

Valores retornados

No value is returned.