RETURN_DOUBLE

RETURN_DOUBLE

RETURN_DOUBLE -- Return a double value from a function

Description

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

Parameters

d

double value to return.

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