Skip to content

Commit a3e3af2

Browse files
authored
Update README.md
1 parent a2215bb commit a3e3af2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![WebShell-Bypass-Guide](https://socialify.git.ci/AabyssZG/WebShell-Bypass-Guide/image?description=1&font=Jost&forks=1&issues=1&language=1&logo=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F54609266%3Fv%3D4&name=1&owner=1&pattern=Floating%20Cogs&stargazers=1&theme=Dark)
44

5-
**手册版本号:V1.0-20230306**
5+
**手册版本号:V1.2-20230610**
66

77
这是一本能让你从零开始学习PHP的WebShell免杀的手册,同时我会在内部群迭代更新
88

@@ -195,6 +195,18 @@ __METHOD__ //当前所属的方法
195195
- PHP中函数名、方法名、类名不区分大小写,常量和变量区分大小写
196196
- 在某些环境中,`<?php ?>` 没有闭合会导致无法正常运作
197197

198+
### 0.7 PHP标记几种写法
199+
200+
其中第一和第二种为常用的写法
201+
```php
202+
第一种:<?php ?>
203+
第二种:<?php
204+
第三种:<? ?>
205+
第四种:<% %>
206+
第五种:<script language="php"></script>
207+
```
208+
第三种和第四种为短标识,当使用他们需要开启 `php.ini` 文件中的 `short_open_tag` ,不然会报错
209+
198210

199211
## 1# 回调类型函数
200212

0 commit comments

Comments
 (0)