検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 615 for connection (0.027 sec.)
MQSeries MQSET 3359
« mqseries_put mqseries_strerror » PHP Manual mqseries 関数 MQSeries MQSET mqseries_set (PECL mq ... ndle. The object must be a queue. パラメータ hConn Connection handle. This handle represents the connection to t ...
https://man.plustar.jp/php/function.mqseries-set.html - [similar]
Returns a string description of the last connect error 3359
« Stomp 関数 stomp_version » PHP Manual Stomp 関数 Returns a string description of the last conn ... ( 'http://localhost:61613' ); if(! $link ) { die( 'Connection failed: ' . stomp_connect_error ()); } ?> 上の例の ... 出力は、 たとえば以下のようになります。 Connection failed: Invalid Broker URI scheme 関連キーワード: ...
https://man.plustar.jp/php/function.stomp-connect-error.html - [similar]
Connect to the remote TCP or UDP port. 3359
« Swoole\Client::close Swoole\Client::__construct » PHP Manual Swoole\Client Connect to the remo ... o 1, it must use swoole_client_select to check the connection status before send/recv. 戻り値 Whether the connec ...
https://man.plustar.jp/php/swoole-client.connect.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 3336
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文 ... を含む文字列を返す 説明 db2_conn_error ( resource $connection = ? ): string db2_conn_error() は、データベースへの ... 功したもののその後に無効になった場合は、 パラメータ connection を指定することで 特定の接続についての SQLSTATE を取 ... SQLCODE の値を取得することも可能です。 パラメータ connection 当初は成功したものの、その後に無効になった接続に 関 ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
トランザクションをロールバックする 3336
« db2_result db2_server_info » PHP Manual IBM DB2 関数 トランザクションをロールバックする db2_ro ... ョンをロールバックする 説明 db2_rollback ( resource $connection ): bool 指定した接続リソース上で実行中のトランザク ... db2_rollback() は何の意味もありません。 パラメータ connection db2_connect() あるいは db2_pconnect() が返した有効 ... ck , 接続 , AUTOCOMMIT , データベース , リソース , connection , 状態 , 取得 , 発行 ...
https://man.plustar.jp/php/function.db2-rollback.html - [similar]
指定したテキストにマッチするメールボックスの一覧を返す 3336
« imap_listmailbox imap_listsubscribed » PHP Manual IMAP 関数 指定したテキストにマッチするメール ... メールボックスの一覧を返す 説明 imap_listscan ( IMAP\Connection $imap , string $reference , string $pattern , stri ... どうかを調べる点が違います。 パラメータ imap IMAP\Connection クラスのインスタンス。 reference 通常、 reference ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.imap-listscan.html - [similar]
接続したソケットからデータを受信する 3336
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... <?php error_reporting ( E_ALL ); echo "<h2>TCP/IP Connection</h2>\n" ; /* WWW サービスのポートを取得します */ $ ... \n" ; $in .= "Host: www.example.com\r\n" ; $in .= "Connection: Close\r\n\r\n" ; $out = '' ; echo "Sending HTTP H ... ?> 上の例の出力は、このようになります。 <h2>TCP/IP Connection</h2> OK. Attempting to connect to '208.77.188.166' ... 80bfd280" Accept-Ranges: bytes Content-Length: 438 Connection: close Content-Type: text/html; charset=UTF-8 OK. ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる 3336
« mysqli::options mysqli::poll » PHP Manual mysqli サーバーとの接続をチェックし、もし切断されてい ... 認します */ if ( $mysqli -> ping ()) { printf ( "Our connection is ok!\n" ); } else { printf ( "Error: %s\n" , $my ... ます */ if ( mysqli_ping ( $link )) { printf ( "Our connection is ok!\n" ); } else { printf ( "Error: %s\n" , mys ... e ( $link ); ?> 上の例の出力は以下となります。 Our connection is ok! 関連キーワード: mysqli , 接続 , サーバー , ...
https://man.plustar.jp/php/mysqli.ping.html - [similar]
Fann 関数 3336
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... k which is not fully connectected and has shortcut connections fann_create_shortcut — Creates a standard backpro ... k which is not fully connectected and has shortcut connections fann_create_sparse_array — Creates a standard bac ... ultiplier — Returns the weight multiplier fann_get_connection_array — Get connections in the network fann_get_co ... nnection_rate — Get the connection rate used when the network was created fann_get_er ...
https://man.plustar.jp/php/ref.fann.html - [similar]
The Swoole\Http\Server class 3314
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... r::confirm ( int $fd ): bool public Swoole\Server::connection_info ( int $fd , int $reactor_id = ? ): array publ ... ic Swoole\Server::connection_list ( int $start_fd , int $pagesize = ? ): array ... t public Swoole\Server::heartbeat ( bool $if_close_connection ): mixed public Swoole\Server::listen ( string $ho ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]