欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

imageaffinematrixconcat

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

imageaffinematrixconcatConcatenate two affine transformation matrices

說(shuō)明

imageaffinematrixconcat(array $matrix1, array $matrix2): array|false

Returns the concatenation of two affine transformation matrices, what is useful if multiple transformations should be applied to the same image in one go.

參數

matrix1

An affine transformation matrix (an array with keys 0 to 5 and float values).

matrix2

An affine transformation matrix (an array with keys 0 to 5 and float values).

返回值

An affine transformation matrix (an array with keys 0 to 5 and float values) 或者在失敗時(shí)返回 false.

范例

示例 #1 imageaffinematrixconcat() example

<?php
$m1 
imageaffinematrixget(IMG_AFFINE_TRANSLATE, array('x' => 2'y' => 3));
$m2 imageaffinematrixget(IMG_AFFINE_SCALE, array('x' => 4'y' => 5));
$matrix imageaffinematrixconcat($m1$m2);
print_r($matrix);
?>

以上例程會(huì )輸出:

Array
(
    [0] => 4
    [1] => 0
    [2] => 0
    [3] => 5
    [4] => 8
    [5] => 15
)

參見(jiàn)

欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放