update : 2015.11.03
php.shukuma.com검색:
|
imagesetpixel(PHP 4, PHP 5, PHP 7) imagesetpixel — Set a single pixel 설명
bool imagesetpixel
( resource
$image
, int $x
, int $y
, int $color
)imagesetpixel() draws a pixel at the specified coordinate. 인수
반환값
성공 시 예제
Example #1 imagesetpixel() example A random drawing that ends with a regular picture.
<?php 위 예제의 출력 예시: 참고
|