Some reminiscences, some memories
Just another boring day

May 30, 2008

php 函数 mysql_insert_id() 的一些分析

Filed under: PHP — Tags: , , — mikespook @ 1:45 am

昨天在群里说起来的,今天记一下.

下面分析了 mysql_insert_id() 的 c 语言实现,同时比较了 mysqli_insert_id() 的内部实现机制。从实现的 c 代码上可以看出,mysqli 比 mysql 改进了许多。回过头来看 Zend Framework,只提供了 mysqli 方式的 db adapter,不是没有道理的。 (more…)

Powered by WordPress 沪ICP备05006454号