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) friendly
b) final
c) public
d) static

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

Join The Discussion