update : 2015.11.03
php.shukuma.com검색:
|
imagexbm(PHP 5, PHP 7) imagexbm — Output an XBM image to browser or file 설명
bool imagexbm
( resource
$image
, string $filename
[, int $foreground
] )
Outputs or save an XBM version of the given
인수
반환값
성공 시 예제
Example #1 Saving an XBM file
<?php
Example #2 Saving an XBM file with a different foreground color
<?php 주의 |