検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 372 for private (0.869 sec.)
Connect buffer event's file descriptor to given address or UNIX socket 3482
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... it to the console <?php class MyUnixSocketClient { private $base , $bev ; function __construct ( $base , $soc ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 3482
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... * 1) Prepare cert.pem certificate and privkey.pem private key files. * 2) Launch the server script * 3) Open ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 3482
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... <?php class CountOfMethods implements Countable { private function someMethod () { } public function count ( ...
https://man.plustar.jp/php/function.count.html - [similar]
コンパクト、かつ保存可能な値のバイナリ表現を生成する 3482
« Igbinary 関数 igbinary_unserialize » PHP Manual Igbinary 関数 コンパクト、かつ保存可能な値のバ ... メンバ関数がコールされます。 注意 : オブジェクトの private なメンバは、 メンバの名前の前にクラス名が付加されま ...
https://man.plustar.jp/php/function.igbinary-serialize.html - [similar]
値の保存可能な表現を生成する 3482
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... _wakeup() がコールされます。 注意 : オブジェクトの private メンバは、メンバ名の前にクラス名がつきます。 また ...
https://man.plustar.jp/php/function.serialize.html - [similar]
下位互換性のない変更点 3482
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... れるようになりました: <?php trait MyTrait { abstract private function neededByTrait (): string ; } class MyClas ... se MyTrait ; // エラー。戻り値の型が一致しません。 private function neededByTrait (): int { return 42 ; } } ? ... うに書いて下さい: $array [ 0 ]; $array [ "key" ]; ?> private メソッドに final 修正子を指定した場合、 そのメソッ ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
Locale クラス 3456
« NumberFormatter::setTextAttribute Locale::acceptFromHttp » PHP Manual intl Locale クラス Local ... 先祖言語 (Grandfathered Language) サブタグ Locale::PRIVATE_TAG ( string ) プライベートサブタグ 参考 » RFC 464 ...
https://man.plustar.jp/php/class.locale.html - [similar]
SessionHandler クラス 3456
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... s EncryptedSessionHandler extends SessionHandler { private $key ; public function __construct ( $key ) { $thi ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
Yaf_Loader クラス 3456
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... obal_library ; static $ _instance ; /* メソッド */ private __construct () public autoload (): void public cle ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
The ZMQ class 3456
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... int ERR_EFSM ; const int ERR_ETERM ; /* Methods */ private __construct () } 定義済み定数 ZMQ Constant Types Z ...
https://man.plustar.jp/php/class.zmq.html - [similar]