Bonjourà tous,
je programme en ZEND et je voudrai savoir comment je peux faire appel a une fonction,par exemple
ma fonction
ZEND_FUNCTION(hello)
{ RETURN_STRING("hello world"); }
la fonction main qui fera appel à la fonction hello:
ZEND_FUNCTION(main)
{
hello(); // !! ca ne marche pas comme ceux-ci
}
merci par avance