Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-php
Wiki
code standard
code standard
· Changes
Page history
wangqs created page: code standard
authored
Jun 13, 2016
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
code-standard.md
code-standard.md
+3
-0
No files found.
code-standard.md
View page @
2cfa3bff
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
//下划线风格,操作符两边空格,字符串单引号
//下划线风格,操作符两边空格,字符串单引号
$user_name = '王小名';
$user_name = '王小名';
//双引号使用,中间引用的变量需加大括号
$info = "你的姓名:{$user_name}";
```
```
```
```
...
...