pdo

pdo

 英 [p'd??]

  • n.阿曼石油開發有限公司
  • 網絡PHP Data Objects; 丙二醇(Propanediol); 數據對象

英漢解釋

n.
1.
阿曼石油開發有限公司

例句

Some drivers will allow you to change the encoding you use for a connection, but there is no special logic at the PDO level to handle that.

有些驅動程序允許更改一個連接使用編碼但是PDO沒有處理這種事情特殊邏輯

PDOs, or PHP Data Objects, provide database access in a uniform manner, including advanced features like prepared statements.

PDO(PHPDataObject,PHP數據對象一種統一方式提供數據庫訪問包括預處理語句高級特性

The PDO class is intended to give you consistent access to native features of the database, with minimal interference.

PDO意圖提供數據庫本地特性一致性訪問減少干擾

While PHP has always had very good database connectivity, PDO takes PHP to the next level.

雖然PHP一直擁有數據庫連接PDOPHP達到一個高度

Make sure that you add this line after the pdo. so line that you added above, otherwise PHP won't initialize correctly.

確保下面一行添加之前添加pdo.so一行之后否則PHP不能正確地初始

To use prepared statements in PHP you check out the mysqli extension or use a database abstraction layer like PDO.

PHP使用preparedstatements可以查看使用手冊mysqli擴展或是使用數據庫抽象PDO

The PDO library: Find excellent documentation about all of these use cases for accessing databases in PHP and more.

PDO找到關于PHP訪問數據庫所有這些用例優秀文檔資源

PDO is an extension introduced in PHP 5 that provides a common interface to several types of relational databases .

PDOPHP5引入一個擴展提供幾種不同類型相關數據庫一個通用接口

It then creates a PDO connection to the MySQL database and formulates a query that returns a list of authors and titles.

隨后創建一個MySQL數據庫PDO連接形成一個查詢查詢返回一個作者標題列表

At the top, you check to see if the user has posted this page to you; if so, you add a record to the database using the PDO library.

頂部檢查用戶是否已經頁面提交如果提交使用PDO記錄添加數據庫

You've installed the PDO core; you need to enable it in your php. ini file for it to take effect.

已經安裝PDO核心為了使生效需要php.ini文件啟用

PDO the tower suitable for the small diameter of distributing device of pass, can be used as the distributing device again at the same time.

PDO分布適用直徑同時用作分布

The other change needed in the php. ini file is the definition of the PDO and PDO_INFORMIX extension.

其他需要php.ini文件進行更改PDOPDO_INFORMIX擴展名定義

Connections are established by creating instances of the PDO base class.

連接通過創建PDO實例建立

It uses the PDO library for PHP to make the SELECT requests to the database through the connection handle.

使用PHPPDO通過連接手柄數據庫執行SELECT請求

That's good because it's the PDO's security that you control in the INF used to install the driver.

因為控制用來安裝這個驅動INF就是這個PDO安全

The other change needed in the php. ini file is the definition of the PDO extension.

需要php.ini文件更改PDO擴展名定義

Both the ibm_db2 and PDO_IBM drivers support two types of cursors: forward-only cursors and scrollable cursors.

ibm_db2PDO_IBM驅動程序支持種類型游標只能前進(forward-only)游標可滾動游標

PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases.

PDOPHP數據對象縮寫一種訪問數據庫便捷安全途徑

You can also use pecl install pdo to install pdo, and then pecl install pdo_mysql (for instance), to install the PDO database driver.

可以使用peclinstallpdo安裝PDO然后使用peclinstallpdo_mysql安裝PDO數據庫驅動程序

Only when the PDO with lower cost be developed, along with the excellent performances of PTT, did the PTT fiber period of full bloom come.

只有開發出較低成本PDO加之PTT優異性能PTT纖維才能迎來真正全盛時代

While this was not the driving reason for creating PDO, it certainly played a part in the design process.

雖然不是創建PDO直接原因但是設計過程一定影響

This dramatic difference is due to the light-weight forward-only cursor that is the default in PDO.

之所以這么差異因為PDO默認游標輕量級只能向前移動游標

In addition to setting the error code, PDO will throw a PDOException and set its properties to reflect the error code and error information.

除了設置錯誤代碼以外PDO拋出一個PDOException設置屬性反映錯誤代碼錯誤信息

More information can be found on the What is PDO page .

更多信息可以什么PDO網頁找到

The other value in using the abstraction layers of the PEAR DB module and PDO is that you can use the ? operator in your SQL statements.

使用PEARDB模塊PDO抽象另一個價值在于可以SQL語句使用操作符

In addition to setting the error code, PDO will emit a traditional E_WARNING message.

除了設置錯誤代碼以外PDO發出傳統E_WARNING消息

It doesn't matter which driver you want to use; you always use the PDO class name.

不管想要使用驅動程序總是使用PDO

You will use the PHP PDO extension to connect to the DB2 database.

使用PHPPDO擴展連接DB2數據庫

Now that we have a handle on the background of databases-and-PHP, this is an ideal point to mention some of the design goals behind PDO

至此我們已經掌握數據庫PHP背景知識現在正好可以提及PDO背后一些設計目標

Obtain a connection with the DB2 SAMPLE database using the PDO constructor

使用PDO構造函數獲得DB2SAMPLE數據庫連接

熱門查詢