Thread processing in PHP ...

xiaoxiao2021-03-06  42

Save the following file as thread.php

Sleep (5);

$ fp = fsockopen ("192.168.0.166", 8000);

FPUTS ($ FP, "Get /Thread.php/r/n/r/N");

Fclose ($ fp);

$ f = fopen ("abc.txt", "a ");

FWRITE ($ F, "AAAAAAA / R / N");

fclose ($ f);

?>

转载请注明原文地址:https://www.9cbs.com/read-68768.html

New Post(0)