検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 476 for [SIMILAR] 16 1024 4096 WITH 33273 arithmeticerro... (0.317 sec.)
トレイト 0
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト PHP は、コードを再利用するための「トレイト」という仕組みを実装しています。 トレイトは、PHP のような単一継承言語でコードを再利用するための仕組みのひとつです。 トレイトは、単一継承の制約を減らすた ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
値を取得する 0
« ReflectionProperty::getType ReflectionProperty::hasDefaultValue » PHP Manual ReflectionProperty 値を取得する ReflectionProperty::getValue (PHP 5, PHP 7, PHP 8) ReflectionProperty::getValue — 値を取得する 説明 public ReflectionProperty::getValue ( ? object $object = null ): mixed プロパ ...
https://man.plustar.jp/php/reflectionproperty.getvalue.html - [similar]
プロパティの値を設定する 0
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProperty プロパティの値を設定する ReflectionProperty::setValue (PHP 5, PHP 7, PHP 8) ReflectionProperty::setValue — プロパティの値を設定する 説明 public ReflectionProperty::setValue ( object $object ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
The Yar_Server_Exception class 0
« Yar_Concurrent_Client::reset Yar_Server_Exception::getType » PHP Manual Yar The Yar_Server_Exception class The Yar_Server_Exception class (No version information available, might only be in Git) はじめに If service threw exceptions, A Yar_Server_Exception will be threw in client side. ...
https://man.plustar.jp/php/class.yar-server-exception.html - [similar]
クラス定数が final かどうかを調べる 0
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionClassConstant クラス定数が final かどうかを調べる ReflectionClassConstant::isFinal (PHP 8 >= 8.1.0) ReflectionClassConstant::isFinal — クラス定数が final かどうかを調べる 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
クラス定数が public かを調べる 0
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual ReflectionClassConstant クラス定数が public かを調べる ReflectionClassConstant::isPublic (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPublic — クラス定数が public かを調べる 説明 public Reflecti ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
入力配列から単一のカラムの値を返す 0
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_column (PHP 5 >= 5.5.0, PHP 7, PHP 8) array_column — 入力配列から単一のカラムの値を返す 説明 array_column ( array $array , int | string | null $column_key , int | string | null $index_key = null ) ...
https://man.plustar.jp/php/function.array-column.html - [similar]
クラスのデフォルトプロパティを取得する 0
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを取得する get_class_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_class_vars — クラスのデフォルトプロパティを取得する 説明 get_class_vars ( string $class ): array 指定したクラスのデフォルトプロパティを ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
ReflectionMethod を作成する 0
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成する ReflectionMethod::__construct (PHP 5, PHP 7, PHP 8) ReflectionMethod::__construct — ReflectionMethod を作成する 説明 public ReflectionMethod::__construct ( object | string $objectOrMetho ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]