Page 2 of 2

Posted: Thu Sep 22, 2005 2:19 pm
by feyd
pilau wrote:What is type hinting?
an example:

Code: Select all

function foo( bar &$bar ) {
}
the function foo will require a decendant of class bar given to it.