Is it possible that this PHP code line
if ($this->greatestId()["num_rows"] > 0)
works in PHP 5.5 and returns an error in 5.3??
PHP Parse error: syntax error, unexpected '[' in /var/www/app/AppDAO.php on line 43
How can I change it to work under PHP 5.3?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…