| 
 | 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 
<?phpThe above example will output: bool(false) bool(true) |