/ Published in: PHP
Expand |
Embed | Plain Text
// http://www.laruence.com/2010/12/08/1716.html function get_variable_name(&$var, $scope = NULL) { if (NULL == $scope) { $scope = $GLOBALS; } $tmp = $var; $var = $tmp; return $name; }
You need to login to post a comment.
