吳憲成提供了一些文件。請參閱他在 SessionHandlerInterface 章節中的評論
https://php.dev.org.tw/manual/en/class.sessionhandlerinterface.php#122032
(PHP 7, PHP 8)
SessionUpdateTimestampHandlerInterface 是一個定義了用於建立自訂 Session 處理程式的可選方法的介面。為了使用其 OOP 呼叫將自訂 Session 處理程式傳遞給 session_set_save_handler(),類別可以實作此介面。
請注意,實作此介面的類別的回呼方法設計為由 PHP 內部呼叫,並不打算從使用者空間程式碼呼叫。
吳憲成提供了一些文件。請參閱他在 SessionHandlerInterface 章節中的評論
https://php.dev.org.tw/manual/en/class.sessionhandlerinterface.php#122032