Vidyalelo
PHP · Q2

Functions

Programming · PHP · question 2

Q2

Type Hinting was introduced in which version of PHP?

A.
PHP 4
B.
PHP 5
Answer
C.
PHP 5.3
D.
PHP 6

Answer: Option B

Solution

Answer: Option B
Solution:
Type hinting gives you the ability to force parameters to be objects of certain class or to be arrays. PHP 5 introduced this feature.