Skip navigation.
Home

ZEND_MN()

Used to prepend zim_ to a method name

ZEND_FM(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 "zim_##name"