検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 771 for close (0.028 sec.)
The EventBufferEvent class 4177
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... T = 64 ; const int CONNECTED = 128 ; const int OPT_CLOSE_ON_FREE = 1 ; const int OPT_THREADSAFE = 2 ; const ... donly EventBuffer $ output ; /* メソッド */ public close (): void public connect ( string $addr ): bool pub ... nnection on the bufferevent. EventBufferEvent::OPT_CLOSE_ON_FREE When the buffer event is freed, close the ... underlying transport. This will close an underlying socket, free an underlying buffer ev ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
MySQL サーバーへの接続をオープンする 4177
« mysql_close mysql_create_db » PHP Manual MySQL 関数 MySQL サーバーへの接続をオープンする mysql ... sql_error ()); } echo '接続に成功しました' ; mysql_close ( $link ); ?> 例2 mysql_connect() で hostname:port ... sql_error ()); } echo '接続に成功しました' ; mysql_close ( $link ); // localhost のポート 3307 に接続します ... sql_error ()); } echo '接続に成功しました' ; mysql_close ( $link ); ?> 例3 mysql_connect() で ":/path/to/so ... sql_error ()); } echo '接続に成功しました' ; mysql_close ( $link ); // 方法 2: localhost を指定する $link = ...
https://man.plustar.jp/php/function.mysql-connect.html - [similar]
PostScript ドキュメントの全リソースを削除する 4177
« ps_curveto ps_end_page » PHP Manual PS 関数 PostScript ドキュメントの全リソースを削除する ps_d ... 使用していたメモリを開放します。また、 もし事前に ps_close() でファイルが閉じられていない場合はファイルを閉じ ... ます。 どんな場合でも、事前に ps_close() でファイルを閉じておくべきです。なぜなら ps_clos ... true を、失敗した場合に false を返します。 参考 ps_close() - PostScript ドキュメントを閉じる 関連キーワード ...
https://man.plustar.jp/php/function.ps-delete.html - [similar]
Socket クラスのインスタンスを閉じる 4177
« socket_clear_error socket_cmsg_space » PHP Manual ソケット 関数 Socket クラスのインスタンスを閉 ... じる socket_close (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_close ... — Socket クラスのインスタンスを閉じる 説明 socket_close ( Socket $socket ): void socket_close() は、 socke ...
https://man.plustar.jp/php/function.socket-close.html - [similar]
Description 4177
« Swoole\Coroutine::create Swoole\Coroutine\Client::connect » PHP Manual Swoole\Coroutine Descri ... ption Swoole\Coroutine\Client::close (PECL swoole >= 2.0.0) Swoole\Coroutine\Client::cl ... — Description 説明 public Swoole\Coroutine\Client::close (): ReturnType 警告 この関数は、 現在のところ詳細な ...
https://man.plustar.jp/php/swoole-coroutine-client.close.html - [similar]
ディレクトリエントリを閉じる 4143
« zip_close zip_entry_compressedsize » PHP Manual Zip 関数 ディレクトリエントリを閉じる zip_entr ... y_close (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PEC ... L zip >= 1.0.0) zip_entry_close — ディレクトリエントリを閉じる 警告 この関数は PHP ... 関数に頼らないことを強く推奨します。 説明 zip_entry_close ( resource $zip_entry ): bool 指定されたディレクト ...
https://man.plustar.jp/php/function.zip-entry-close.html - [similar]
Closes stomp connection 4143
« Stomp::__construct Stomp::error » PHP Manual Stomp Closes stomp connection Stomp::__destruct s ... tomp_close (PECL stomp >= 0.1.0) Stomp::__destruct -- stomp_c ... lose — Closes stomp connection 説明 オブジェクト指向型 (destruc ... tor): public Stomp::__destruct () 手続き型: stomp_close ( resource $link ): bool Closes a previously opene ... 返します。 例 See stomp_connect() . 関連キーワード: Closes , connection , destruct , 手続き , construct , de ...
https://man.plustar.jp/php/stomp.destruct.html - [similar]
Description 4143
« Swoole\Coroutine\Http\Client::addFile Swoole\Coroutine\Http\Client::__construct » PHP Manual S ... oroutine Description Swoole\Coroutine\Http\Client::close (PECL swoole >= 2.0.0) Swoole\Coroutine\Http\Clien ... t::close — Description 説明 public Swoole\Coroutine\Http\Cl ... ient::close (): ReturnType 警告 この関数は、 現在のところ詳細な ...
https://man.plustar.jp/php/swoole-coroutine-http-client.close.html - [similar]
Description 4143
« Swoole\Coroutine\Http\Client::setMethod Swoole\Coroutine\MySQL::connect » PHP Manual Swoole\Co ... routine Description Swoole\Coroutine\MySQL::close (PECL swoole >= 2.0.0) Swoole\Coroutine\MySQL::clo ... — Description 説明 public Swoole\Coroutine\MySQL::close (): ReturnType 警告 この関数は、 現在のところ詳細な ...
https://man.plustar.jp/php/swoole-coroutine-mysql.close.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 4109
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... $base -> dispatch (); echo "END\n" ; // We didn't close sockets, since Libevent already sets // CLOSE_ON_F ... REE and CLOSE_ON_EXEC flags on the file // descriptor associated ... nc 127.0.0.1 8091 GET /about HTTP/1.0 Connection: close HTTP/1.0 200 OK Content-Type: text/html; charset=I ... SO-8859-1 Connection: close Server: 127.0.0.1 8091 127.0.0.2 8092 URI: /about ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]