开发者

MySQL query execution return value?

I'开发者_运维问答m constructing an adapter for MySQL in PHP and I was wondering what should MySQL query execution method return? Should it return a result set? Or the last id / affected rows?


mysql_query() returns a result set on success, or false if something went wrong.

http://us3.php.net/manual/en/function.mysql-query.php

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜