検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 483 for [SIMILAR] 16 1024 4096 WITH 62907 myclass WITH 3... (0.342 sec.)
新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 0
« Closure::bind Closure::call » PHP Manual Closure 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する Closure::bindTo (PHP 5 >= 5.4.0, PHP 7, PHP 8) Closure::bindTo — 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 説明 public Closure::bindT ...
https://man.plustar.jp/php/closure.bindto.html - [similar]
トレイト 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]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.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
« 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]