Which of the following statements are true? Statement 1: mysql_fetch_object - Returns an object with properties that correspond to the fetched row - or FALSE if there are no more rows - Statement 2: mysql_fetch_row- Returns a positive MySQL result resource to the query result - or FALSE on error.

🎲 Try a Random Question  |  Total Questions in Quiz: 63  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
LAMP Test — practice the complete quiz, review flashcards, or try a random question.


Which of the following statements are true? Statement 1: mysql_fetch_object - Returns an object with properties that correspond to the fetched row - or FALSE if there are no more rows - Statement 2: mysql_fetch_row- Returns a positive MySQL result resource to the query result - or FALSE on error.