File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636 </para >
3737 <para >
3838 To use an ISO-8601 format string like <literal >P7D</literal >, you must
39- use the contructor .
39+ use the constructor .
4040 </para >
4141 </listitem >
4242 </varlistentry >
Original file line number Diff line number Diff line change 2424 before this handler was activated by <function >session_set_save_handler</function >.
2525 </para >
2626 <para >
27- If this class is extended by inheritiance , calling the parent <parameter >close</parameter > method will invoke the
27+ If this class is extended by inheritance , calling the parent <parameter >close</parameter > method will invoke the
2828 wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
2929 overridden and or intercepted.
3030 </para >
Original file line number Diff line number Diff line change 2323 before this handler was set by <function >session_set_save_handler</function >.
2424 </para >
2525 <para >
26- If this class is extended by inheritiance , calling the parent <parameter >destroy</parameter > method will invoke the
26+ If this class is extended by inheritance , calling the parent <parameter >destroy</parameter > method will invoke the
2727 wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2828 overridden and or intercepted and filtered.
2929 </para >
Original file line number Diff line number Diff line change 2525 before this handler was set by <function >session_set_save_handler</function >.
2626 </para >
2727 <para >
28- If this class is extended by inheritiance , calling the parent <parameter >gc</parameter > method will invoke the
28+ If this class is extended by inheritance , calling the parent <parameter >gc</parameter > method will invoke the
2929 wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
3030 overridden and or intercepted and filtered.
3131 </para >
Original file line number Diff line number Diff line change 2323 before this handler was set by <function >session_set_save_handler</function >.
2424 </para >
2525 <para >
26- If this class is extended by inheritiance , calling the parent <parameter >open</parameter > method will invoke the
26+ If this class is extended by inheritance , calling the parent <parameter >open</parameter > method will invoke the
2727 wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2828 overridden and or intercepted and filtered.
2929 </para >
Original file line number Diff line number Diff line change 2626 <para >
2727 If this class is extended by inheritance, calling the parent <parameter >read</parameter > method will invoke the
2828 wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
29- overridden and or intercepted and filtered (for example, decrypting <parameter >$data</parameter > value
29+ overridden and or intercepted and filtered (for example, decrypting the <parameter >$data</parameter > value
3030 returned by the parent <parameter >read</parameter > method).
3131 </para >
3232 <para >
Original file line number Diff line number Diff line change 2424 before this handler was set by <function >session_set_save_handler</function >.
2525 </para >
2626 <para >
27- If this class is extended by inheritiance , calling the parent <parameter >write</parameter > method will invoke the
27+ If this class is extended by inheritance , calling the parent <parameter >write</parameter > method will invoke the
2828 wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2929 overridden and or intercepted and filtered (for example, encrypting the <parameter >$data</parameter > value
3030 before sending it to the parent <parameter >write</parameter > method).
You can’t perform that action at this time.
0 commit comments