Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 PHP DBA 函数来搜索带有关键字的数据库文件,就像使用 mysqllike语句进行搜索一样。
like
我查阅了 php 手册,但找不到任何功能。有人有一个好主意吗?非常感谢。
DBA 函数中没有like,但您可以使用dba_fetch(). 只需使用此函数传递整个数据库并使用正则表达式preg_match来允许通配符匹配
dba_fetch()
preg_match