diff --git a/reference/session/functions/session-set-save-handler.xml b/reference/session/functions/session-set-save-handler.xml index 5ebe4c3230..ac9d267079 100644 --- a/reference/session/functions/session-set-save-handler.xml +++ b/reference/session/functions/session-set-save-handler.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ Description - voidsession_set_save_handler + boolsession_set_save_handler stringopenstringclosestringreadstringwritestringdestroystringgc @@ -20,6 +20,7 @@ retrieving data associated with a session. This is most useful when a storage method other than those supplied by PHP sessions is preferred. i.e. Storing the session data in a local database. + &return.success;