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 36
36
</para >
37
37
<para >
38
38
To use an ISO-8601 format string like <literal >P7D</literal >, you must
39
- use the contructor .
39
+ use the constructor .
40
40
</para >
41
41
</listitem >
42
42
</varlistentry >
Original file line number Diff line number Diff line change 24
24
before this handler was activated by <function >session_set_save_handler</function >.
25
25
</para >
26
26
<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
28
28
wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
29
29
overridden and or intercepted.
30
30
</para >
Original file line number Diff line number Diff line change 23
23
before this handler was set by <function >session_set_save_handler</function >.
24
24
</para >
25
25
<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
27
27
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
28
28
overridden and or intercepted and filtered.
29
29
</para >
Original file line number Diff line number Diff line change 25
25
before this handler was set by <function >session_set_save_handler</function >.
26
26
</para >
27
27
<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
29
29
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
30
30
overridden and or intercepted and filtered.
31
31
</para >
Original file line number Diff line number Diff line change 23
23
before this handler was set by <function >session_set_save_handler</function >.
24
24
</para >
25
25
<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
27
27
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
28
28
overridden and or intercepted and filtered.
29
29
</para >
Original file line number Diff line number Diff line change 26
26
<para >
27
27
If this class is extended by inheritance, calling the parent <parameter >read</parameter > method will invoke the
28
28
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
30
30
returned by the parent <parameter >read</parameter > method).
31
31
</para >
32
32
<para >
Original file line number Diff line number Diff line change 24
24
before this handler was set by <function >session_set_save_handler</function >.
25
25
</para >
26
26
<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
28
28
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
29
29
overridden and or intercepted and filtered (for example, encrypting the <parameter >$data</parameter > value
30
30
before sending it to the parent <parameter >write</parameter > method).
You can’t perform that action at this time.
0 commit comments