SWFMovie
PHP Manual

SWFMovie->setDimension

(No version information available, might be only in CVS)

SWFMovie->setDimensionSets the movie's width and height

Descrição

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

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.

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

Parâmetros

width

The movie width.

height

The movie height.

Valor Retornado

Não há valor retornado.


SWFMovie
PHP Manual