In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article introduces the relevant knowledge of "the types and naming rules of variables in PHP". Many people will encounter this dilemma in the operation of actual cases, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
Command rule
The variable must start with the $sign, followed by the name of the variable, and $is not part of the variable name.
The variable name must begin with a letter or an underscore.
Variable names cannot start with a number.
Variable names can only contain letters (Abeliz), numbers (0,9), and underscores (_).
Unlike other languages, some keywords in PHP can also be used as variable names (for example, $true, $for).
Variable names in PHP are case-sensitive, so $var and $Var represent two different variables.
PHP is a weakly typed language. There is no need to specify a variable type when creating a variable. PHP automatically sets it to the corresponding data type according to the value of the variable. We can create variables with the assignment character "="
Eg:
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 299
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.