PHP_MN()
Submitted by Katrina Niolet on Thu, 06/21/2007 - 19:21.
Used to prepend zim_ to a method name
PHP_MN(name)
| type | parameter | description |
|---|---|---|
| text | name | name of the method |
The reason zim_ should be added to zend internal method names is to avoid name conflicts.
Use of this macro is recomended over adding zim_ to the actual method names to ensure future compatibility.
zim stands for Zend Internal Method
This is an alias for "ZEND_MN(name)"
