array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.imageaffine.php', 1 => 'imageaffine', 2 => 'Return an image containing the affine transformed src image, using an optional clipping area', ), 'up' => array ( 0 => 'ref.image.php', 1 => 'Функції GD та Image', ), 'prev' => array ( 0 => 'function.image2wbmp.php', 1 => 'image2wbmp', ), 'next' => array ( 0 => 'function.imageaffinematrixconcat.php', 1 => 'imageaffinematrixconcat', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/image/functions/imageaffine.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
imageaffine — Return an image containing the affine transformed src image, using an optional clipping area
Наразі ця функція не документована. Доступний лише список її параметрів.
imageОб'єкт GdImage, що повертається однією з функцій створення зображення, такою як imagecreatetruecolor().
affineArray with keys 0 to 5.
clip
Array with keys "x", "y", "width" and "height"; or null.
Return affined image object on success або false в разі помилки.