News Feed
Jobs Feed
Sections




News Archive
DevShed:
Enforcing Object Types in PHP - Using the Type Hinting Feature in PHP 5
March 02, 2006 @ 06:42:19

DevShed has posted the last article in their "Enforcing Object Types in PHP" series today - "Using the Type Hinting Feature in PHP5".

[Returning] to the subject of this last tutorial, I'll introduce another method for enforcing object types in PHP 5: the "Type Hinting" feature. It can also be used in conjunction with the "instanceof" operator that you learned about before, in order to develop PHP applications that implement thorough routines for filtering unwanted objects. Generally speaking, when you finish reading this article, you should be armed with a few more methods for forcing object types in PHP, in this way expanding your overall knowledge of object-oriented programming.

They start with an introduction to type hinting and some basic examples of its use. From there, they build up a relevant example with the help of their (X)HTML widget class they've used throughout the series.

2 comments voice your opinion now!
enforcing object types using type hinting php5 enforcing object types using type hinting php5


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: 30 Minutes with Adam Tracthenberg

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

DevShed: Drawing Basic Rectangles in PDF Documents with PHP 5

Developer.com: PHP 5 OOP - Protecting Data With Visibility

DevShed: Fetching Search Results as Serialized Arrays with Yahoo Web Services and PHP 5


Community Events











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


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

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