The API name for the SQL Server Driver for PHP is sqlsrv. All sqlsrv functions begin with sqlsrv_ and are followed by a verb or a noun. Those followed by a verb perform some action and those followed by a noun return some form of metadata.
The SQL Server Driver for PHP contains the following functions:
PHP Manual
Concepts
SQLSRV Constants
Other Resources
Introducing the SQL Server Driver for PHP
Programming Guide
Getting Started
>