کد
خروجی
توضیحات
function LocalVarExample() { $a = 'Hi'; echo $a; } LocalVarExample();
Hi