51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#getlastsql
php PDO getlastsql写法
phpPDOgetlastsql写法有些时候运行失败需要查看sql语句原型有没有语法错误这个时候就用下面的函数就是把问号替换成值就可以看到原型了<pre>functiongetrepairsql($sql,$replacement){$count=substr_count($sql,'?');$patter...
代码星球
·
2020-05-23
php
PDO
getlastsql
写法
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他