検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 172 for [SIMILAR] 16 1024 4096 WITH 22075 assignref WITH... (0.210 sec.)
Yaf_Action_Abstract クラス 0
« Yaf_Controller_Abstract::setViewpath Yaf_Action_Abstract::execute » PHP Manual Yaf Yaf_Action_Abstract クラス Yaf_Action_Abstract クラス (Yaf >=1.0.0) はじめに アクションは、Yaf の個別のファイルで定義します ( Yaf_Controller_Abstract を参照ください)。 アクションメソッドには Yaf_Action_A ...
https://man.plustar.jp/php/class.yaf-action-abstract.html - [similar]
配列の末尾から要素を取り除く 0
« array_pad array_product » PHP Manual 配列 関数 配列の末尾から要素を取り除く array_pop (PHP 4, PHP 5, PHP 7, PHP 8) array_pop — 配列の末尾から要素を取り除く 説明 array_pop ( array &$array ): mixed array_pop() は配列 array の最後の要素の値を取り出して返します。 配列 array は、要素一つ分短 ...
https://man.plustar.jp/php/function.array-pop.html - [similar]
配列の先頭から要素を一つ取り出す 0
« array_search array_slice » PHP Manual 配列 関数 配列の先頭から要素を一つ取り出す array_shift (PHP 4, PHP 5, PHP 7, PHP 8) array_shift — 配列の先頭から要素を一つ取り出す 説明 array_shift ( array &$array ): mixed array_shift() は、 array の最初の値を取り出して返します。配列 array は、要素 ...
https://man.plustar.jp/php/function.array-shift.html - [similar]
キーに関連づけられた値を減少させる 0
« wincache_ucache_clear wincache_ucache_delete » PHP Manual WinCache 関数 キーに関連づけられた値を減少させる wincache_ucache_dec (PECL wincache >= 1.1.0) wincache_ucache_dec — キーに関連づけられた値を減少させる 説明 wincache_ucache_dec ( string $key , int $dec_by = 1 , bool &$success = ? ...
https://man.plustar.jp/php/function.wincache-ucache-dec.html - [similar]
キーに関連づけられた値を増加させる 0
« wincache_ucache_get wincache_ucache_info » PHP Manual WinCache 関数 キーに関連づけられた値を増加させる wincache_ucache_inc (PECL wincache >= 1.1.0) wincache_ucache_inc — キーに関連づけられた値を増加させる 説明 wincache_ucache_inc ( string $key , int $inc_by = 1 , bool &$success = ? ): ...
https://man.plustar.jp/php/function.wincache-ucache-inc.html - [similar]
オーバーロード 0
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロード PHP におけるオーバーロード機能は、 プロパティやメソッドを動的に 作成する ための手法です。 これらの動的エンティティは、マジックメソッドを用いて処理されます。 マジックメソッドは、クラス内でさ ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
演算子の優先順位 0
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二つの式が"緊密に"結合している度合いを指定します。 例えば、式 1 + 5 * 3 の答えは 16 になり、 18 とはなりません。 これは乗算演算子("*")は、加算演算子("+")より高い優先順位を有するか らです。必要に ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
オフセットを取得する 0
« ArrayAccess::offsetExists ArrayAccess::offsetSet » PHP Manual ArrayAccess オフセットを取得する ArrayAccess::offsetGet (PHP 5, PHP 7, PHP 8) ArrayAccess::offsetGet — オフセットを取得する 説明 public ArrayAccess::offsetGet ( mixed $offset ): mixed 指定したオフセットの値を返します。 このメ ...
https://man.plustar.jp/php/arrayaccess.offsetget.html - [similar]
if 0
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]
オープンした blob から len バイト分のデータを取得する 0
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から len バイト分のデータを取得する ibase_blob_get (PHP 5, PHP 7 < 7.4.0) ibase_blob_get — オープンした blob から len バイト分のデータを取得する 説明 ibase_blob_get ( resource $blob_handle , int $l ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]