検索

phrase: max: clip:
target: order:
Results of 681 - 690 of about 5876 for Public (0.040 sec.)
クラス定数がprivateかを調べる 1661
« ReflectionClassConstant::isFinal ReflectionClassConstant::isProtected » PHP Manual ReflectionC ... nt::isPrivate — クラス定数がprivateかを調べる 説明 public ReflectionClassConstant::isPrivate (): bool クラス ... final かどうかを調べる ReflectionClassConstant::isPublic() - クラス定数が public かを調べる ReflectionClass ... lassConstant , isPrivate , isFinal , isProtected , public , パラメータ , 関数 ...
https://man.plustar.jp/php/reflectionclassconstant.isprivate.html - [similar]
クラス定数が protected かを調べる 1661
« ReflectionClassConstant::isPrivate ReflectionClassConstant::isPublic » PHP Manual ReflectionCl ... Protected — クラス定数が protected かを調べる 説明 public ReflectionClassConstant::isProtected (): bool クラ ... final かどうかを調べる ReflectionClassConstant::isPublic() - クラス定数が public かを調べる ReflectionClass ... lectionClassConstant , isProtected , isPrivate , isPublic , public , パラメータ , 関数 ...
https://man.plustar.jp/php/reflectionclassconstant.isprotected.html - [similar]
識別 1661
« Thread Thread::getCurrentThread » PHP Manual Thread 識別 Thread::getCreatorId (PECL pthreads > ... = 2.0.0) Thread::getCreatorId — 識別 説明 public Thread::getCreatorId (): int このスレッドを作ったス ... プロセスの ID を返す <?php class My extends Thread { public function run () { printf ( "%s created by Thread # ... torId , パラメータ , getCurrentThread , pthreads , public , int , 関数 , 数値 ...
https://man.plustar.jp/php/thread.getcreatorid.html - [similar]
GMP クラス 1648
« gmp_xor GMP::__serialize » PHP Manual GMP GMP クラス GMP クラス (PHP 5 >= 5.6.0, PHP 7, PHP 8) ... MP API を使いましょう。 class GMP { /* メソッド */ public __serialize (): array public __unserialize ( array ... 関連キーワード: クラス , オブジェクト , serialize , public , array , unserialize , data , 算術 , 比較 , サポー ...
https://man.plustar.jp/php/class.gmp.html - [similar]
第一級callableを生成する記法 1648
« アロー関数 クラスとオブジェクト » PHP Manual 関数 第一級callableを生成する記法 第一級callableを ... あらゆる式が使えます: 例1 簡単な例 <?php class Foo { public function method () {} public static function stati ... cmethod () {} public function __invoke () {} } $obj = new Foo (); $clas ... 方法と、 CallableExpr(...) の比較 <?php class Foo { public function getPrivateMethod () { return [ $this , 'p ... ェックもこの時点から行われるためです。 class Foo1 { public function getPrivateMethod () { // 下記は、callable ...
https://man.plustar.jp/php/functions.first_class_callable_syntax.html - [similar]
クラス定数が final かどうかを調べる 1648
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionCl ... isFinal — クラス定数が final かどうかを調べる 説明 public ReflectionClassConstant::isFinal (): bool クラス定 ... false を返します。 参考 ReflectionClassConstant::isPublic() - クラス定数が public かを調べる ReflectionClass ... , ReflectionClassConstant , isFinal , isPrivate , public , パラメータ , getValue , 関数 ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
プロパティの値を設定する 1648
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... Property::setValue — プロパティの値を設定する 説明 public ReflectionProperty::setValue ( object $object , mi ... xed $value ): void public ReflectionProperty::setValue ( mixed $value ): voi ... lectionProperty::setValue() の例 <?php class Foo { public static $staticProperty ; public $property ; protec ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
同期処理 1648
« Thread::isStarted Thread::start » PHP Manual Thread 同期処理 Thread::join (PECL pthreads >= 2. ... 0.0) Thread::join — 同期処理 説明 public Thread::join (): bool 呼び出し元のコンテキストが、 ... スレッドとのジョイン <?php class My extends Thread { public function run () { /* ... */ } } $my = new My (); $ ... 処理 , Thread , パラメータ , isStarted , pthreads , public , 呼び出し , コンテキスト , 実行 , 終了 ...
https://man.plustar.jp/php/thread.join.html - [similar]
Synchronization 1648
« Threaded::merge Threaded::notifyOne » PHP Manual Threaded Synchronization Threaded::notify (PE ... >= 2.0.0) Threaded::notify — Synchronization 説明 public Threaded::notify (): bool Send notification to the ... ations and Waiting <?php class My extends Thread { public function run () { /** cause this thread to wait ** ... aded , パラメータ , merge , notifyOne , pthreads , public , Send , notification , referenced ...
https://man.plustar.jp/php/threaded.notify.html - [similar]
配列のコピーを取得する 1639
« ArrayIterator::current ArrayIterator::getFlags » PHP Manual ArrayIterator 配列のコピーを取得す ... erator::getArrayCopy — 配列のコピーを取得する 説明 public ArrayIterator::getArrayCopy (): array 配列のコピー ... 。 ArrayIterator がオブジェクトを参照している場合は public プロパティの配列を返します。 参考 ArrayIterator::v ... 取得 , ArrayIterator , getArrayCopy , パラメータ , public , 関数 , エントリ , valid ...
https://man.plustar.jp/php/arrayiterator.getarraycopy.html - [similar]