幽默-包装功能-谁有时间找到/替换?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了幽默-包装功能-谁有时间找到/替换?相关的知识,希望对你有一定的参考价值。

I found this snippet - and about 10 others like it - in an app I am re-factoring. Apparently re-factoring db\_fetch\_assoc was too much trouble, as was finding and replacing all references to it with the new function name.
  1. function db_fetch_assoc ($result)
  2. {
  3. return ap_db_fetch_assoc($result);
  4. }

以上是关于幽默-包装功能-谁有时间找到/替换?的主要内容,如果未能解决你的问题,请参考以下文章