検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 653 for static (0.029 sec.)
The HRTime\PerformanceCounter class 4778
« Basic usage HRTime\PerformanceCounter::getFrequency » PHP Manual HRTime The HRTime\Performance ... HRTime\PerformanceCounter { /* メソッド */ public static getFrequency (): int public static getTicks (): in ... t public static getTicksSince ( int $start ): int } 目次 HRTime\Pe ... PerformanceCounter , int , public , getFrequency , static , ticks , getTicksSince , getTicks , メソッド ...
https://man.plustar.jp/php/class.hrtime-performancecounter.html - [similar]
The Swoole\Coroutine class 4778
« Swoole\Connection\Iterator::valid Swoole\Coroutine::call_user_func_array » PHP Manual Swoole T ... 概要 class Swoole\Coroutine { /* メソッド */ public static call_user_func_array ( callable $callback , array ... $param_array ): mixed public static call_user_func ( callable $callback , mixed ...$ar ... gs ): mixed public static cli_wait (): ReturnType public static create (): R ... le\Coroutine\MySQL::setDefer (): ReturnType public static getuid (): ReturnType public static resume (): Ret ...
https://man.plustar.jp/php/class.swoole-coroutine.html - [similar]
バインドされたオブジェクトとクラスのスコープでクロージャを複製する 4778
« Closure::__construct Closure::bindTo » PHP Manual Closure バインドされたオブジェクトとクラスの ... とクラスのスコープでクロージャを複製する 説明 public static Closure::bind ( Closure $closure , ? object $newTh ... is , object | string | null $newScope = "static" ): ? Closure このメソッドは、staticメソッド版の C ... pe クロージャを関連づけるクラススコープ、あるいは 'static' で現在のスコープを維持します。 オブジェクトを渡し ... 例 例1 Closure::bind() の例 <?php class A { private static $sfoo = 1 ; private $ifoo = 2 ; } $cl1 = static fu ...
https://man.plustar.jp/php/closure.bind.html - [similar]
パースする XML を含む URI を設定する 4778
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XM ... — パースする XML を含む URI を設定する 説明 public static XMLReader::open ( string $uri , ? string $encoding ... た場合に true を、失敗した場合に false を返します。 static メソッドとしてコールされた場合には XMLReader を返し ... 合に false を返します エラー / 例外 このメソッドは、staticメソッドとしてコールすることが出来ます。 しかし、PHP ... 8.0.0 より前のバージョンでは、 staticメソッドとしてコールすると E_DEPRECATED が発生してい ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]
パースする XML を含むデータを設定する 4778
« XMLReader::setSchema XMLWriter » PHP Manual XMLReader パースする XML を含むデータを設定する XM ... パースする XML を含むデータを設定する 説明 public static XMLReader::XML ( string $source , ? string $encodi ... た場合に true を、失敗した場合に false を返します。 staticメソッドとしてコールされた場合には XMLReader を返しま ... 合に false を返します エラー / 例外 このメソッドは、staticメソッドとしてコールすることが出来ます。 しかし、PHP ... 8.0.0 より前のバージョンでは、 staticメソッドとしてコールすると E_DEPRECATED が発生してい ...
https://man.plustar.jp/php/xmlreader.xml.html - [similar]
IntlRuleBasedBreakIterator クラス 4663
« IntlBreakIterator::setText IntlRuleBasedBreakIterator::__construct » PHP Manual intl IntlRuleB ... ec (): array | false /* 継承したメソッド */ public static IntlBreakIterator::createCharacterInstance ( ? str ... ing $locale = null ): ? IntlBreakIterator public static IntlBreakIterator::createCodePointInstance (): Int ... lCodePointBreakIterator public static IntlBreakIterator::createLineInstance ( ? string $ ... locale = null ): ? IntlBreakIterator public static IntlBreakIterator::createSentenceInstance ( ? stri ...
https://man.plustar.jp/php/class.intlrulebasedbreakiterator.html - [similar]
The Swoole\Process class 4663
« Swoole\MySQL\Exception Swoole\Process::alarm » PHP Manual Swoole The Swoole\Process class The ... const int IPC_NOWAIT = 256 ; /* メソッド */ public static alarm ( int $interval_usec ): void public close () ... : void public static daemon ( bool $nochdir = ? , bool $noclose = ? ): ... _code = ? ): void public freeQueue (): void public static kill ( int $pid , int $signal_no = ? ): bool publi ... ol public read ( int $maxsize = ? ): string public static signal ( string $signal_no , callable $callback ): ...
https://man.plustar.jp/php/class.swoole-process.html - [similar]
オーバーロード 4663
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... キストでのみ動作します。 これらのマジックメソッドは、static メソッドとしては呼び出されません。 したがって、これ ... らのメソッドを static メソッドとして宣言してはいけません。 マジックメソッ ... ドを static メソッドとして宣言すると警告が発生します。 注意 : ... ( string $name , array $arguments ): mixed public static __callStatic ( string $name , array $arguments ): ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 4634
« Closure::bind Closure::call » PHP Manual Closure 新しくバインドしたオブジェクトとクラスのスコー ... ect $newThis , object | string | null $newScope = "static" ): ? Closure 自身と同じ本体とバインド変数を持つ新 ... クラスのメソッドであった場合と同じものになります。 static なクロージャは何もオブジェクトをバインドできません ... クラスのスコープを変えることができます。 この関数が static でないクロージャに関して保証するのは、 バインドされ ... いうことです。 また、その逆も成り立ちます。そのため、static でないクロージャにスコープとして null インスタンス ...
https://man.plustar.jp/php/closure.bindto.html - [similar]
デフォルトプロパティを取得する 4634
« ReflectionClass::getConstructor ReflectionClass::getDocComment » PHP Manual ReflectionClass デ ... ロパティを含む) を取得します。 注意 : このメソッドで static プロパティを扱えるのは、内部クラスの場合だけです。 ... ユーザー定義クラスで使った場合は、 クラスの static なプロパティのデフォルト値はこのメソッドでは追跡で ... ト値が存在しない場合は null ) となります。 この関数はstaticプロパティとそうでないプロパティを区別せず、 アクセス ... rivateProperty = 'privatePropertyDefault' ; public static $staticProperty = 'staticProperty' ; public $defau ...
https://man.plustar.jp/php/reflectionclass.getdefaultproperties.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT