程式學習
文章加密
;
2018年3月22日 星期四
問題未解決(二):when to use "get_result() "
https://stackoverflow.com/questions/18753262/example-of-how-to-use-bind-result-vs-get-result
其中
$num_of_rows
=
$result
->
num_rows
;
可直接寫成
$num_of_rows
=
$stmt
->
num_rows
;
(
從挑戰PHP7MySQL程式設計與超強專題特訓班14-29看見)
那為何要
$result
=
$stmt
->
get_result
();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言