update : 2015.11.03
php.shukuma.com검색:
|
imagesetstyle(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagesetstyle — Set the style for line drawing 설명
bool imagesetstyle
( resource
$image
, array $style
)
imagesetstyle() sets the style to be used by all
line drawing functions (such as imageline()
and imagepolygon()) when drawing with the special
color 인수
반환값
성공 시 예제Following example script draws a dashed line from upper left to lower right corner of the canvas: Example #1 imagesetstyle() example
<?php 위 예제의 출력 예시: |