InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to tweak an object’s cloning behavior?(a) clone()(b) __clone()(c) _clone(d) object_clone()This question was posed to me in unit test.Question is taken from Advanced Object-Oriented PHP in chapter Object-Oriented PHP of PHP |
|
Answer» Right CHOICE is (b) __clone() |
|