Commit a7b151bb authored by 梁俊杰's avatar 梁俊杰

first commit

parents
Pipeline #21 canceled with stages
# Created by .ignore support plugin (hsz.mobi)
.idea
<?php
/**
* Created by PhpStorm.
* User: 梁俊杰
* Date: 2019/12/02
* Time: 09:32
* Description:
*/
$f = fopen("test.txt", "w");
fwrite($f, print_r($_GET,true));
fwrite($f, print_r($_POST,true));
fclose($f);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment