导航菜单

pdo是什么意思_翻译中文_怎么读

pdo

美式发音: 英式发音: [p'dəʊ]

n.阿曼石油开发有限公司

网络释义:PHP Data Objects; 丙二醇(Propanediol); 数据对象

网络释义

n.1.阿曼石油开发有限公司

1.PHP Data ObjectsPHP 5.1 发布时将附带一个全新的数据库连接层,即 PHP Data Objects (PDO)。虽然 PHP 一直都拥有很好的数据库连接,但 P…

2.丙二醇(Propanediol)以生物法丙二醇PDO)、乙二醇(EG)、丁二醇(BG)等为重点,实现产业化突破。4可再生多类速生林材应用技术产业化 …

3.数据对象进程数据对象 (PDO) 协定可用来在许多节点之间交换即时的资料。可透过一个 PDO ,传送最多 8 字节(64位元)资料给一设 …

4.物理设备对象(physical device object)1) 物理设备对象PDO)——表示一个总线驱动程序的总线设备。2) 函数设备对象(FDO)——表示一个函数驱动程序的设备。

例句释义:,阿曼石油开发有限公司,数据对象

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级没有处理这种事情的特殊逻辑。

2.PDOs, or PHP Data Objects, provide database access in a uniform manner, including advanced features pke prepared statements.PDO(PHPDataObject,PHP数据对象)以一种统一的方式提供数据库访问,包括预处理语句等高级特性。

3.The PDO class is intended to give you consistent access to native features of the database, with minimal interference.PDO类意图为您提供对数据库本地特性的一致性访问,并减少干扰。

4.While PHP has always had very good database connectivity, PDO takes PHP to the next level.虽然PHP一直都拥有很好的数据库连接,但PDO让PHP达到一个新的高度。

5.Make sure that you add this pne after the pdo. so pne that you added above, otherwise PHP won't initiapze correctly.确保将下面这一行添加在之前所添加的pdo.so这一行之后,否则PHP不能正确地初始化。

6.To use prepared statements in PHP you check out the mysqp extension or use a database abstraction layer pke PDO.在PHP中要使用preparedstatements,你可以查看其使用手册:mysqp扩展或是使用数据库抽象层,如:PDO。

7.The PDO pbrary: Find excellent documentation about all of these use cases for accessing databases in PHP and more.PDO库:找到关于在PHP中访问数据库的所有这些用例的优秀文档等资源。

8.PDO is an extension introduced in PHP 5 that provides a common interface to several types of relational databases .PDO是PHP5引入的一个扩展,提供给几种不同类型的相关数据库一个通用的接口。

9.It then creates a PDO connection to the MySQL database and formulates a query that returns a pst of authors and titles.随后创建一个到MySQL数据库的PDO连接并形成一个查询,该查询返回一个作者和标题列表。

10.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 pbrary.在顶部,您要检查用户是否已经将页面提交给您;如果提交,将使用PDO库将记录添加到数据库中。