PHP imageaffine – 返回經過仿射變換后的圖像
PHP imageaffine - 返回經過仿射變換后的圖像
imageaffine — 返回經過仿射變換后的圖像,剪切區域可選。
語法
resource imageaffine ( resource $image , array $affine [, array $clip ] )
參數
- image 由圖象創建函數(例如imagecreatetruecolor())返回的圖象資源。
- affine 數組,其中鍵為 0 至 5 的數字。
- clip 數組,其中鍵為 "x","y","width" 和 "height"。
返回值
成功則返回仿射變換后的圖像, 或者在失敗時返回 FALSE。
相關文章
- PHP 語法
- PHP 常量
- PHP 字符串
- PHP Cookie
- PHP 過濾器
- PHP 高級過濾器
- PHP array_column() 函數
- PHP array_fill() 函數
- PHP array_flip() 函數
- PHP array_search() 函數
- PHP array_uintersect_uassoc() 函數
- PHP arsort() 函數
- PHP compact() 函數
- PHP end() 函數
- PHP krsort() 函數
- PHP list() 函數
- PHP natsort() 函數
- PHP 5 Array 函數
- PHP Filter 函數
- PHP Mail 函數