Warning: file_put_contents(): Only -1 of 60 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
SWFGradient->__construct() SWFMorph Ming (flash) PHP Manual SWFGradient->addEntry() (PHP 4 >= 4.3.0) SWFGradient->addEntry() — Adds an entry to the gradient list 설명 SWFGradient void add...
Forum und email

SWFGradient->addEntry()

(PHP 4 >= 4.3.0)

SWFGradient->addEntry() — Adds an entry to the gradient list

설명

SWFGradient
void addEntry ( float $ratio , int $red , int $green , int $blue [, int $a ] )
Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

swfgradient->addentry() adds an entry to the gradient list. ratio is a number between 0 and 1 indicating where in the gradient this color appears. Thou shalt add entries in order of increasing ratio.

red , green , blue is a color (RGB mode). Last parameter a is optional.

반환값

값을 반환하지 않습니다.