php variable syntax.. $_1abc correct?

Is $_1abc a valid variable name in php? I know that you can use an underscore as the first character but I'm not sure if i heard somewhere that the following character cannot be a number.
 
Back
Top