imagecopy

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

imagecopy -- 複製圖像的一部分

說明

bool imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h )

src_im 圖像中坐標從 src_xsrc_y 開始,寬度為 src_w,高度為 src_h 的一部分複製到 dst_im 圖像中坐標為 dst_xdst_y 的位置上。