update : 2015.11.03
php.shukuma.com검색:
|
imageflip(PHP 5 >= 5.5.0, PHP 7) imageflip — Flips an image using a given mode 설명
bool imageflip
( resource
$image
, int $mode
)
Flips the 인수
반환값
성공 시 예제
Example #1 Flips an image vertically
This example uses the
<?php 위 예제의 출력 예시:
Example #2 Flips the image horizontally
This example uses the
<?php 위 예제의 출력 예시: 주의
|