PHP 占位符
Posted willem_wg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 占位符相关的知识,希望对你有一定的参考价值。
阅读目录
使用php的 vsprintf()
函数,提示 “too few arguments”(缺少参数),但是我只写了2个占位符,也相应的传递了两个变量。
代码如下:
$sql = "select * from a where id=%u and age=%u and name like \'123%\'";
$id=1;
$age=12;
$result = vsprintf(<
以上是关于PHP 占位符的主要内容,如果未能解决你的问题,请参考以下文章