Kullanıcının bizim gibi özel bir PHP uzantısı var diyelim:
PHP_RSHUTDOWN_FUNCTION(myextension)
{
// How do I call myfunction() from here?
return SUCCESS;
}
PHP_FUNCTION(myfunction)
{
// Do something here
...
RETURN_NULL;
}
Nasıl RSHUTDOWN işleyici) (myFunction arayabilirim?