Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
RETURN_BOOL
RETURN_BOOL -- Return a bool value from a function
Popis
#include <zend_API.h>
void RETURN_BOOL ( zend_bool b )
RETURN_BOOL() sets the return_value
of the given function to b
and returns control to
the calling function.
PÅ™edcházejÃcà | Domů | Dalšà |
RETURN_BINARYL | Nahoru |