検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 615 for connection (0.218 sec.)
Checks if the current zookeeper connection state can be recovered 3926
« Zookeeper::getState Zookeeper::set » PHP Manual Zookeeper Checks if the current zookeeper connection ... r::isRecoverable — Checks if the current zookeeper connection state can be recovered 説明 public Zookeeper::isRe ... - Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ... er , zookeeper , isRecoverable , handle , Checks , connection , recovered , Create , communicate , パラメータ ...
https://man.plustar.jp/php/zookeeper.isrecoverable.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 3904
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... Returns information about the client and specified connection sqlsrv_close — Closes an open connection and relea ... ses resourses associated with the connection sqlsrv_commit — Commits a transaction that was beg ... nd logging configurations sqlsrv_connect — Opens a connection to a Microsoft SQL Server database sqlsrv_errors — ... y , result , specified , data , next , Retrieves , connection ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
一意な接続を使って Oracle サーバーへ接続する 3904
« oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接 ... ( string $username , string $password , ? string $connection_string = null , string $encoding = "" , int $sessi ... le のユーザー名。 password username のパスワード。 connection_string 接続先の Oracle インスタンス 。 » Easy Conn ... す。 変更履歴 バージョン 説明 8.0.0, PECL OCI8 3.0.0 connection_string は、nullable になりました。 例 以下の例は、 ... xecute ( $s , OCI_NO_AUTO_COMMIT ); query ( "basic connection" , $c1 ); query ( "new connection" , $c2 ); oci_co ...
https://man.plustar.jp/php/function.oci-new-connect.html - [similar]
LDAP エントリの変更をまとめて実行する 3882
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap ... 変更をまとめて実行する 説明 ldap_modify_batch ( LDAP\Connection $ldap , string $dn , array $modifications_info , ? ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ... [ "+1 555 555 1717" ], ], ]; ldap_modify_batch ( $connection , $dn , $modifs ); ?> 例2 ユーザーの名前を変更する ... "values" => [ "Jack" ], ], ]; ldap_modify_batch ( $connection , $dn , $modifs ); ldap_rename ( $connection , $dn ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
Binds an HTTP server on the specified address and port 3859
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... す。 Client: $ nc 127.0.0.1 8088 GET /about HTTP/1.0 Connection: close HTTP/1.0 200 OK Content-Type: text/html; ch ... arset=ISO-8859-1 Connection: close $ nc 127.0.0.1 8089 GET /unknown HTTP/1.0 C ... Wed, 13 Mar 2013 04:14:41 GMT Content-Length: 149 Connection: close <html><head><title>404 Not Found</title></h ... EventHttp::accept() - Makes an HTTP server accept connections on the specified socket stream or resource 関連キ ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
リソース型 3859
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 Connection resour ... ce A connection resource returned by sqlsrv_connect() . Statement ... 定 , returned , 実行 , 定義 , 定数 , インストール , Connection ...
https://man.plustar.jp/php/sqlsrv.resources.html - [similar]
Check if the connection is existed. 3859
« Swoole\Server\Port::set Swoole\Server::finish » PHP Manual Swoole\Server Check if the connection ... oole >= 1.9.0) Swoole\Server::exist — Check if the connection is existed. 説明 public Swoole\Server::exist ( int ...
https://man.plustar.jp/php/swoole-server.exist.html - [similar]
Stop receiving data from the connection. 3859
« Swoole\Server::on Swoole\Server::protect » PHP Manual Swoole\Server Stop receiving data from t ... he connection. Swoole\Server::pause (PECL swoole >= 1.9.0) Swool ... e\Server::pause — Stop receiving data from the connection. 説明 public Swoole\Server::pause ( int $fd ): voi ...
https://man.plustar.jp/php/swoole-server.pause.html - [similar]
Start receving data from the connection. 3859
« Swoole\Server::reload Swoole\Server::send » PHP Manual Swoole\Server Start receving data from ... the connection. Swoole\Server::resume (PECL swoole >= 1.9.0) Swoo ... le\Server::resume — Start receving data from the connection. 説明 public Swoole\Server::resume ( int $fd ): vo ...
https://man.plustar.jp/php/swoole-server.resume.html - [similar]
FTP サーバー上でディレクトリを移動する 3837
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... バー上でディレクトリを移動する 説明 ftp_chdir ( FTP\Connection $ftp , string $directory ): bool カレントディレクト ... リを、指定した場所に移動します。 パラメータ ftp FTP\Connection クラスのインスタンス directory 対象となるディレクト ... 。 変更履歴 バージョン 説明 8.1.0 引数 ftp は、 FTP\Connection のインスタンスを期待するようになりました。 これより ... る if ((! $ftp ) || (! $login_result )) { die( "FTP connection has failed !" ); } echo "Current directory: " . ft ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]