Which of the following is a correct declaration? | PHP MCQs

a. static $varb = array(1,'val',3);
b. static $varb = 1+(2*90);
c. static $varb = sqrt(81);
d. static $varb = new Object;

Ans: a

0 comments:

Post a Comment

Blogger news