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