using datatype in php is possible?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-05-04T09:53:27Z
Indexed on
2010/05/04
9:58 UTC
Read the original article
Hit count: 142
php
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
© Stack Overflow or respective owner