Skip navigation.
Home

ZEND_FN()

Used to prepend zif_ to a function name

ZEND_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 "zif_##name"