(PHP 5 >= 5.5.0, PHP 7, PHP 8)
imageaffine — 返回經(jīng)過(guò)仿射變換后的圖像,剪切區域可選
$image
, array $affine
, array $clip
= ?): resource
本函數還未編寫(xiě)文檔,僅有參數列表。
image
由圖象創(chuàng )建函數(例如imagecreatetruecolor())返回的 GdImage 對象。
affine
數組,其中鍵為 0 至 5 的數字。
clip
數組,其中鍵為 "x","y","width" 和 "height"。
成功則返回仿射變換后的圖像, 或者在失敗時(shí)返回 false
.