検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 615 for connection (0.017 sec.)
テキスト型フィールドに挿入するために、識別子をエスケープする 4169
« pg_escape_bytea pg_escape_literal » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入するた ... 子をエスケープする 説明 pg_escape_identifier ( PgSql\Connection $connection = ? , string $data ): string pg_escape ... QL 8.4 より前のバージョンでも使えます。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... を文字列で返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... , 識別子 , テキスト , 挿入 , identifier , bytea , connection , string ...
https://man.plustar.jp/php/function.pg-escape-identifier.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 4169
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... し、その結果を待たない 説明 pg_send_execute ( PgSql\Connection $connection , string $statement_name , array $para ... ージョンの PostgreSQL では動作しません。 パラメータ connection PgSql\Connection クラスのインスタンス。 statement_ ... lt() を使用します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... t connect" ); // 実行するクエリを準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "m ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
The MySQLi Extension Function Summary 4169
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... fo() N/A Returns a string representing the type of connection used $mysqli::protocol_version mysqli_get_proto_in ... r() N/A Changes the user of the specified database connection mysqli::character_set_name() mysqli_character_set_ ... Returns the default character set for the database connection mysqli::close() mysqli_close() N/A Closes a previo ... usly opened database connection mysqli::commit() mysqli_commit() N/A Commits the c ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]
Close the http connection. 4169
« Swoole\Http\Client::addFile Swoole\Http\Client::__construct » PHP Manual Swoole\Http\Client Cl ... ose the http connection. Swoole\Http\Client::close (PECL swoole >= 1.9.0) ... Swoole\Http\Client::close — Close the http connection. 説明 public Swoole\Http\Client::close (): void パ ... にはパラメータはありません。 戻り値 関連キーワード: connection , Swoole , Http , the , パラメータ , addFile , con ...
https://man.plustar.jp/php/swoole-http-client.close.html - [similar]
Sets maximum body size for the connection 4147
« EventHttpConnection::setLocalPort EventHttpConnection::setMaxHeadersSize » PHP Manual EventHtt ... pConnection Sets maximum body size for the connection EventHtt ... pConnection::setMaxBodySize (PECL event >= 1.2.6-beta) EventHt ... tpConnection::setMaxBodySize — Sets maximum body size for the c ... onnection 説明 public EventHttpConnection::setMaxBodySize ( string $max_size ): void Sets ma ...
https://man.plustar.jp/php/eventhttpconnection.setmaxbodysize.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 4147
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために ... 文字列をエスケープする 説明 pg_escape_bytea ( PgSql\Connection $connection = ? , string $data ): string pg_escape ... bytea 型へのキャストが必要になります。 パラメータ connection PgSql\Connection クラスのインスタンス。 connection ... を文字列で返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... , 挿入 , フィールド , escape , PostgreSQL , 接続 , connection , 期待 , キャスト ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 4147
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... し、その結果を待たない 説明 pg_send_prepare ( PgSql\Connection $connection , string $statement_name , string $que ... QL のバージョンでは正しく動作しません。 パラメータ connection PgSql\Connection クラスのインスタンス。 statement_ ... lt() を使用します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... t connect" ); // 実行するクエリを準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "m ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
Check if the HTTP connection is connected. 4147
« Swoole\Http\Client::get Swoole\Http\Client::on » PHP Manual Swoole\Http\Client Check if the HT ... TP connection is connected. Swoole\Http\Client::isConnected (PEC ... woole\Http\Client::isConnected — Check if the HTTP connection is connected. 説明 public Swoole\Http\Client::isCo ... メータはありません。 戻り値 関連キーワード: Check , connection , Swoole , Http , the , isConnected , パラメータ , ...
https://man.plustar.jp/php/swoole-http-client.isconnected.html - [similar]
LDAP サーバーへ接続する 4125
« ldap_compare ldap_control_paged_result_response » PHP Manual LDAP 関数 LDAP サーバーへ接続する ... る 説明 ldap_connect ( ? string $uri = null ): LDAP\Connection | false 警告 次の シグネチャは(名前付き引数以外の) ... t ( ? string $uri = null , int $port = 389 ): LDAP\Connection | false LDAP\Connection クラスのインスタンスを作成 ... 戻り値 LDAP URI が妥当であると思われる場合には LDAP\Connection クラスのインスタンスを返します。 これは単なる構文チ ... 失敗していない場合は、 ldap_connect() は常に LDAP\Connection クラスのインスタンスを返しますが、 実際には接続せず ...
https://man.plustar.jp/php/function.ldap-connect.html - [similar]
レコードを削除する 4125
« pg_dbname pg_end_copy » PHP Manual PostgreSQL 関数 レコードを削除する pg_delete (PHP 4 >= 4.3. ... delete — レコードを削除する 説明 pg_delete ( PgSql\Connection $connection , string $table_name , array $conditio ... スケープ/検証する処理を行うことなどです。 パラメータ connection PgSql\Connection クラスのインスタンス。 table_name ... は文字列を返します。 変更履歴 バージョン 説明 8.1.0 connection は、 PgSql\Connection クラスのインスタンスを期待す ... ags , conditions , エスケープ , テーブル , PgSql , Connection , connection , パラメータ ...
https://man.plustar.jp/php/function.pg-delete.html - [similar]