検索

phrase: max: clip:
target: order:
Results of 651 - 660 of about 1059 for [SIMILAR] 16 1024 4096 WITH 14251 imagickpixel W... (7.293 sec.)
テーブルがビューかどうかを調べる 0
« Table::insert Table::select » PHP Manual mysql_xdevapi\Table テーブルがビューかどうかを調べる Table::isView (No version information available, might only be in Git) Table::isView — テーブルがビューかどうかを調べる 説明 public mysql_xdevapi\Table::isView (): bool オブジェクトがビューかそ ...
https://man.plustar.jp/php/mysql-xdevapi-table.isview.html - [similar]
実行する SQL 文を準備する 0
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SQLite3::prepare — 実行する SQL 文を準備する 説明 public SQLite3::prepare ( string $query ): SQLite3Stmt | false 実行する SQL 文を準備し、 SQLite3Stmt オブジェ ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
XML に変換する 0
« XSLTProcessor::transformToUri GUI用の拡張モジュール » PHP Manual XSLTProcessor XML に変換する XSLTProcessor::transformToXml (PHP 5, PHP 7, PHP 8) XSLTProcessor::transformToXml — XML に変換する 説明 public XSLTProcessor::transformToXml ( object $document ): string | null | false xsltpro ...
https://man.plustar.jp/php/xsltprocessor.transformtoxml.html - [similar]
ハミング距離 0
« gmp_gcdext gmp_import » PHP Manual GMP 関数 ハミング距離 gmp_hamdist (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_hamdist — ハミング距離 説明 gmp_hamdist ( GMP | int | string $num1 , GMP | int | string $num2 ): int num1 と num2 の間のハミング距離を返します。オペランドは共に非負とする必要が ...
https://man.plustar.jp/php/function.gmp-hamdist.html - [similar]
指定したメッセージの指定した body セクションの構造を読み込む 0
« imap_body imap_check » PHP Manual IMAP 関数 指定したメッセージの指定した body セクションの構造を読み込む imap_bodystruct (PHP 4, PHP 5, PHP 7, PHP 8) imap_bodystruct — 指定したメッセージの指定した body セクションの構造を読み込む 説明 imap_bodystruct ( IMAP\Connection $imap , int $messa ...
https://man.plustar.jp/php/function.imap-bodystruct.html - [similar]
引数が、数えられる値かどうかを調べる 0
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_countable (PHP 7 >= 7.3.0, PHP 8) is_countable — 引数が、数えられる値かどうかを調べる 説明 is_countable ( mixed $value ): bool 引数の内容が、 array または Countable を実装したオブジェクトかどうかを ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
MQSeries MQPUT 0
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseries >= 0.10.0) mqseries_put — MQSeries MQPUT 説明 mqseries_put ( resource $hConn , resource $hObj , array &$md , array &$pmo , string $message , resource &$compCode , resource &$reason ): void ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]
フォントメトリクスを表す配列を返す 0
« Imagick::quantizeImages Imagick::queryFonts » PHP Manual Imagick フォントメトリクスを表す配列を返す Imagick::queryFontMetrics (PECL imagick 2, PECL imagick 3) Imagick::queryFontMetrics — フォントメトリクスを表す配列を返す 説明 public Imagick::queryFontMetrics ( ImagickDraw $properties ...
https://man.plustar.jp/php/imagick.queryfontmetrics.html - [similar]
ポイントサイズを設定する 0
« Imagick::setPage Imagick::setProgressMonitor » PHP Manual Imagick ポイントサイズを設定する Imagick::setPointSize (PECL imagick 2 >= 2.1.0, PECL imagick 3) Imagick::setPointSize — ポイントサイズを設定する 説明 public Imagick::setPointSize ( float $point_size ): bool オブジェクトのポイン ...
https://man.plustar.jp/php/imagick.setpointsize.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]