-
How many of the following take a connection handler as argument?
mysql_store_result(), mysql_use_result()
-
- 3
- 2
- 1
- 0
- None of these
Correct Option: B
The functions ‘mysql_store_result()’ and ‘mysql_use_result()’ are similar because both of them take a connection handler argument and then return a result set after carrying out the processes.