| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
imageopenpolygon(PHP 7 >= 7.2.0) imageopenpolygon — Draws an open polygon 説明
bool imageopenpolygon
( resource
$image
, array $points
, int $num_points
, int $color
)
imageopenpolygon() draws an open polygon on the given
パラメータ
返り値
成功した場合に 例
例1 imageopenpolygon() example
<?php 上の例の出力は、 たとえば以下のようになります。 ![]() |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「imageopenpolygon - Draws an open polygon」をGoogle検索
|