update : 2015.11.03
php.shukuma.com검색:
|
imagewbmp(PHP 4 >= 4.0.1, PHP 5, PHP 7) imagewbmp — 브라우저나 파일로 출력 이미지 설명
bool imagewbmp
( resource
$image
[, string $filename
[, int $foreground
]] )
imagewbmp() outputs or save a WBMP
version of the given 인수
반환값
성공 시 예제
Example #1 Outputting a WBMP image
<?php
Example #2 Saving the WBMP image
<?php
Example #3 Outputting the image with a different foreground
<?php 주의
참고
|