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アプリ内の複数のリクエストを通じて、PHPアプリとimapサーバー間の接続を維持したいと考えています。しかし、問題は、imap リソースをシングルトンに配置する方法がわからないことです。新しいリクエストが発行されるたびに静的変数が消去され、imap リソースをシリアル化できません。
要するに、できません。
あなたが探しているのは と呼ばれるものですがpersistent connection、PHP で IMAP への永続的な接続を開く方法はありません。
persistent connection
serialize() はimap_open「リソース」を返し、リソースをシリアル化できないため、ここでは役に立ちません。
imap_open