Quick Table of Contents
[تحسين] Unexpected T_LNUMBER, expecting T_STRING
This notice usually renders when you begin the name of a function with a number. How can i fix itDo not use a number as the first character in the name of function, object, or variable. This function name below will render the error.function 2ndFunction() { echo "The number as first character in the name of the function will render this error."; }
29 / أغسطس / 2011 الساعة 2:10
|
Web Development School