Which type is used to store the database call?

40. Which type is used to store the database call?

  1. object
  2. class
  3. resource
  4. string

Answer: C) resource

Explanation:

In PHP, there is a special data type that is resource which is not an actual data type. The resource type of used to store the reference to functions and resources external to PHP.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.