pdo
美
英 [p'd??] 
- n.阿曼石油開發有限公司
- 網絡PHP Data Objects; 丙二醇(Propanediol); 數據對象
英漢解釋
例句
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一直都擁有很好的數據庫連接,但PDO讓PHP達到一個新的高度。
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 .
PDO是PHP5引入的一個擴展,提供給幾種不同類型的相關數據庫一個通用的接口。
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文件進行的更改是PDO和PDO_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.
它使用PHP的PDO庫通過連接手柄對數據庫執行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_db2和PDO_IBM驅動程序都支持兩種類型的游標:只能前進(forward-only)的游標和可滾動游標。
PDO is an acronym for PHP Data Objects. PDO is a lean, consistent way to access databases.
PDO是PHP數據對象的縮寫,是一種訪問數據庫的更便捷、安全的途徑。
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數據庫的連接