update : 2015.11.03
php.shukuma.com

검색:
 
 
Firebird Functions (PDO_FIREBIRD)

Firebird Functions (PDO_FIREBIRD)

소개

PDO_FIREBIRD is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Firebird database.

설치

Use --with-pdo-firebird[=DIR] to install the PDO Firebird extension, where the optional [=DIR] is the Firebird base install directory.

$ ./configure --with-pdo-firebird

예약 상수

아래 상수는 이 드라이버에서 정의된 것으로, 확장을 PHP에 컴파일하였거나 실행중에 동적 로드하였을 때만 사용할 수 있습니다. 추가로, 드라이버-특정 상수는 이 드라이버를 사용할 때만 사용할 수 있습니다. mysql-특정 속성를 postgres 드라이버에서 사용하면 기대하지 않은 작동을 할 수 있습니다. 코드에서 여러 드라이버를 실행한다면, PDO::getAttribute()를 사용하여 PDO_ATTR_DRIVER_NAME 속성으로 드라이버를 확인할 수 있습니다.

PDO::FB_ATTR_DATE_FORMAT (integer)

Available since PHP 5.3.0.

Sets the date format.

PDO::FB_ATTR_TIME_FORMAT (integer)

Sets the time format.

Available since PHP 5.3.0.

PDO::FB_ATTR_TIMESTAMP_FORMAT (integer)

Sets the timestamp format.

Available since PHP 5.3.0.

Table of Contents