検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 648 for [SIMILAR] 16 1024 4096 WITH 14963 検査 WITH 1123... (0.562 sec.)
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
リファレンスの解除 0
« リファレンスを返す リファレンスの適用範囲 » PHP Manual リファレンスの説明 リファレンスの解除 リファレンスの解除 リファレンスを解除することは、ちょうど変数名と変数の内容の結合を 解除することに相当します。これは、変数の内容が破棄されることを 意味しません。例えば、 <?php $a = 1 ; $b =& $a ...
https://man.plustar.jp/php/language.references.unset.html - [similar]
指定された変数名にパラメータをバインドする 0
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパラメータをバインドする PDOStatement::bindParam (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::bindParam — 指定された変数名にパラメータをバインドする 説明 public PDOStatement: ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]
定義済み定数 0
« リソース型 変数操作 関数 » PHP Manual 変数操作 定義済み定数 定義済み定数 定数は定義されていません。 関連キーワード: 定義 , 定数 , 変数 , 操作 , リソース , 関数 , ...
https://man.plustar.jp/php/var.constants.html - [similar]
引数が型を持つかを調べる 0
« ReflectionParameter::getType ReflectionParameter::isArray » PHP Manual ReflectionParameter 引数が型を持つかを調べる ReflectionParameter::hasType (PHP 7, PHP 8) ReflectionParameter::hasType — 引数が型を持つかを調べる 説明 public ReflectionParameter::hasType (): bool 引数が、関連する型を ...
https://man.plustar.jp/php/reflectionparameter.hastype.html - [similar]
union 型に含まれる型を返す。 0
« ReflectionUnionType ReflectionGenerator » PHP Manual ReflectionUnionType union 型に含まれる型を返す。 ReflectionUnionType::getTypes (PHP 8) ReflectionUnionType::getTypes — union 型に含まれる型を返す。 説明 public ReflectionUnionType::getTypes (): array union 型に含まれるリフレクションの ...
https://man.plustar.jp/php/reflectionuniontype.gettypes.html - [similar]
交差型に含まれている型を返す 0
« ReflectionIntersectionType ReflectionReference » PHP Manual ReflectionIntersectionType 交差型に含まれている型を返す ReflectionIntersectionType::getTypes (PHP 8 >= 8.1.0) ReflectionIntersectionType::getTypes — 交差型に含まれている型を返す 説明 public ReflectionIntersectionType::getTypes ...
https://man.plustar.jp/php/reflectionintersectiontype.gettypes.html - [similar]
PHP の設定情報を出力する 0
« phpcredits phpversion » PHP Manual PHP オプション/情報 関数 PHP の設定情報を出力する phpinfo (PHP 4, PHP 5, PHP 7, PHP 8) phpinfo — PHP の設定情報を出力する 説明 phpinfo ( int $flags = INFO_ALL ): bool 現在の PHP の状態に関する、多くの情報を出力します。出力される情報には、 PHP コンパイ ...
https://man.plustar.jp/php/function.phpinfo.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]