拷貝影象的一部分

imagecopy

(PHP 4, PHP 5, PHP 7, PHP 8)

imagecopy拷貝影象的一部分

說明

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
): bool

src_im 影象中座標從 src_xsrc_y 開始,寬度為 src_w,高度為 src_h 的一部分拷貝到 dst_im 影象中座標為 dst_xdst_y 的位置上。

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *