Which variable scope in PHP permits access to all functions and variables within the script?
all
global
$global
public

Computer Science Exercises are loading ...