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 メモリに保存することは可能ですか? はいの場合、それを行う方法は?
いくつかの値を 0.1 秒ごとに更新したい (mysqli クエリは 0.1 秒より長く続く場合があるため、おそらくこれらの値はデータベースに保存すべきではない)。
また、すべてのユーザーからこれらの変数にアクセスできるようにするため、 $_SESSION を使用したくありません。
前もって感謝します。