SWFGradient::__construct(PHP 5 <= 5.3.0, PECL ming SVN) SWFGradient::__construct — Creates a gradient object Описание
    SWFGradient::__construct
    ( void
   ) 
  Внимание 
  Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. swfgradient() creates a new SWFGradient object. After you've added the entries to your gradient, you can use the gradient in a shape fill with the swfshape::addfill() method. SWFGradient has the following methods : swfgradient::addentry(). This simple example will draw a big black-to-white gradient as background, and a reddish disc in its center. Пример #1 swfgradient() example 
<?php | 
||