Results of 1 - 10 of about 70 for closure (0.002 sec.)
- Closure クラス 11123
- « Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス
...
Closure クラス Closure クラス (PHP 5 >= 5.3.0, PHP 7, PHP ...
無名関数 を表すために使うクラスです。 無名関数は、Closure 型のオブジェクトを生成します。 このクラスにはメソッ ...
このメソッドは使われません。 クラス概要 final class Closure { /* メソッド */ private __construct () public sta ...
tic bind ( Closure $closure , ? object $newThis , object | string | n ...
-
https://man.plustar.jp/php/class.closure.html
- [similar]
- バインドされたオブジェクトとクラスのスコープでクロージャを複製する 11038
- « Closure::__construct Closure::bindTo » PHP Manual Closure バインドされたオブジェクトとクラスの
...
スコープでクロージャを複製する Closure::bind (PHP 5 >= 5.4.0, PHP 7, PHP 8) Closure::bind ...
のスコープでクロージャを複製する 説明 public static Closure::bind ( Closure $closure , ? object $newThis , obj ...
ect | string | null $newScope = "static" ): ? Closure このメソッドは、staticメソッド版の Closure::bindTo ...
() です。 詳細な説明は Closure::bindTo() のドキュメントを参照ください。 パラメータ ...
-
https://man.plustar.jp/php/closure.bind.html
- [similar]
- クロージャを束縛して呼び出す 10644
- « Closure::bindTo Closure::fromCallable » PHP Manual Closure クロージャを束縛して呼び出す Closure
...
e::call (PHP 7, PHP 8) Closure::call — クロージャを束縛して呼び出す 説明 public C ...
ます。 戻り値 クロージャの戻り値を返します。 例 例1 Closure::call() の例 <?php class Value { protected $value ...
three = new Value ( 3 ); $four = new Value ( 4 ); $closure = function ( $delta ) { var_dump ( $this -> getVal ...
ue () + $delta ); }; $closure -> call ( $three , 4 ); $closure -> call ( $four , ...
-
https://man.plustar.jp/php/closure.call.html
- [similar]
- コードポイントの FC_NFKC_Closure プロパティの値を取得する 10432
- « IntlChar::getCombiningClass IntlChar::getIntPropertyMaxValue » PHP Manual IntlChar コードポイン
...
トの FC_NFKC_Closure プロパティの値を取得する IntlChar::getFC_NFKC_Clos ...
ure (PHP 7, PHP 8) IntlChar::getFC_NFKC_Closure — コードポイントの FC_NFKC_Closure プロパティの値を ...
取得する 説明 public static IntlChar::getFC_NFKC_Closure ( int | string $codepoint ): string | false | null ...
コードポイントの FC_NFKC_Closure プロパティの値を文字列で取得します。 パラメータ co ...
-
https://man.plustar.jp/php/intlchar.getfc-nfkc-closure.html
- [similar]
- Get Closure 10037
- « Componere\Patch::derive Componere\Patch::getClosures » PHP Manual Componere\Patch Get Closure
...
Componere\Patch::getClosure (Componere 2 >= 2.1.0) Componere\Patch::getClosure ...
— Get Closure 説明 public Componere\Patch::getClosure ( string $ ...
name ): Closure Shall return a Closure for the method specified by ...
e The case insensitive name of the method 戻り値 A Closure bound to the correct scope and object Exceptions 警 ...
-
https://man.plustar.jp/php/componere-patch.getclosure.html
- [similar]
- Get Closure 9953
- « Componere\Definition::isRegistered Componere\Definition::getClosures » PHP Manual Componere\De
...
finition Get Closure Componere\Definition::getClosure (Componere 2 >= 2 ...
.1.0) Componere\Definition::getClosure — Get Closure 説明 public Componere\Definition::ge ...
tClosure ( string $name ): Closure Shall return a Closure f ...
e The case insensitive name of the method 戻り値 A Closure bound to the correct scope Exceptions 警告 Shall t ...
-
https://man.plustar.jp/php/componere-definition.getclosure.html
- [similar]
- インスタンス作成を無効化したコンストラクタ 9755
- « Closure Closure::bind » PHP Manual Closure インスタンス作成を無効化したコンストラクタ Closure:
...
:__construct (PHP 5 >= 5.3.0, PHP 7, PHP 8) Closure::__construct — インスタンス作成を無効化したコンスト ...
ラクタ 説明 private Closure::__construct () このメソッドは、 Closure クラスのイ ...
参考 無名関数 関連キーワード: インスタンス , 作成 , Closure , construct , クラス , パラメータ , bind , private ...
-
https://man.plustar.jp/php/closure.construct.html
- [similar]
- callable をクロージャに変換する 9389
- « Closure::call Generator » PHP Manual Closure callable をクロージャに変換する Closure::fromCall
...
able (PHP 7 >= 7.1.0) Closure::fromCallable — callable をクロージャに変換する 説 ...
明 public static Closure::fromCallable ( callable $callback ): Closure 現在 ...
callback 変換する callable。 戻り値 新しく作られた Closure を返します。 callback が現在のスコープで呼び出し可 ...
leを生成する記法 関連キーワード: callable , 変換 , Closure , callback , fromCallable , スコープ , 記法 , 生成 ...
-
https://man.plustar.jp/php/closure.fromcallable.html
- [similar]
- Method Construction 9022
- « Componere\Method Componere\Method::setPrivate » PHP Manual Componere\Method Method Constructio
...
uction 説明 public Componere\Method::__construct ( Closure $closure ) パラメータ closure 関連キーワード: Cons ...
truction , Componere , construct , closure , setPrivate , public , Closure , パラメータ , ...
-
https://man.plustar.jp/php/componere-method.construct.html
- [similar]
- Provide a return value for an existing function 8867
- « uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin
...
urn value of the function to value . If value is a Closure and execute is set, the Closure will be executed i ...
is possible to call the original function from the Closure. 注意 : This function replaces uopz_rename() . パラ ...
n value The value the function should return. If a Closure is provided and the execute flag is set, the Closu ...
e of the original function. execute If true, and a Closure was provided as the value, the Closure will be exe ...
-
https://man.plustar.jp/php/function.uopz-set-return.html
- [similar]