RETURN_NULL

RETURN_NULL

RETURN_NULL -- Return a null value from a function

Description

#include <zend_API.h>

void RETURN_NULL ( void )

RETURN_BOOL() sets the return_value of the given function to NULL and returns control to the calling function.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.