検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 366 for extends (0.023 sec.)
MongoDB Exception Class Tree 11310
« MongoDB\Driver\Exception\WriteException::getWriteResult MySQL » PHP Manual MongoDB\Driver\Exce ... nterface. MongoDB\Driver\Exception\LogicException (extends LogicException ) MongoDB\Driver\Exception\InvalidA ... rgumentException (extends InvalidArgumentException ) MongoDB\Driver\Exceptio ... n\UnexpectedValueException (extends UnexpectedValueException ) MongoDB\Driver\Exceptio ... n\RuntimeException (extends RuntimeException ) MongoDB\Driver\Exception\Connec ...
https://man.plustar.jp/php/mongodb.exceptions.tree.html - [similar]
例外 8737
« SeekableIterator::seek BadFunctionCallException » PHP Manual SPL 例外 例外 目次 BadFunctionCal ... 参照ください。 SPL 例外クラスツリー LogicException (extends Exception ) BadFunctionCallException BadMethodCall ... gthException OutOfRangeException RuntimeException (extends Exception ) OutOfBoundsException OverflowException ... , BadFunctionCallException , OutOfRangeException , extends , UnexpectedValueException , UnderflowException , ...
https://man.plustar.jp/php/spl.exceptions.html - [similar]
クラスの基礎 8498
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... 列連結、そして ::class 定数です。 <?php class ClassA extends \ stdClass {} class ClassB extends \ stdClass {} c ... lass ClassC extends ClassB {} class ClassD extends ClassA {} function ... ion getNew () { return new static; } } class Child extends Test {} $obj1 = new Test (); $obj2 = new $obj1 ; v ... r )(), PHP_EOL ; 上の例の出力は以下となります。 42 extends クラスは、宣言部に extends キーワードを含めることで ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 7879
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... 追加し、コードを書きやすくする <?php class myElement extends DOMElement { function appendElement ( $name ) { re ... ld (new myElement ( $name )); } } class myDocument extends DOMDocument { function setRoot ( $name ) { return ... スタムクラス形式での要素の取得 <?php class myElement extends DOMElement { public function __toString () { retur ... 使えない) ということです。 <?php class myDOMDocument extends DOMDocument { } class myOtherDOMDocument extends D ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
遅延静的束縛 (Late Static Bindings) 7392
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Sta ... tic function test () { self :: who (); } } class B extends A { public static function who () { echo __CLASS__ ... ); // これで、遅延静的束縛が行われます } } class B extends A { public static function who () { echo __CLASS__ ... () { $this -> foo (); static:: foo (); } } class B extends A { /* foo() が B にコピーされるので、メソッドのス ... A のままとなり、 * コールは成功します */ } class C extends A { private function foo () { /* もとのメソッドが置 ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]
Exception クラス 7021
« DocResult::getWarningsCount mysql_xdevapi\Executable » PHP Manual Mysql_xdevapi Exception クラ ... はじめに クラス概要 class mysql_xdevapi\Exception extends RuntimeException implements Throwable { } 関連キー ... t , getWarningsCount , Executable , Mysql , 概要 , extends , RuntimeException ...
https://man.plustar.jp/php/class.mysql-xdevapi-exception.html - [similar]
型演算子 6897
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数 ... の使用法 <?php class ParentClass { } class MyClass extends ParentClass { } $a = new MyClass ; var_dump ( $a i ... stanceof を任意の式と一緒に使う <?php class ClassA extends \ stdClass {} class ClassB extends \ stdClass {} c ... lass ClassC extends ClassB {} class ClassD extends ClassA {} function ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
The Volatile class 6782
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... ys in Threaded contexts. クラス概要 class Volatile extends Threaded implements Collectable , Traversable { /* ... mmutability semantics of Threaded <?php class Task extends Threaded { public function __construct () { $this ... ta in %s:%d 例2 Volatile use-case <?php class Task extends Volatile { public function __construct () { $this ...
https://man.plustar.jp/php/class.volatile.html - [similar]
ReflectionIntersectionType クラス 6658
« ReflectionFiber::getTrace ReflectionIntersectionType::getTypes » PHP Manual リフレクション Ref ... はじめに クラス概要 class ReflectionIntersectionType extends ReflectionType { /* メソッド */ public getTypes () ... c , メソッド , ReflectionFiber , getTrace , 概要 , extends ...
https://man.plustar.jp/php/class.reflectionintersectiontype.html - [similar]
ReflectionUnionType クラス 6658
« ReflectionType::__toString ReflectionUnionType::getTypes » PHP Manual リフレクション Reflectio ... P 8) はじめに クラス概要 class ReflectionUnionType extends ReflectionType { /* メソッド */ public getTypes () ... , getTypes , public , toString , メソッド , 概要 , extends , array ...
https://man.plustar.jp/php/class.reflectionuniontype.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT