Question
a.
end()
b.
finish()
c.
final()
d.
close()
Posted under PHP
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which one of the following methods is used to recuperating prepared statements resources?
Similar Questions
Discover Related MCQs
Q. Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?
View solution
Q. Which method rolls back the present transaction?
View solution
Q. When you are building administrative links you’ll need to accept two arguments, which of the following are they?
View solution
Q. Once your application can generate administrative links, you need to load those links into _________
View solution
Q. The URLs in the administrative links won’t mean anything to admin.php unless you modify _________
View solution
Q. The (|/) tells the server to match ___________
View solution
Q. ([\w-]+) will match ___________
View solution
Q. You need to check whether ______ is set, to determine whether you’re editing an entry or creating a new one.
View solution
Q. To identify entries marked for deletion, you check whether $_GET[‘page’] == ‘delete’ inside __________
View solution
Q. To declare the function to confirm the deletion you need to add the code to __________
View solution
Q. Your confirmation form submits your choice, via the _______ method, to ________
View solution
Q. When a user confirms that he wishes to delete an entry, that entry’s URL is passed to a function which removes the entry from the __________
View solution
Suggested Topics
Are you eager to expand your knowledge beyond PHP? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!