PHP » GoLang |
login |
register |
about
|
GoLang imageaffinematrixget
request it (309)
GoLang replacement for PHP's imageaffinematrixget
[edit | history]
imageaffinematrixget(PHP 5 >= 5.5.0, PHP 7) imageaffinematrixget — Get an affine transformation matrix DescriptionReturns an affine transformation matrix. Parameters
Return Values
An affine transformation matrix (an array with keys
0 to 5 and float values)
or Examples
Example #1 imageaffinematrixget() example
<?php The above example will output: Array ( [0] => 1 [1] => 0 [2] => 0 [3] => 1 [4] => 2 [5] => 3 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|