PHP Functions : PDO Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions PDO Functions
Help URL: http://www.php.net/manual/en/ref.pdo.php


Items Related to PDO Functions

Inner Elements of PDO Functions

PDO Functions contains following items:
  • PDO::beginTransaction (PDO begin Transaction)
  • PDO::commit (PDO commit)
  • PDO::__construct (PDO construct)
  • PDO::errorCode (PDO error Code)
  • PDO::errorInfo (PDO error Info)
  • PDO::exec (PDO exec)
  • PDO::getAttribute (PDO get Attribute)
  • PDO::getAvailableDrivers (PDO get Available Drivers)
  • PDO::lastInsertId (PDO last Insert Id)
  • PDO::prepare (PDO prepare)
  • PDO::query (PDO query)
  • PDO::quote (PDO quote)
  • PDO::rollBack (PDO roll Back)
  • PDO::setAttribute (PDO set Attribute)
  • PDOStatement::bindColumn (PDO Statement bind Column)
  • PDOStatement::bindParam (PDO Statement bind Param)
  • PDOStatement::bindValue (PDO Statement bind Value)
  • PDOStatement::closeCursor (PDO Statement close Cursor)
  • PDOStatement::columnCount (PDO Statement column Count)
  • PDOStatement::errorCode (PDO Statement error Code)
  • PDOStatement::errorInfo (PDO Statement error Info)
  • PDOStatement::execute (PDO Statement execute)
  • PDOStatement::fetch (PDO Statement fetch)
  • PDOStatement::fetchAll (PDO Statement fetch All)
  • PDOStatement::fetchColumn (PDO Statement fetch Column)
  • PDOStatement::fetchObject (PDO Statement fetch Object)
  • PDOStatement::getAttribute (PDO Statement get Attribute)
  • PDOStatement::getColumnMeta (PDO Statement get Column Meta)
  • PDOStatement::nextRowset (PDO Statement next Rowset)
  • PDOStatement::rowCount (PDO Statement row Count)
  • PDOStatement::setAttribute (PDO Statement set Attribute)
  • PDOStatement::setFetchMode (PDO Statement set Fetch Mode)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home