标签: php mysqli mysql-num-rows
$query_chk = "select count(*) as cnt from leveltest"; $result_chk = mysqli_query($dbconn, $query_chk); if ($result_chk->num_rows) { }
PHP中的“->”(第3行)是什么意思?