News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Type Hinting in PHP
March 05, 2012 @ 13:19:24

On PHPMaster.com today there's a new tutorial posted about using type hinting in your PHP applications to restrict the values passed into your methods.

Since PHP 5 you can use type hinting to specify the expected data type of an argument in a function declaration. When you call the function, PHP will check whether or not the arguments are of the specified type. If not, the run-time will raise an error and execution will be halted.

Included in the post are code examples showing how to define custom types in a function definition and what happens if you pass the wrong type in. Also mentioned is one of the main limitations to hinting - the fact that it can't be used on default PHP variable types.

0 comments voice your opinion now!
type hint example method default


blog comments powered by Disqus

Similar Posts

Debuggable Blog: How To Execute Only Specific Test Methods in CakePHP Unit Tests

Zend: Roll Your Own Search Engine with Zend_Search_Lucene

DevShed: Working with Template Classes in PHP 5

PHPEveryDay.com: New Tutorials Posted (WDDX in PHP)

Cormac' PHP Blog: Practical example php implementation of the Observer pattern


Community Events











Don't see your event here?
Let us know!


framework development podcast phpunit symfony2 testing usergroup conference zendframework2 community series release database language symfony rest introduction functional opinion interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework