検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 50 for sqlsrv (0.007 sec.)
Opens a connection to a Microsoft SQL Server database 8392
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... Server database sqlsrv_connect (No version information available, might o ... nly be in Git) sqlsrv_connect — Opens a connection to a Microsoft SQL Se ... rver database 説明 sqlsrv_connect ( string $serverName , array $connectionIn ... tion. For a complete list of supported keys, see » SQLSRV Connection Options . 戻り値 A connection resource. ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Makes the next result of the specified statement active 8316
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... ied statement active sqlsrv_next_result (No version information available, mig ... ht only be in Git) sqlsrv_next_result — Makes the next result of the specifi ... ed statement active 説明 sqlsrv_next_result ( resource $stmt ): mixed Makes the ne ... l if there are no more results to retrieve. 例 例1 sqlsrv_next_result() example The following example execut ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Sends data from parameter streams to the server 8301
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... eams to the server sqlsrv_send_stream_data (No version information available ... , might only be in Git) sqlsrv_send_stream_data — Sends data from parameter strea ... ms to the server 説明 sqlsrv_send_stream_data ( resource $stmt ): bool Send dat ... . パラメータ stmt A statement resource returned by sqlsrv_query() or sqlsrv_execute() . 戻り値 Returns true ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
Indicates whether the specified statement has rows 8256
« sqlsrv_get_field sqlsrv_next_result » PHP Manual SQLSRV 関数 Indicates whether the specified s ... tatement has rows sqlsrv_has_rows (No version information available, might ... only be in Git) sqlsrv_has_rows — Indicates whether the specified stateme ... nt has rows 説明 sqlsrv_has_rows ( resource $stmt ): bool Indicates whethe ... . パラメータ stmt A statement resource returned by sqlsrv_query() or sqlsrv_execute() . 戻り値 Returns true ...
https://man.plustar.jp/php/function.sqlsrv-has-rows.html - [similar]
Microsoft SQL Server 関数 (PDO_SQLSRV) 8226
« PDO_MYSQL DSN PDO_SQLSRV DSN » PHP Manual PDO ドライバ Microsoft SQL Server 関数 (PDO_SQLSRV) ... Microsoft SQL Server 関数 (PDO_SQLSRV) はじめに PDO_SQLSRV は、 PHP Data Objects (PDO) イ ... アクセスできるようになります。 インストール手順 PDO_SQLSRV 拡張モジュールを有効にするには、適切な DLL ファイル ... して、 php.ini ファイルにエントリを追加します。 PDO_SQLSRV をダウンロードすると、その中には 8 個のドライバファ ... のファイルです。 最新版のドライバのダウンロードは » SQLSRV download のページでできます。 ドライバのソースコー ...
https://man.plustar.jp/php/ref.pdo-sqlsrv.html - [similar]
Returns information about the client and specified connection 8151
« sqlsrv_cancel sqlsrv_close » PHP Manual SQLSRV 関数 Returns information about the client and s ... pecified connection sqlsrv_client_info (No version information available, mig ... ht only be in Git) sqlsrv_client_info — Returns information about the client ... and specified connection 説明 sqlsrv_client_info ( resource $conn ): array Returns info ... below. Returns false otherwise. Array returned by sqlsrv_client_info Key Description DriverDllName SQLNCLI1 ...
https://man.plustar.jp/php/function.sqlsrv-client-info.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 8106
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... the last INSERT, UPDATE, or DELETE query executed sqlsrv_rows_affected (No version information available, m ... ight only be in Git) sqlsrv_rows_affected — Returns the number of rows modifie ... last INSERT, UPDATE, or DELETE query executed 説明 sqlsrv_rows_affected ( resource $stmt ): int | false Retu ... the number of rows returned by a SELECT query, see sqlsrv_num_rows() . パラメータ stmt The executed statemen ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]
Closes an open connection and releases resourses associated with the connection 8091
« sqlsrv_client_info sqlsrv_commit » PHP Manual SQLSRV 関数 Closes an open connection and releas ... es resourses associated with the connection sqlsrv_close (No version information available, might onl ... y be in Git) sqlsrv_close — Closes an open connection and releases res ... ourses associated with the connection 説明 sqlsrv_close ( resource $conn ): bool Closes an open conn ... true を、失敗した場合に false を返します。 例 例1 sqlsrv_close() example <?php $serverName = "serverName\sq ...
https://man.plustar.jp/php/function.sqlsrv-close.html - [similar]
Returns information about the server 8061
« sqlsrv_send_stream_data 日付および時刻関連 » PHP Manual SQLSRV 関数 Returns information about ... the server sqlsrv_server_info (No version information available, mig ... ht only be in Git) sqlsrv_server_info — Returns information about the server ... 説明 sqlsrv_server_info ( resource $conn ): array Returns info ... sion. SQLServerName The name of the server. 例 例1 sqlsrv_server_info() example <?php $serverName = "serverN ...
https://man.plustar.jp/php/function.sqlsrv-server-info.html - [similar]
実行時設定 8031
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 下表では、SQLSRV エクステンションで使用可能な構成オプションを一覧表 ... す。 これらのオプションについて詳しくは、 » Handling SQLSRV Warnings and Errors をご覧下さい。 SQLSRV 設定オプ ... ション 名前 デフォルト 変更可能 変更履歴 sqlsrv.WarningsReturnAsErrors 1 ( true ) PHP_INI_ALL SQLS ... RV 1.0 以降で使用可能 sqlsrv.LogSubsystems 0 PHP_INI_ALL SQLSRV 1.0 以降で使用可 ...
https://man.plustar.jp/php/sqlsrv.configuration.html - [similar]
PREV 1 2 3 4 5 NEXT