4. 可用方法列表
<?php /* * from the db_(driver) objects */ // get the object with, ie: $db = db::connect('mysql://user:pass@localhost/my_db'); // set options $db->seterrorhandling(); $db->setfetchmode(); // information $db->affectedrows(); $db->tableinfo(); // database manipulation $db->query(); // data fetch $db->nextid(); $db->getone(); $db->getrow(); 首页 上页 下页 尾页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] 本文关键:Pear DB 新手入门指南 相关方案 输入您的搜索字词 提交搜索表单 Web www.cn-doc.com openssl + apach…AT指令:AT+CPMS介绍…Regular Express…探索Windows的内部机制所…MySQL+PHP+APACH…[库]C实现的泛型栈…编程语言的排行榜(2005-1…Study this sect…操作系统入门(一)痛并学习中…一个C语言实现不含递归的高效快…Regular Express…如何建一个32位的数字用会编写…《Undocumented W…[c路历程]品品数组这杯茶…教菜鸟写注册机——初级篇…重读Essential C++…向量vector的实现(初学着…一个生成RSS2.0的php类…谁从清晰的容易理解的代码中获益…特例-MTU路径的发现过程… 本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)
<?php
/*
* from the db_(driver) objects
*/
// get the object with, ie:
$db
=
db
::
connect
(
'mysql://user:pass@localhost/my_db'
);
// set options
->
seterrorhandling
();
setfetchmode
// information
affectedrows
tableinfo
// database manipulation
query
// data fetch
nextid
getone
getrow
本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)