You declare an object in PHP by using the ____________________ operator with a class constructor.
Fill in the blank(s) with the appropriate word(s).
new
Computer Science & Information Technology
You might also like to view...
What is step 1 when using the Form Wizard?
A) Set data entry B) Set up a subform C) Field selection D) Arrange controls
Computer Science & Information Technology
Assume that intX stores an int value and has been initialized to 3. What is the result of intX++?
a) 3 b) 4 c) 2 d) 6
Computer Science & Information Technology