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

New Earth Online: Detecting Users Online

Drupal4Hu.com: OOP and PHP or why Drupal rocks and some mistakes

DevShed: Introducing Static Members and Methods in PHP 5 (Part 1)

PHPImpact Blog: From Swift Mailer to Zend_Mail

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller


Community Events









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


language api object tool interview introduction development podcast community code example unittest testing opinion framework database zendframework2 phpunit composer release

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