検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 261 for protected (0.017 sec.)
バインドされたオブジェクトとクラスのスコープでクロージャを複製する 3867
« Closure::__construct Closure::bindTo » PHP Manual Closure バインドされたオブジェクトとクラスの ... わりに使います。 これは、バインドしたオブジェクトの protected メソッドや private メソッドのアクセス権を決めます。 ...
https://man.plustar.jp/php/closure.bind.html - [similar]
クラスのデフォルトプロパティを取得する 3867
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを ... y )) . "\r\n" ; } class TestCase { public $a = 1 ; protected $b = 2 ; private $c = 3 ; public static function e ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
指定した変数に関する情報を解りやすく出力する 3867
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... var_dump() および var_export() は、オブジェクトの protected および private のプロパティも表示します。 static が ...
https://man.plustar.jp/php/function.print-r.html - [similar]
定数 3867
« 外部から来る変数 構文 » PHP Manual 言語リファレンス 定数 定数 目次 構文 自動的に定義される定数 ... 覧ください。 注意 : PHP 7.1.0 以降では、クラス定数は protected または private として宣言でき、 それが定義されたク ...
https://man.plustar.jp/php/language.constants.html - [similar]
スコープ定義演算子 (::) 3867
« オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::) ... 親クラスのメソッドをコールする <?php class MyClass { protected function myFunc () { echo "MyClass::myFunc()\n" ; ...
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html - [similar]
ReflectionMethod を作成する 3867
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... d -> isPrivate () ? ' private' : '' , $method -> isProtected () ? ' protected' : '' , $method -> isStatic () ? ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
OAuth クラス 3837
« oauth_urlencode OAuth::__construct » PHP Manual OAuth OAuth クラス OAuth クラス (PECL OAuth >= ... ic enableSSLChecks (): bool public fetch ( string $protected_resource_url , array $extra_parameters = ? , strin ...
https://man.plustar.jp/php/class.oauth.html - [similar]
The Swoole\Redis\Server class 3837
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... public Swoole\Server::protect ( int $fd , bool $is_protected = ? ): void public Swoole\Server::reload (): bool ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
コールバック / Callable 3837
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... トを、 そして 1 番目の要素にメソッド名を指定します。 protected メソッドや private メソッドは、クラスの内部からはア ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
ディレクトリハンドルからエントリを読み込む 3837
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... アーカイブのファイル一覧 <?php class streamWrapper { protected $fp ; public function dir_opendir ( $path , $optio ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]