Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following property scopes is not supported by PHP?

a) final
b) public
c) static
d) friendly

Answer: d
Explanation: PHP supports five class property scopes: public, private, protected, final and static.

Join The Discussion