说我有这个PHP代码:
$FooBar = "a string";
然后我需要一个这样的函数:
print_var_name($FooBar);
打印:
FooBar
任何想法如何实现这一目标?这在PHP中甚至可能吗?
php
php ×1