
oDesk PHP Test Answers 2013
Ques:
The setrawcookie() method of setting cookies is different from PHP standard
method of cookie setting as:
a. It does not allow
expiry time to be set
b. It can be used
only once
c. It does not
URL-ENCODE the value on its own
d.It does not allow
domain setting
Ans: C
Ques: You need to keep an eye on the existing
number of objects of a given class without introducing a non-class varibale.
which of...