検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 74 for self (0.018 sec.)
プロパティ 6395
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... ロパティへのアクセスには :: (ダブルコロン) を使って self::$property のようにします。 staticプロパティとそう ... 3 = 1 + 2 ; // 無効なプロパティ宣言 public $var4 = self :: myStaticMethod (); public $var5 = $myVar ; // 有 ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
型宣言 6395
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... インターフェイスのインスタンスでなければいけません。 self 値が、型宣言が行われているクラスと同じクラスのイン ... されていない型を、 交差型で使うとエラーになります。 self , parent , static のいずれかを、交差型で使うとエラ ... & Traversable {} // 許されません function foo (): self & Traversable {} // 許されません use A as B ; func ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
Call a Lua function 6395
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... djustment is made for these differing conventions. Self-referential arrays are not supported in either dir ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
パフォーマンスの考慮点 6297
« 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パ ... 0 ; $i <= 100000 ; $i ++ ) { $a = new Foo ; $a -> self = $a ; if ( $i % 500 === 0 ) { echo sprintf ( '%8d ... 0 ; $i <= 1000000 ; $i ++ ) { $a = new Foo ; $a -> self = $a ; } echo memory_get_peak_usage (), "\n" ; ?> ...
https://man.plustar.jp/php/features.gc.performance-considerations.html - [similar]
生の HTTP ヘッダを送信する 6297
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... するためには $_SERVER['HTTP_HOST'] 、 $_SERVER['PHP_SELF'] および dirname() を使用できます。 <?php /* カレン ... _HOST' ]; $uri = rtrim ( dirname ( $_SERVER [ 'PHP_SELF' ]), '/\\' ); $extra = 'mypage.php' ; header ( "Lo ...
https://man.plustar.jp/php/function.header.html - [similar]
シグナルを待つ 6297
« pcntl_sigtimedwait pcntl_strerror » PHP Manual PCNTL 関数 シグナルを待つ pcntl_sigwaitinfo (PH ... _BLOCK , array( SIGHUP )); echo "Sending SIGHUP to self\n" ; posix_kill ( posix_getpid (), SIGHUP ); echo ...
https://man.plustar.jp/php/function.pcntl-sigwaitinfo.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 6297
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... 0 ; } public function getChildren () { return new self ( $this -> getInnerIterator ()-> getChildren (), $ ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
GlobIterator クラス 6200
« FilterIterator::valid GlobIterator::__construct » PHP Manual イテレータ GlobIterator クラス Gl ... NFO = 0 ; const int FilesystemIterator::CURRENT_AS_SELF = 16 ; const int FilesystemIterator::CURRENT_MODE_ ...
https://man.plustar.jp/php/class.globiterator.html - [similar]
static メソッドをコールし、引数を配列で渡す 6200
« create_function forward_static_call » PHP Manual 関数処理 関数 static メソッドをコールし、引数 ... NAME = 'B' ; public static function test () { echo self :: NAME , "\n" ; forward_static_call_array (array( ...
https://man.plustar.jp/php/function.forward-static-call-array.html - [similar]
static メソッドをコールする 6200
« forward_static_call_array func_get_arg » PHP Manual 関数処理 関数 static メソッドをコールする ... NAME = 'B' ; public static function test () { echo self :: NAME , "\n" ; forward_static_call (array( 'A' , ...
https://man.plustar.jp/php/function.forward-static-call.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT