News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Introspection and Reflection in PHP
May 25, 2012 @ 14:03:57

On PHPMaster.com today there's an introduction to Reflection, a feature of PHP that allows you to peer into the code itself and find out metadata like class properties, scope levels and parent classes.

PHP introspection is a common feature in any programming language which allows object classes to be manipulated by the programmer. You'll find introspection particularly useful when you don't know which class or method you need to execute at design time. [...] During this article, you'll see a couple examples of how to use some of the most useful PHP's introspection function and a section dedicated to an API that offers functionality similar to introspection, the Reflection API.

They introduce you to a few different methods including class_exists, get_class and get_class_vars and method_exists. They also briefly mention the "ReflectionClass" that's a part of the PHP Reflection API and how it can be used to make an instance pointing to a current class.

0 comments voice your opinion now!
introspection reflection tutorial api metadata


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: More translations

SitePoint Design & Layout Blog: Expression Web 3 - Your New PHP Tool Kit

Zend Developer Zone: Building AJAX Applications with PHP and HTML_AJAX

DevShed: Securing Your Web Application Against Attacks

Maarten Balliauw's Blog: Saving a PHPExcel spreadsheet to Google Documents


Community Events











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


testing unittest community example application opinion series zendframework2 language introduction release phpunit tool framework code development functional podcast interview object

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