検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 70 for Closure (0.007 sec.)
クロージャであるかどうかを調べる 6936
« ReflectionFunctionAbstract::inNamespace ReflectionFunctionAbstract::isDeprecated » PHP Manual ... であるかどうかを調べる ReflectionFunctionAbstract::isClosure (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionFunctionA ... bstract::isClosure — クロージャであるかどうかを調べる 説明 public Ref ... lectionFunctionAbstract::isClosure (): bool この関数が Closure であるかどうかを調べま ... の関数にはパラメータはありません。 戻り値 この関数が Closure である場合に true 、それ以外の場合に false を返しま ...
https://man.plustar.jp/php/reflectionfunctionabstract.isclosure.html - [similar]
定義済のクラス 6893
« キーワードのリスト 定義済みの定数 » PHP Manual 予約語の一覧 定義済のクラス 定義済のクラス ここ ... 性がある。 Exception ErrorException php_user_filter Closure 定義済みの final クラス Closure は、 無名クラス を ... ラス 。 関連キーワード: クラス , 定義 , 済 , 標準 , Closure , 表現 , Generator , final , モジュール , 拡張 ...
https://man.plustar.jp/php/reserved.classes.html - [similar]
The Componere\Method class 6724
« Componere\Patch::getClosures Componere\Method::__construct » PHP Manual Componere The Componer ... re\Method { /* Constructor */ public __construct ( Closure $closure ) /* メソッド */ public setPrivate (): Me ...
https://man.plustar.jp/php/class.componere-method.html - [similar]
新機能 6569
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... および CCM モード) をサポートするようになりました。 Closure::fromCallable() による callables から Closure への ... 変換 Closure クラスに新しいstaticメソッドが追加されました。 cal ... lable を、簡単に Closure オブジェクトに変換できるようにするものです。 <?php ... Test { public function exposeFunction () { return Closure :: fromCallable ([ $this , 'privateFunction' ]); } ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
The Componere\Definition class 6485
« Componere\Abstract\Definition::getReflector Componere\Definition::__construct » PHP Manual Com ... er (): void public isRegistered (): bool public getClosure ( string $name ): Closure public getClosures (): a ... istered — State Detection Componere\Definition::getClosure — Get Closure Componere\Definition::getClosures — ... Get Closures 関連キーワード: Definition , Componere , public , ...
https://man.plustar.jp/php/class.componere-definition.html - [similar]
第一級callableを生成する記法 6485
« アロー関数 クラスとオブジェクト » PHP Manual 関数 第一級callableを生成する記法 第一級callableを ... す。 CallableExpr(...) という記法で、 callable から Closure を生成します。 CallableExpr には、 PHP の文法上直接 ... 部であり、省略形ではありません。 この記法の動作は、 Closure::fromCallable() の仕様に従います。 つまり、文字列や ... になります。 return $this -> privateMethod (...); // Closure::fromCallable([$this, 'privateMethod']); と同等です ...
https://man.plustar.jp/php/functions.first_class_callable_syntax.html - [similar]
Componere 6442
« APCUIterator::valid はじめに » PHP Manual PHP の振る舞いの変更 Componere Componere はじめに イ ... istered — State Detection Componere\Definition::getClosure — Get Closure Componere\Definition::getClosures — ... Get Closures Componere\Patch — The Componere\Patch class Compo ... tch::derive — Patch Derivation Componere\Patch::getClosure — Get Closure Componere\Patch::getClosures — Get C ...
https://man.plustar.jp/php/book.componere.html - [similar]
The parallel\Runtime class 6442
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... t ( string $bootstrap ) /* Execute */ public run ( Closure $task ): ? Future public run ( Closure $task , arr ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
ReflectionFunction クラス 6330
« ReflectionExtension::__toString ReflectionFunction::__construct » PHP Manual リフレクション Re ... tring $ name ; /* メソッド */ public __construct ( Closure | string $function ) public static export ( string ... $name , string $return = ? ): string public getClosure (): Closure public invoke ( mixed ...$args ): mixe ... = 0 ): array public ReflectionFunctionAbstract::getClosureScopeClass (): ? ReflectionClass public ReflectionF ... unctionAbstract::getClosureThis (): ? object public ReflectionFunctionAbstract ...
https://man.plustar.jp/php/class.reflectionfunction.html - [similar]
はじめに 6330
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... heduling: parallel\run() . Task A task is simply a Closure intended for parallel execution. The Closure may c ... ontain almost any instruction, including nested closures. However, there are some instructions that are pr ... declare class declare named function 注意 : Nested closures may yield or use by-reference, but must not conta ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT