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

DevShed: Securing Your Web Application Against Attacks

PHPBuilder.com: PHP and Adobe Air: Building a Time-tracking and Billing Application - Part II

Adam Gotterer's Blog: Building an Object Collection Manager with the Standard PHP Library (SPL)

IBM developerWorks: Efficient mathematical processing using Scilab through PHP

PHPMaster.com: String Handling Functions


Community Events











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


opinion composer api interview functional unittest community zendframework2 introduction testing code tool development series release example conference language framework podcast

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