标签: php multithreading asynchronous pthreads apache2
有没有办法让php文件始终运行并可以从其他php文件/请求访问?
我想在服务器上运行一些函数,对象,变量或其他东西。
示例:
[alwaysrunning.php]
$conn = fsockopen($serverip, $serverport, $errno, $errstr, $ex);
[的index.php]
fwrite($conn, $command."\n");
对不起我的英文,谢谢你!