検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1190 for CLASS (0.018 sec.)
parallel 4161
« system はじめに » PHP Manual プロセス制御 parallel parallel はじめに Installation Philosophy F ... Execution parallel\Runtime — The parallel\Runtime class parallel\Runtime::__construct — Runtime Constructi ... Runtime Join parallel\Future — The parallel\Future class parallel\Future::cancel — Cancellation parallel\Fu ... Resolution parallel\Channel — The parallel\Channel class parallel\Channel::__construct — Channel Constructi ... se — Closing parallel\Events — The parallel\Events class parallel\Events::setBlocking — Behaviour parallel\ ...
https://man.plustar.jp/php/book.parallel.html - [similar]
finalキーワード 4138
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード ... 張することはできません。 例1 finalメソッドの例 <?php class BaseClass { public function test () { echo "BaseCl ... } final public function moreTesting () { echo "BaseClass::moreTesting() called\n" ; } } class ChildClass ex ... tends BaseClass { public function moreTesting () { echo "ChildClas ... s in Fatal error: Cannot override final method BaseClass::moreTesting() ?> 例2 finalクラスの例 <?php final ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
The MongoDB\BSON\Int64 class 4097
« MongoDB\BSON\DBPointer::unserialize MongoDB\BSON\Int64::__construct » PHP Manual MongoDB\BSON ... The MongoDB\BSON\Int64 class The MongoDB\BSON\Int64 class (mongodb >=1.5.0) はじ ... めに BSON type for a 64-bit integer. This class cannot be instantiated and is only created during ... it platform. During BSON encoding, objects of this class will convert back to a 64-bit integer type. This a ... eger value to be accessed as a string. 注意 : This class exists purely for 32-bit platforms. Applications o ...
https://man.plustar.jp/php/class.mongodb-bson-int64.html - [similar]
Runtime Manipulation 4097
« Threaded::count Threaded::isRunning » PHP Manual Threaded Runtime Manipulation Threaded::exten ... anipulation 説明 public Threaded::extend ( string $class ): bool Makes thread safe standard class at runtim ... e パラメータ class The class to extend 戻り値 成功した場合に true を、 ... alse を返します。 例 例1 Runtime inheritance <?php class My {} Threaded :: extend ( My ::class); $my = new ...
https://man.plustar.jp/php/threaded.extend.html - [similar]
Dynamically adds a new method to a given class 4074
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... a given class runkit7_method_add (PECL runkit7 >= Unknown) runki ... hod_add — Dynamically adds a new method to a given class 説明 runkit7_method_add ( string $class_name , str ... is_strict = ? ): bool runkit7_method_add ( string $class_name , string $method_name , Closure $closure , in ... _type = ? , bool $is_strict = ? ): bool パラメータ class_name The class to which this method will be added ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
トレイト 4074
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... 1*/ } function getReturnDescription () { /*2*/ } } class ezcReflectionMethod extends ReflectionMethod { use ... ezcReflectionReturnInfo ; /* ... */ } class ezcReflectionFunction extends ReflectionFunction { ... てその次にくるのが継承したメソッドとなります。 <?php class Base { public function sayHello () { echo 'Hello ' ... lo () { parent :: sayHello (); echo 'World!' ; } } class MyHelloWorld extends Base { use SayWorld ; } $o = ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
このクラスがイテレーション可能かを調べる 4074
« ReflectionClass::isInternal ReflectionClass::isIterateable » PHP Manual ReflectionClass このク ... ラスがイテレーション可能かを調べる ReflectionClass::isIterable (PHP 7 >= 7.2.0, PHP 8) ReflectionClas ... がイテレーション可能かを調べる 説明 public ReflectionClass::isIterable (): bool このクラスがイテレーション可能 ... 場合に false を返します。 例 例1 基本的な ReflectionClass::isIterable() の例 <?php class IteratorClass imple ... { } function valid () { } function rewind () { } } class DerivedClass extends IteratorClass { } class NonIt ...
https://man.plustar.jp/php/reflectionclass.isiterable.html - [similar]
定義済み定数 4074
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい ... e imported from the specified file. RUNKIT7_IMPORT_CLASS_METHODS ( int ) runkit7_import() flag indicating t ... hat class methods should be imported from the specified file ... . RUNKIT7_IMPORT_CLASS_CONSTS ( int ) runkit7_import() flag indicating th ... at class constants should be imported from the specified fi ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]
オブジェクト定数 4057
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジ ... いことに注意しましょう。 例1 定数の定義と使用 <?php class MyClass { const CONSTANT = 'constant value' ; func ... ant () { echo self :: CONSTANT . "\n" ; } } echo MyClass :: CONSTANT . "\n" ; $classname = "MyClass" ; echo ... $classname :: CONSTANT . "\n" ; $class = new MyClass (); ... $class -> showConstant (); echo $class :: CONSTANT . "\n" ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
The Parle\Token class 4034
« Parle\Stack::push Parle\ErrorInfo » PHP Manual Parle The Parle\Token class The Parle\Token class ... ss (PECL parle >= 0.5.2) はじめに This class represents a token. Lexer returns instances of thi ... s class. クラス概要 class Parle\Token { /* Constants */ co ...
https://man.plustar.jp/php/class.parle-token.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT