downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

runkit_sandbox_output_handler> <runkit_method_rename
Last updated: Fri, 14 Aug 2009

view this page in

runkit_return_value_used

(PECL runkit >= 0.8.0)

runkit_return_value_usedDétermine si la valeur de retour des fonctions courantes sera utilisée

Description

bool runkit_return_value_used ( void )

Valeurs de retour

Retourne TRUE si la valeur de retour d'une fonction est utilisée par la portée appelante, FALSE autrement.

Exemples

Exemple #1 Exemple avec runkit_return_value_used()

<?php
function foo() {
  
var_dump(runkit_return_value_used());
}

foo();
$f foo();
?>

L'exemple ci-dessus va afficher :

bool(false)
bool(true)



add a note add a note User Contributed Notes
runkit_return_value_used
There are no user contributed notes for this page.

runkit_sandbox_output_handler> <runkit_method_rename
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites