Very simple: PHP has function scope. That's the only kind of scope separator that exists in PHP. Variables inside a function are only available ...
確定! 回上一頁