In PHP, define a constant define('HoverTree','He asked', true). The following statement correctly outputs "HoverTree" ( ).
The naming of variables in PHP must start with ( ).
A、#B、@
C、?
D、$
The above introduces the PHP exercises, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.