Sunday, April 4, 2010

what is magic constants in php

Answer
======

Magic constants change their value depending on where they used

Example:
=========

__line__

this will show the current line number.

There are seven magic constants in php

__LINE__
__FILE__
__DIR__
__FUNCTION__
__CLASS__
__METHOD__
__NAMESPACE__

No comments:

Post a Comment