update : 2015.11.03
php.shukuma.com검색:
|
imagedashedline(PHP 4, PHP 5, PHP 7) imagedashedline — Draw a dashed line 설명
bool imagedashedline
( resource
$image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)This function is deprecated. Use combination of imagesetstyle() and imageline() instead. 인수
반환값Always returns true 예제
Example #1 imagedashedline() example
<?php 위 예제의 출력 예시: Example #2 Alternative to imagedashedline()
<?php |