検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 736 for [SIMILAR] 16 1024 4096 WITH 11465 小文 WITH 1144... (0.669 sec.)
列挙型が定義されているかを調べる 0
« class_exists get_called_class » PHP Manual クラス/オブジェクト関数 列挙型が定義されているかを調べる enum_exists (PHP 8 >= 8.1.0) enum_exists — 列挙型が定義されているかを調べる 説明 enum_exists ( string $enum , bool $autoload = true ): bool この関数は、指定された列挙型が定義されているか ...
https://man.plustar.jp/php/function.enum-exists.html - [similar]
変数を古い値と比較して新しい値を代入する 0
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新しい値を代入する wincache_ucache_cas (PECL wincache >= 1.1.0) wincache_ucache_cas — 変数を古い値と比較して新しい値を代入する 説明 wincache_ucache_cas ( string $key , int $old_value , int $new_v ...
https://man.plustar.jp/php/function.wincache-ucache-cas.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
« 配列のソート array_change_key_case » PHP Manual 配列 配列 関数 配列 関数 参考 is_array() , explode() , implode() , preg_split() , および join() も参照してください。 目次 array_change_key_case — 配列のすべてのキーの大文字小文字を変更する array_chunk — 配列を分割する array_column — 入力配 ...
https://man.plustar.jp/php/ref.array.html - [similar]
メソッドが定義されているかどうかを調べる 0
« ReflectionClass::hasConstant ReflectionClass::hasProperty » PHP Manual ReflectionClass メソッドが定義されているかどうかを調べる ReflectionClass::hasMethod (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionClass::hasMethod — メソッドが定義されているかどうかを調べる 説明 public ReflectionClass::h ...
https://man.plustar.jp/php/reflectionclass.hasmethod.html - [similar]
下位互換性のない変更点 0
« PHP 5.5.x から PHP 5.6.x への移行 新機能 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 下位互換性のない変更点 下位互換性のない変更点 既存の PHP 5 のコードのほとんどは変更なしで動作するはずですが、 以下の下位互換性のない変更点については注意しましょう。 配列リテラルを用いてクラスのプロパ ...
https://man.plustar.jp/php/migration56.incompatible.html - [similar]
ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する 0
« ArrayIterator::setFlags ArrayIterator::uksort » PHP Manual ArrayIterator ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する ArrayIterator::uasort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::uasort — ユーザー定義の比較関数を使ってソートを行い、インデックスとの関 ...
https://man.plustar.jp/php/arrayiterator.uasort.html - [similar]
goto 0
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
定義済み定数 0
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SEEK_SET ( int ) SEEK_CUR ( int ) SEEK_END ( in ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]