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