検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 481 for 複数 (0.002 sec.)
同一ファイル内での複数の名前空間の定義 8871
« サブ名前空間の宣言 名前空間の使用法: 基本編 » PHP Manual 名前空間 同一ファイル内での複数の名前 ... 空間の定義 同一ファイル内での複数の名前空間の定義 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 複数 ... 次の 2 通りです。 例1 シンプルな組み合わせ方式による複数の名前空間の宣言 <?php namespace MyProject ; const C ... } function connect () { /* ... */ } ?> この構文は、複数の名前空間をひとつのファイルに含める場合の方法として ... 括弧構文を使うことを推奨します。 例2 波括弧構文による複数の名前空間の宣言 <?php namespace MyProject { const C ...
https://man.plustar.jp/php/language.namespaces.definitionmultiple.html - [similar]
gettext の複数形版 7971
« gettext textdomain » PHP Manual Gettext 関数 gettext の複数形版 ngettext (PHP 4 >= 4.2.0, PHP ... 5, PHP 7, PHP 8) ngettext — gettext の複数形版 説明 ngettext ( string $singular , string $plur ... al , int $count ): string 複数形版の gettext() です。 言語によっては、数量に応じて ... いくつかの複数形が存在することがあります。 パラメータ singular 単数 ... 形のメッセージ ID。 plural 複数形のメッセージ ID。 count 数 (件数など)。この数にあわ ...
https://man.plustar.jp/php/function.ngettext.html - [similar]
複数のステートメント 7802
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... ートメント 複数のステートメント MySQL は、ひとつのステートメントの文 ... 字列に、 複数のステートメントを埋め込むことをオプションでサポート ... す。 しかし、そうするためには特別な操作が必要です。 複数のステートメント、 またはマルチクエリーは、 mysqli:: ... テートメントと、 返さないステートメントを、 ひとつの複数のステートメントに埋め込むことができます。 例1 複数...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
ひとつあるいは複数の画像の差を返す 7287
« Imagick::commentImage Imagick::compareImageLayers » PHP Manual Imagick ひとつあるいは複数の画像 ... k 3) Imagick::compareImageChannels — ひとつあるいは複数の画像の差を返す 説明 public Imagick::compareImageCh ... annelType , int $metricType ): array ひとつあるいは複数の画像を比較し、差分の画像を返します。 パラメータ im ... チャネルモードで使用可能なチャネル定数を指定します。 複数のチャネルを指定するには、チャネル型定数をビット演算 ... kException をスローします。 関連キーワード: 画像 , 複数 , Imagick , 差 , チャネル , 定数 , compareImageCha ...
https://man.plustar.jp/php/imagick.compareimagechannels.html - [similar]
dcgettext の複数形版 7231
« dcgettext dgettext » PHP Manual Gettext 関数 dcgettext の複数形版 dcngettext (PHP 4 >= 4.2.0, ... PHP 5, PHP 7, PHP 8) dcngettext — dcgettext の複数形版 説明 dcngettext ( string $domain , string $sing ... ount , int $category ): string この関数により単一の複数形メッセージの参照について カレントのドメインを上書き ... 場合に文字列を返します。 参考 ngettext() - gettext の複数形版 関連キーワード: dcgettext , string , dcngettext ...
https://man.plustar.jp/php/function.dcngettext.html - [similar]
dgettext の複数形版 7231
« dgettext gettext » PHP Manual Gettext 関数 dgettext の複数形版 dngettext (PHP 4 >= 4.2.0, PHP ... 5, PHP 7, PHP 8) dngettext — dgettext の複数形版 説明 dngettext ( string $domain , string $singu ... int $count ): string dngettext() 関数により、単一の複数形メッセージ参照について 現在のドメインを上書きするこ ... 場合に文字列を返します。 参考 ngettext() - gettext の複数形版 関連キーワード: dgettext , dngettext , string , ...
https://man.plustar.jp/php/function.dngettext.html - [similar]
Memcached 7118
« memcache_debug はじめに » PHP Manual その他のサービス Memcached Memcached はじめに インストール ... ーをサーバープールに追加する Memcached::addServers — 複数のサーバーをサーバープールに追加する Memcached::appe ... バーからアイテムを削除する Memcached::deleteMulti — 複数のアイテムを削除する Memcached::deleteMultiByKey — 指 ... 定したサーバーから複数のアイテムを削除する Memcached::fetch — 次の結果を取 ... ーバーからアイテムを取得する Memcached::getDelayed — 複数のアイテムを要求する Memcached::getDelayedByKey — 指 ...
https://man.plustar.jp/php/book.memcached.html - [similar]
ひとつあるいは複数の画像をひとつにまとめる 7118
« Imagick::colorMatrixImage Imagick::commentImage » PHP Manual Imagick ひとつあるいは複数の画像を ... imagick 3) Imagick::combineImages — ひとつあるいは複数の画像をひとつにまとめる 説明 public Imagick::combin ... Images ( int $channelType ): Imagick ひとつあるいは複数の画像をひとつにまとめます。 一連の画像の各ピクセルの ... のチャネルモードで使用可能なチャネル定数のいずれか。 複数のチャネルを適用するには、channeltype 定数をビット演 ... kException をスローします。 関連キーワード: 画像 , 複数 , Imagick , チャネル , combineImages , 定数 , imag ...
https://man.plustar.jp/php/imagick.combineimages.html - [similar]
ひとつあるいは複数の画像チャネルの極値を取得する 7062
« Imagick::getImageChannelDistortions Imagick::getImageChannelKurtosis » PHP Manual Imagick ひと ... つあるいは複数の画像チャネルの極値を取得する Imagick::getImageChan ... 3) Imagick::getImageChannelExtrema — ひとつあるいは複数の画像チャネルの極値を取得する 警告 この関数は Imagi ... annelExtrema ( int $channel ): array ひとつあるいは複数の画像チャネルの極値を取得します。 戻り値は連想配列で ... チャネルモードに対応したチャネル定数を指定します。 複数のチャネルに適用するには、 ビット演算子でチャネル型定 ...
https://man.plustar.jp/php/imagick.getimagechannelextrema.html - [similar]
複数クエリで、次の結果が存在するかどうかを調べる 7062
« mysqli_stmt::$insert_id mysqli_stmt::next_result » PHP Manual mysqli_stmt 複数クエリで、次の結 ... i_stmt::more_results -- mysqli_stmt_more_results — 複数クエリで、次の結果が存在するかどうかを調べる 説明 オ ... stmt_more_results ( mysqli_stmt $statement ): bool 複数クエリで、次の結果が存在するかどうかを調べます。 注意 ... lse を返します。 参考 mysqli_stmt::next_result() - 複数クエリから、次の結果を読み込む mysqli::multi_query() ... 上のクエリを実行する 関連キーワード: mysqli , stmt , 複数 , 存在 , results , 次 , next , result , 手続き , オ ...
https://man.plustar.jp/php/mysqli-stmt.more-results.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT