Application development in PHP (PDO)
The PDO_IBM extension provides a
variety of useful PHP functions for accessing and manipulating data
through the standard object-oriented database interface introduced
in PHP 5.1.
The extension includes functions for connecting
to a database, executing and preparing SQL statements, fetching rows
from result sets, managing transactions, calling stored procedures,
handling errors, and retrieving metadata.