検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 397 for [SIMILAR] 16 1024 4096 WITH 12257 compare WITH 1... (0.649 sec.)
Normalizer クラス 0
« Locale::setDefault Normalizer::getRawDecomposition » PHP Manual intl Normalizer クラス Normalizer クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに 正規化とは、文字や文字列を正式に決められた表現に変換する処理のことです。 これは、検索や並べ替えなどの際に比較をするときに ...
https://man.plustar.jp/php/class.normalizer.html - [similar]
数字かどうかを調べる 0
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
div および offset の係数を使用し、3x3 の畳み込み配列を適用する 0
« imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使用し、3x3 の畳み込み配列を適用する imageconvolution (PHP 5 >= 5.1.0, PHP 7, PHP 8) imageconvolution — div および offset の係数を使用し、3x3 の畳み込み配列を適用する 説明 imageconvolution ( GdI ...
https://man.plustar.jp/php/function.imageconvolution.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 0
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバーに送信し、その結果を待たない pg_send_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_query_params — コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 説明 pg_send_query ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
正規表現による検索と置換を行う 0
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 >= 5.3.0, PHP 7, PHP 8) preg_filter — 正規表現による検索と置換を行う 説明 preg_filter ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = -1 , int & ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
対象にマッチする任意のピクセルの値を変更する 0
« Imagick::flipImage Imagick::flopImage » PHP Manual Imagick 対象にマッチする任意のピクセルの値を変更する Imagick::floodFillPaintImage (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::floodFillPaintImage — 対象にマッチする任意のピクセルの値を変更する 説明 public Imagick::floodFillPaint ...
https://man.plustar.jp/php/imagick.floodfillpaintimage.html - [similar]
指定された値の名前に対応する、プロパティの値を取得する 0
« IntlChar::getPropertyName IntlChar::getPropertyValueName » PHP Manual IntlChar 指定された値の名前に対応する、プロパティの値を取得する IntlChar::getPropertyValueEnum (PHP 7, PHP 8) IntlChar::getPropertyValueEnum — 指定された値の名前に対応する、プロパティの値を取得する 説明 public static ...
https://man.plustar.jp/php/intlchar.getpropertyvalueenum.html - [similar]
0
« マジック定数 演算子 » PHP Manual 言語リファレンス 式 式 式は、PHP における最も重要なビルディングブロックです。PHPにおいては、ほとんど全てのものは式で記述されます。 最も簡単で最も正確な式の定義は、"値があるもの全て"です。 考えられる簡単な例は、定数と変数です。 " $a = 5" と入力すると、 $ ...
https://man.plustar.jp/php/language.expressions.html - [similar]
配列演算子 0
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
どのライブラリを選ぶか 0
« どの API を使うか コンセプト » PHP Manual MySQL 用 PHP ドライバの概要 どのライブラリを選ぶか どのライブラリを選ぶか mysqli、PDO_MySQL といった PHP 拡張モジュールは、 どれも C クライアントライブラリの軽量なラッパーです。これらの拡張モジュールは、 mysqlnd ライブラリあるいは libmysqlclien ...
https://man.plustar.jp/php/mysqlinfo.library.choosing.html - [similar]