|
imageellipse(PHP 4 >= 4.0.6, PHP 5) imageellipse — Draw an ellipse Описание
bool imageellipse
( resource $image
, int $cx
, int $cy
, int $width
, int $height
, int $color
)
Draws an ellipse centered at the specified coordinates. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 imageellipse() example
<?php Результатом выполнения данного примера будет что-то подобное: Примечания
|
|