検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 947 for [SIMILAR] 16 1024 4096 WITH 16956 reflectionmeth... (0.682 sec.)
オブジェクトを作成する 0
« Serializable::serialize Closure » PHP Manual Serializable オブジェクトを作成する Serializable::unserialize (PHP 5 >= 5.1.0, PHP 7, PHP 8) Serializable::unserialize — オブジェクトを作成する 説明 public Serializable::unserialize ( string $data ): void オブジェクトのアンシリアライズ時にコ ...
https://man.plustar.jp/php/serializable.unserialize.html - [similar]
現在実行中のファイバーを停止する 0
« Fiber::isTerminated Fiber::getCurrent » PHP Manual Fiber 現在実行中のファイバーを停止する Fiber::suspend (PHP 8 >= 8.1.0) Fiber::suspend — 現在実行中のファイバーを停止する 説明 public static Fiber::suspend ( mixed $value = null ): mixed 現在実行中のファイバーを停止します。 このメソッド ...
https://man.plustar.jp/php/fiber.suspend.html - [similar]
リクエストをルーティングする 0
« Yaf_Route_Interface::assemble Yaf_Route_Map » PHP Manual Yaf_Route_Interface リクエストをルーティングする Yaf_Route_Interface::route (Yaf >=1.0.0) Yaf_Route_Interface::route — リクエストをルーティングする 説明 abstract public Yaf_Route_Interface::route ( Yaf_Request_Abstract $request ) ...
https://man.plustar.jp/php/yaf-route-interface.route.html - [similar]
Thread クラス 0
« Threaded::wait Thread::getCreatorId » PHP Manual pthreads Thread クラス Thread クラス (PECL pthreads >= 2.0.0) はじめに このオブジェクトの start メソッドが呼ばれると、run メソッドのコードが個別のスレッドで並列処理されます。 run メソッドの実行後は Thread はすぐに終了し、作成元のスレッド ...
https://man.plustar.jp/php/class.thread.html - [similar]
セッションを破棄する 0
« SessionHandler::create_sid SessionHandler::gc » PHP Manual SessionHandler セッションを破棄する SessionHandler::destroy (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::destroy — セッションを破棄する 説明 public SessionHandler::destroy ( string $id ): bool セッションを破棄します。 session ...
https://man.plustar.jp/php/sessionhandler.destroy.html - [similar]
パースする XML を含む URI を設定する 0
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XMLReader::open (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::open — パースする XML を含む URI を設定する 説明 public static XMLReader::open ( string $uri , ? string $encoding = null , int $flags = ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]
ネゴシエートされたメソッドのリストを返す 0
« ssh2_forward_listen ssh2_poll » PHP Manual SSH2 関数 ネゴシエートされたメソッドのリストを返す ssh2_methods_negotiated (PECL ssh2 >= 0.9.0) ssh2_methods_negotiated — ネゴシエートされたメソッドのリストを返す 説明 ssh2_methods_negotiated ( resource $session ): array ネゴシエートされたメソ ...
https://man.plustar.jp/php/function.ssh2-methods-negotiated.html - [similar]
セッションを閉じる 0
« SessionHandler SessionHandler::create_sid » PHP Manual SessionHandler セッションを閉じる SessionHandler::close (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::close — セッションを閉じる 説明 public SessionHandler::close (): bool 現在のセッションを閉じます。この関数はセッションを閉じると ...
https://man.plustar.jp/php/sessionhandler.close.html - [similar]
利用可能なダイジェスト・メソッドを取得 0
« openssl_get_curve_names openssl_get_privatekey » PHP Manual OpenSSL 関数 利用可能なダイジェスト・メソッドを取得 openssl_get_md_methods (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_get_md_methods — 利用可能なダイジェスト・メソッドを取得 説明 openssl_get_md_methods ( bool $aliases = false ): a ...
https://man.plustar.jp/php/function.openssl-get-md-methods.html - [similar]
finalキーワード 0
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード finalキーワード キーワード final を前に付けて定義されたメソッドや定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはできません。 例1 finalメ ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]