|
imagexbmOutput an XBM image to browser or file Beschreibung
bool imagexbm
( resource
$image
, string $filename
[, int $foreground
] )
Outputs or save an XBM version of the given
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Saving an XBM file
<?php
Beispiel #2 Saving an XBM file with a different foreground color
<?phpAnmerkungen |