|
runkit_return_value_usedDetermines if the current functions return value will be used Description
bool runkit_return_value_used
( void
)
Return Values
Returns Examples
Example #1 runkit_return_value_used example
<?php The above example will output: bool(false) bool(true) |