問題
關於str_pad
解決方法
代碼是這樣寫的
$the_max = 32;
$the_max = (int)intval(strlen($the_max));
print(str_pad('1',$the_max,'0',STR_PAD_LEFT));
?>
復制代碼其結果還是1,這是怎麼回事?
[ ]
參考答案
沒有啊,我這測試是對的啊01
參考答案
原帖由 lsx220 於 2009-1-4 02:03 發表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=814107&ptid=100305]鏈接標記[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]
沒有啊,我這測試是對的啊01
我又很離奇的正確了,真TM見鬼了。