|
imagefilledarc(PHP 4 >= 4.0.6, PHP 5) imagefilledarc — Draw a partial arc and fill it Описание
bool imagefilledarc
( resource $image
, int $cx
, int $cy
, int $width
, int $height
, int $start
, int $end
, int $color
, int $style
)
Draws a partial arc centered at the specified coordinate in the given image. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Creating a 3D looking pie
<?php Результатом выполнения данного примера будет что-то подобное: Примечания
|
|