using datatype in php is possible?
- by fayer
i have seen this in php (symfony):
public function executeShow(sfWebRequest $request)
{
// logic
}
i didnt know that you could declare a datatype in php?
have i missed something?
could someone explain this.
thanks