Microsoft SQL Server 用 Drivers for PHPMicrosoft Drivers for PHP for SQL Server
PHP Driver のダウンロード
Download PHP Driver
Microsoft Drivers for PHP for SQL Server を使用すると、PHP アプリケーション用に SQL Server を統合することができます。The Microsoft Drivers for PHP for SQL Server enable integration with SQL Server for PHP applications. このドライバーは、PHP スクリプト内から SQL Server データの読み取りと書き込みを可能にする PHP 拡張機能であり、The drivers are PHP extensions that allow the reading and writing of SQL Server data from within PHP scripts. Azure SQL Database 内のデータおよび SQL Server 2005 以降のすべてのエディション (Express Edition を含む) 内のデータにアクセスするためのインターフェイスを備えています。The drivers provide interfaces for accessing data in Azure SQL Database and in all editions of SQL Server 2005 and later (including Express Editions). このドライバーは、PHP ストリームなどの PHP 機能を使用して、ラージ オブジェクトの読み取りと書き込みを行います。The drivers make use of PHP features, including PHP streams, to read and write large objects.
作業の開始Getting Started
- ステップ 1:PHP 開発用に開発環境を構成するStep 1: Configure development environment for PHP development
- 手順 2:PHP 開発用のデータベースを作成するStep 2: Create a database for PHP development
- ステップ 3:PHP を使用した SQL への接続を概念実証するStep 3: Proof of concept connecting to SQL using PHP
- 手順 4:PHP を使用して SQL に弾性的に接続するStep 4: Connect resiliently to SQL with PHP
ドキュメントDocumentation
コミュニティCommunity
ダウンロードDownload
サンプルSamples
- SQL Server 用 Microsoft Drivers for PHP のコード サンプルCode Samples for the Microsoft Drivers for PHP for SQL Server
- PHP の使用を開始する (Windows)Getting Started with PHP on Windows
- PHP の使用を開始する (macOS)Getting Started with PHP on macOS
- PHP の使用を開始する (Ubuntu)Getting Started with PHP on Ubuntu
- PHP の使用を開始する (Red Hat Enterprise Linux (RHEL))Getting Started with PHP on Red Hat Enterprise Linux (RHEL)
- PHP の使用を開始する (SUSE Linux Enterprise Server (SLES))Getting Started with PHP on SUSE Linux Enterprise Server (SLES)