SELFPHP/Navigationshilfen Funktionsreferenz Image-Funktionen |
imagecopy |
||
int ImageCopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) |
PHP 3 >= 3.0.6, PHP 4 >= 4.0b1 |
Mit imagecopy() kopiert man einen Teil eines Bildes (src_im) in ein anderes
Bild Sie auch: |
<?PHP |
Achtung: Alle rotgekennzeichneten Elemente gehören nicht
zur |
weiter: | imagecopyresized |
zurück: | imagecolortransparent |
SELFPHP/Navigationshilfen Funktionsreferenz Image-Funktionen |