MCQOPTIONS
Saved Bookmarks
| 1. |
If you create a _______function, PHP will automatically call this function when you create an object from a class. |
| A. | __construct() |
| B. | ___destruct() |
| C. | both a and b |
| D. | none of these |
| Answer» B. ___destruct() | |