Код: Выделить всё
$FooBar = "a string";
Код: Выделить всё
print_var_name($FooBar);
Код: Выделить всё
FooBar
Подробнее здесь: https://stackoverflow.com/questions/255 ... ing-in-php
Код: Выделить всё
$FooBar = "a string";
Код: Выделить всё
print_var_name($FooBar);
Код: Выделить всё
FooBar