Results of 1 - 10 of about 551 for 複 (0.004 sec.)
- 同一ファイル内での複数の名前空間の定義 8483
- « サブ名前空間の宣言 名前空間の使用法: 基本編 » PHP Manual 名前空間 同一ファイル内での複数の名前
...
空間の定義 同一ファイル内での複数の名前空間の定義 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 複 ...
次の 2 通りです。 例1 シンプルな組み合わせ方式による複数の名前空間の宣言 <?php namespace MyProject ; const ...
} function connect () { /* ... */ } ?> この構文は、複数の名前空間をひとつのファイルに含める場合の方法とし ...
括弧構文を使うことを推奨します。 例2 波括弧構文による複数の名前空間の宣言 <?php namespace MyProject { const ...
-
https://man.plustar.jp/php/language.namespaces.definitionmultiple.html
- [similar]
- gettext の複数形版 7617
- « gettext textdomain » PHP Manual Gettext 関数 gettext の複数形版 ngettext (PHP 4 >= 4.2.0, PHP
...
5, PHP 7, PHP 8) ngettext — gettext の複数形版 説明 ngettext ( string $singular , string $pl ...
ural , int $count ): string 複数形版の gettext() です。 言語によっては、数量に応じ ...
ていくつかの複数形が存在することがあります。 パラメータ singular 単 ...
数形のメッセージ ID。 plural 複数形のメッセージ ID。 count 数 (件数など)。この数にあ ...
-
https://man.plustar.jp/php/function.ngettext.html
- [similar]
- 複数のステートメント 7456
- « ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ
...
ートメント 複数のステートメント MySQL は、ひとつのステートメントの ...
文字列に、 複数のステートメントを埋め込むことをオプションでサポー ...
す。 しかし、そうするためには特別な操作が必要です。 複数のステートメント、 またはマルチクエリーは、 mysqli ...
テートメントと、 返さないステートメントを、 ひとつの複数のステートメントに埋め込むことができます。 例1 複数 ...
-
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html
- [similar]
- 複合語を有効な単語の組み合わせとして考慮する 7296
- « pspell_config_repl pspell_config_save_repl » PHP Manual Pspell 関数 複合語を有効な単語の組み合
...
, PHP 5, PHP 7, PHP 8) pspell_config_runtogether — 複合語を有効な単語の組み合わせとして考慮する 説明 pspe ...
l\Config $config , bool $allow ): bool この関数は、複合語を正しい複合語として処理するかどうかを定義します ...
" には、二つの単語の間に空白はありませんが、 正しい複合語となります。この設定の変更は、 pspell_check() に ...
\Config クラスのインスタンス。 allow 連続した単語を複合語として扱う場合な true 、 それ以外の場合は false ...
-
https://man.plustar.jp/php/function.pspell-config-runtogether.html
- [similar]
- ノードを複製する 6974
- « DOMNode::C14NFile DOMNode::getLineNo » PHP Manual DOMNode ノードを複製する DOMNode::cloneNode
...
(PHP 5, PHP 7, PHP 8) DOMNode::cloneNode — ノードを複製する 説明 public DOMNode::cloneNode ( bool $deep = ...
このパラメータのデフォルト値は false です。 戻り値 複製されたノードを返します。 関連キーワード: ノード , ...
-
https://man.plustar.jp/php/domnode.clonenode.html
- [similar]
- ひとつあるいは複数の画像の差を返す 6974
- « Imagick::commentImage Imagick::compareImageLayers » PHP Manual Imagick ひとつあるいは複数の画像
...
k 3) Imagick::compareImageChannels — ひとつあるいは複数の画像の差を返す 説明 public Imagick::compareImage ...
annelType , int $metricType ): array ひとつあるいは複数の画像を比較し、差分の画像を返します。 パラメータ ...
チャネルモードで使用可能なチャネル定数を指定します。 複数のチャネルを指定するには、チャネル型定数をビット演 ...
kException をスローします。 関連キーワード: 画像 , 複数 , Imagick , 差 , チャネル , 定数 , compareImageCh ...
-
https://man.plustar.jp/php/imagick.compareimagechannels.html
- [similar]
- dcgettext の複数形版 6920
- « dcgettext dgettext » PHP Manual Gettext 関数 dcgettext の複数形版 dcngettext (PHP 4 >= 4.2.0,
...
PHP 5, PHP 7, PHP 8) dcngettext — dcgettext の複数形版 説明 dcngettext ( string $domain , string $si ...
ount , int $category ): string この関数により単一の複数形メッセージの参照について カレントのドメインを上書 ...
場合に文字列を返します。 参考 ngettext() - gettext の複数形版 関連キーワード: dcgettext , string , dcngette ...
-
https://man.plustar.jp/php/function.dcngettext.html
- [similar]
- dgettext の複数形版 6920
- « dgettext gettext » PHP Manual Gettext 関数 dgettext の複数形版 dngettext (PHP 4 >= 4.2.0, PHP
...
5, PHP 7, PHP 8) dngettext — dgettext の複数形版 説明 dngettext ( string $domain , string $sin ...
int $count ): string dngettext() 関数により、単一の複数形メッセージ参照について 現在のドメインを上書きする ...
場合に文字列を返します。 参考 ngettext() - gettext の複数形版 関連キーワード: dgettext , dngettext , string ...
-
https://man.plustar.jp/php/function.dngettext.html
- [similar]
- Memcached 6813
- « memcache_debug はじめに » PHP Manual その他のサービス Memcached Memcached はじめに インストール
...
ーをサーバープールに追加する Memcached::addServers — 複数のサーバーをサーバープールに追加する Memcached::ap ...
バーからアイテムを削除する Memcached::deleteMulti — 複数のアイテムを削除する Memcached::deleteMultiByKey — ...
指定したサーバーから複数のアイテムを削除する Memcached::fetch — 次の結果を ...
ーバーからアイテムを取得する Memcached::getDelayed — 複数のアイテムを要求する Memcached::getDelayedByKey — ...
-
https://man.plustar.jp/php/book.memcached.html
- [similar]
- ひとつあるいは複数の画像をひとつにまとめる 6813
- « Imagick::colorMatrixImage Imagick::commentImage » PHP Manual Imagick ひとつあるいは複数の画像を
...
imagick 3) Imagick::combineImages — ひとつあるいは複数の画像をひとつにまとめる 説明 public Imagick::comb ...
Images ( int $channelType ): Imagick ひとつあるいは複数の画像をひとつにまとめます。 一連の画像の各ピクセル ...
のチャネルモードで使用可能なチャネル定数のいずれか。 複数のチャネルを適用するには、channeltype 定数をビット ...
kException をスローします。 関連キーワード: 画像 , 複数 , Imagick , チャネル , combineImages , 定数 , ima ...
-
https://man.plustar.jp/php/imagick.combineimages.html
- [similar]