Afficher un message
Vieux 10/10/2007, 12h11   #1
BoneIdol
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Getting names of variables passed to functions...

Anyway to do it? I know you can use a variable's contents as a
variable name with $$name, but I'd like to do it the other way around.

<?php
function foo($bar)
{
return $bar;
}

$name = foo($variable_name);
?>

I'd like the function foo to return a string of the variable name
passed to it, in this case 'variable_name'. A friend of mine who does C
++ programming says that pointers are the way to go here, but as far
as I know PHP doesn't support them.

  Réponse avec citation
 
Page generated in 0,05146 seconds with 9 queries