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数据库连接

热门查询