Created
June 19, 2020 07:19
-
-
Save msysyamamoto/f2f571f34a8760aa6905da162af8e188 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* $php -S localhost:8088 server.php | |
*/ | |
error_log(file_get_contents('php://input')); | |
echo "OK"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment