Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
php file.php &
バックグラウンドプロセスのPIDを取得する方法はfile.php?
file.php
あなたはその機能を探していると思いますgetmypid()
getmypid()
http://php.net/manual/en/function.getmypid.php
posix_getpid()同じことをしているようです...
posix_getpid()
http://php.net/manual/en/function.posix-getpid.php
getmypid()あなたが必要なことをします。