把下面的复制粘贴到php代码块中即可使用,包括php标签、语言编码、请求头等代码。
复制后放到代码块的 { } 内即可:
"p_h_p": {
"body": [
"<?php",
"\t$1",
"?>"
],
"prefix": "php?"
},
"$_GET": {
"body": [
"_GET"
],
"prefix": "$_GET"
},
"$_POST": {
"body": [
"_POST"
],
"prefix": "$_POST"
},
"header_utf-8": {
"body": [
"header('content-type:text/html;charset=utf-8');"
],
"prefix": "heautf"
},
"set_re_head": {
"body": [
"setRequestHeader('Content-type','application/x-www-form-urlencoded');"
],
"prefix": "setrh"
}
0 个评论
要回复文章请先登录或注册