検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 113 for parent (0.033 sec.)
コールバック / Callable 5625
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... ) { echo "B\n" ; } } call_user_func (array( 'B' , 'parent::who' )); // A // タイプ 6: __invoke を実装したオブ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
The EvLoop class 5562
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... a loop per thread, and use the default loop in the parent thread. The default event loop is initialized auto ...
https://man.plustar.jp/php/class.evloop.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 5562
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブ ... 参考 get_class() - オブジェクトのクラス名を返す get_parent_class() - オブジェクトの親クラスの名前を取得する i ... その親クラスのひとつとしているかどうかを調べる class_parents() - 与えられたクラスの親クラスを返す 関連キーワー ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
区別できないソケットの組を作成し、配列に保存する 5562
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... の例 <?php $ary = array(); $strone = 'Message From Parent.' ; $strtwo = 'Message From Child.' ; if ( socket_ ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
Returns the status of working copy files and directories 5562
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... > deleted Whether or not the item was deleted, but parent revision lags behind. (Only set if true .) absent ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
型宣言 5562
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... でなければいけません。 クラスの内部でのみ使えます。 parent 値が、型宣言が行われたクラスの、親クラスのインスタ ... いない型を、 交差型で使うとエラーになります。 self , parent , static のいずれかを、交差型で使うとエラーになりま ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5486
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... rt ( MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT ); parent :: __construct ( $host , $user , $pass , $db , $po ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
RAR 5486
« ssh2:// ogg:// » PHP Manual サポートするプロトコル/ラッパー RAR rar:// rar:// — RAR 説明 このラ ... ldecode ( $this -> getSubPathName ()) . ( is_dir ( parent :: current ())? " [DIR]" : "" ); } } $f = "rar://" ...
https://man.plustar.jp/php/wrappers.rar.html - [similar]
変更履歴 5410
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの ... constant; )。 この変数の値に、キーワード ( self や parent 、 static など) を使うことはできません。 5.3.0 変更 ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
トレイト 5410
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... } } trait SayWorld { public function sayHello () { parent :: sayHello (); echo 'World!' ; } } class MyHelloW ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 NEXT