検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 615 for Connection (0.007 sec.)
Open a persistent connection to a CUBRID server 5068
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... BRID >= 8.3.1) cubrid_pconnect — Open a persistent connection to a CUBRID server 説明 cubrid_pconnect ( string $ ... g $passwd = ? ): resource Establishes a persistent connection to a CUBRID server. cubrid_pconnect() acts very mu ... r for it will be returned instead of opening a new connection. Second, the connection to the SQL server will not ... ame for the database. passwd User password. 戻り値 Connection identifier, when process is successful,失敗した場合 ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
PostgreSQL 接続をクローズする 5068
« pg_client_encoding pg_connect_poll » PHP Manual PostgreSQL 関数 PostgreSQL 接続をクローズする ... tgreSQL 接続をクローズする 説明 pg_close ( ? PgSql\Connection $connection = null ): bool pg_close() は、 connect ... ローズするまで接続を閉じないでください。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... に true を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... バージョンでは、 リソース を期待していました。 8.0.0 connection は、nullable になりました。 例 例1 pg_close() の例 ...
https://man.plustar.jp/php/function.pg-close.html - [similar]
特定の接続から直近のエラーメッセージ文字列を取得する 5045
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字 ... セージ文字列を取得する 説明 pg_last_error ( ? PgSql\Connection $connection = null ): string pg_last_error() は、指 ... 定した connection から直近のエラーメッセージを返します。 エラーメッセ ... sult_error_field() 、 pg_result_status() および pg_connection_status() を使用ください。 注意 : この関数は、以前は ... pg_errormessage() と呼ばれていました。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
Return the current CUBRID connection charset 5023
« cubrid_get_autocommit cubrid_get_class_name » PHP Manual CUBRID 関数 Return the current CUBRID ... connection charset cubrid_get_charset (PECL CUBRID >= 8.3.0) ... cubrid_get_charset — Return the current CUBRID connection charset 説明 cubrid_get_charset ( resource $conn_i ... ): string This function returns the current CUBRID connection charset and is similar to the CUBRID MySQL compati ... encoding() . パラメータ conn_identifier The CUBRID connection. 戻り値 A string that represents the CUBRID connec ...
https://man.plustar.jp/php/function.cubrid-get-charset.html - [similar]
Get the connection info by file description. 5023
« Swoole\Server::finish Swoole\Server::getClientList » PHP Manual Swoole\Server Get the connection ... e >= 1.9.0) Swoole\Server::getClientInfo — Get the connection info by file description. 説明 public Swoole\Serve ... iptors. reactor_id The Reactor thread ID where the connection is made. ignore_error Whether to ignore errors, if ... set to true, connection information will be returned even if the connectio ... losed. 戻り値 Returns information about the client connection. 関連キーワード: onnection , Get , info , file , d ...
https://man.plustar.jp/php/swoole-server.getclientinfo.html - [similar]
クライアント・プロトコル・サーバーのバージョンを配列で返す 5001
« pg_update PgSql\Connection » PHP Manual PostgreSQL 関数 クライアント・プロトコル・サーバーのバ ... ーのバージョンを配列で返す 説明 pg_version ( ? PgSql\Connection $connection = null ): array pg_version() はクライア ... pg_parameter_status() を参照ください。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... ます(有効な場合)。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... バージョンでは、 リソース を期待していました。 8.0.0 connection は、nullable になりました。 例 例1 pg_version() の ...
https://man.plustar.jp/php/function.pg-version.html - [similar]
Set a connection in the network 4979
« fann_set_weight_array fann_shuffle_train_data » PHP Manual Fann 関数 Set a connection in the n ... eight (PECL fann >= 1.0.0) fann_set_weight — Set a connection in the network 説明 fann_set_weight ( resource $an ... ron , int $to_neuron , float $weight ): bool Set a connections in the network. パラメータ ann ニューラルネットワ ... ークリソース。 from_neuron The neuron where the connection starts to_neuron The neuron where the connection e ... nds weight Connection weight 戻り値 成功した場合に true 、それ以外の場合 ...
https://man.plustar.jp/php/function.fann-set-weight.html - [similar]
サーバー上で実行中のトランザクションの状態を返す 4979
« pg_trace pg_tty » PHP Manual PostgreSQL 関数 サーバー上で実行中のトランザクションの状態を返す ... ョンの状態を返す 説明 pg_transaction_status ( PgSql\Connection $connection ): int サーバー上で実行中のトランザクシ ... のバージョンのサーバーでは存在しません。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 PGS ... いない場合のみです。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... if ( $stat === PGSQL_TRANSACTION_UNKNOWN ) { echo 'Connection is bad' ; } else if ( $stat === PGSQL_TRANSACTION_ ...
https://man.plustar.jp/php/function.pg-transaction-status.html - [similar]
PostgreSQL 接続のトレースを無効にする 4979
« pg_unescape_bytea pg_update » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを無効にする ... 接続のトレースを無効にする 説明 pg_untrace ( ? PgSql\Connection $connection = null ): bool pg_trace() で開始したト ... レースを停止します。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... に true を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... バージョンでは、 リソース を期待していました。 8.0.0 connection は、nullable になりました。 例 例1 pg_untrace() の ...
https://man.plustar.jp/php/function.pg-untrace.html - [similar]
非同期クエリを取り消す 4869
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_can ... 非同期クエリを取り消す 説明 pg_cancel_query ( PgSql\Connection $connection ): bool pg_cancel_query() は、 pg_send ... クエリを キャンセルすることはできません。 パラメータ connection PgSql\Connection クラスのインスタンス。 戻り値 成功 ... false を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... blisher" ) or die( "Could not connect" ); if (! pg_connection_busy ( $dbconn )) { pg_send_query ( $dbconn , "sel ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT