SWFTextField->setBounds
  (PHP 4 >= 4.0.5)
SWFTextField->setBounds — Sets the text field width and height
  
 
  Описание
  
   
   
    void setBounds
     ( float $width
    , float $height
    )
   
  Внимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация
могут измениться в последующих версиях PHP без уведомления.
Используйте эту функцию на свой страх и риск.
 
  
   swftextfield->setbounds() sets the text field width 
   to width
 and height to height
.
   If you don't set the bounds yourself, Ming makes a poor guess at what 
   the bounds are. 
  
  
 
  Возвращаемые значения
  
   Эта функция не возвращает значения после выполнения.