Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
RETURN_BOOL

RETURN_BOOL

RETURN_BOOL -- Return a bool value from a function

Description

#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.

Parameters

b

bool value to return.