-
Parameter Type Hinting
Has anyone heard anything new about the parameter type hinting and when, if at all, is PHP going to implement it?
Last edited by xtiano77; 09-24-2009 at 12:40 PM.
-
-
Currently, PHP only has support for type hinting Arrays and Object. You can implement this for regular data types by using SPL Type classes.
There is also an active RFC document here: http://wiki.php.net/rfc/typecheckingstrictandweak
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks