0 votes
in PHP by
How can we define a variable accessible in functions of a PHP script?

1 Answer

0 votes
by
This feature is possible using the global keyword.
...