PHP » GoLang |
login |
register |
about
|
imagecopy(PHP 4, PHP 5, PHP 7) imagecopy — Copy part of an image Description
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
)
Copy a part of Parameters
Return Values
Returns Examples
Example #1 Cropping the PHP.net logo
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
more
Last requests
|