update : 2015.11.03
php.shukuma.com검색:
|
imagesetthickness(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagesetthickness — Set the thickness for line drawing 설명
bool imagesetthickness
( resource
$image
, int $thickness
)
imagesetthickness() sets the thickness of the lines
drawn when drawing rectangles, polygons, ellipses etc. etc. to
반환값
성공 시 예제
Example #1 imagesetthickness() example
<?php 위 예제의 출력 예시: 주의
|