我可以在PHP(php-fpm)中为每个应用程序创建Singleton吗?

How can I implement singleton per application? I woulde like to store single instance of class in memory and use (change) it in all requests in thread-safe mode.