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