PHP - Automatic variable
Automatic variable declaration is allowed almost anywhere, lifetime is usually from the declaration to the end of the current block.Declaration
Use
variable use Using variables, you can access the data stored in a variable, can be used to store or retrieve the value.
$name
Automatic variable in another programming language:
Differences to: