Is it possible to invoke PHP_FUNCTION from within the extension

OwenChatt

New Member
let me elaborate more on the Title. Consider for example PHP_FUNCTION(session_start). Will I be able to invoke session_start from within session_id which is another PHP_FUNCTION (this is just for illustration not the actual purpose)?
 
Back
Top