News Feed
Jobs Feed
Sections




News Archive
PHPEasy.co.uk:
Tutorial Type Hinting in PHP
August 01, 2012 @ 12:14:35

On the PHPEasy.co.uk site there's a quick new tutorial posted about type hinting in PHP - how to use it and why you should use it in your code.

Type hinting allows you to tell a function which data type to accept for its arguments. When you call a function, if a type hint is present, the argument passed will be checked to make sure it is of the type specified. If a function has control over what it accepts as an argument, then it is more likely that the code within the function will have the data it needs to perform the task it is intended for.

He includes two code examples - one not using a type hinting on the parameters (assuming the correct arguments) and another forcing the input of the "PrintGuitar" method to be a "Guitar" object instance. You can find out more about type hinting in the PHP manual.

0 comments voice your opinion now!
tutorial typehint example code beginner


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: ZendCon Wrapup

PHP and Me Blog: Use Phing to Update your SVN-Version-Controlled Website Automatically, Through FTP

Philip Norton's Blog: Desaturate Images With PHP

ONLamp.com: Introduction to Flex Using PHP

JSLabs Blog: How to turn a php script to an exe...for free


Community Events











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


zendframework2 series api podcast development language database opinion release functional interview phpunit community composer code introduction application framework testing example

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