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

PHPHacks.com: Shell Scripting with PHP CLI

NETTUTS.com: Image Resizing Made Easy with PHP

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm

IBM developerWorks: Squash bugs in PHP applications with Zend Debugger

PHPit.net: Taking a first look at the AutoCRUD for PHP library


Community Events











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


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

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