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