| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
ImagickKernel::getMatrix(PECL imagick >= 3.3.0) ImagickKernel::getMatrix — Description 説明
public array ImagickKernel::getMatrix
( void
)
Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped. パラメータこの関数にはパラメータはありません。 返り値A matrix (2d array) of the values that represent the kernel. 例
例1 ImagickKernel::getMatrix()
<?php |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「ImagickKernel::getMatrix - Description」をGoogle検索
|