RETURN_LONG

RETURN_LONG

RETURN_LONG -- Return a long value from a function

Description

#include <zend_API.h>

void RETURN_LONG ( long l )

RETURN_LONG() sets the return_value of the given function to l and returns control to the calling function.

Parameters

l

long value to return.

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