Q12
Which one of the following methods is responsible for sending the query to the database?
A.
query()
AnswerB.
send_query()
C.
sendquery()
D.
query_send()
Answer: Option A
Solution
Answer: Option A
Solution:
Its prototype looks like-
class mysqli
{
mixed query(string query [, int resultmode])
}