Apache2,PHP文件始终运行并可从任何请求访问

时间:2018-04-16 14:43:38

标签: php multithreading asynchronous pthreads apache2

有没有办法让php文件始终运行并可以从其他php文件/请求访问?

我想在服务器上运行一些函数,对象,变量或其他东西。

示例:

[alwaysrunning.php]

$conn = fsockopen($serverip, $serverport, $errno, $errstr, $ex);

[的index.php]

fwrite($conn, $command."\n");

对不起我的英文,谢谢你!

0 个答案:

没有答案