|
@@ -261,6 +261,12 @@ if(is_present_hf("Authorization"))
|
|
write back to db table).
|
|
write back to db table).
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>initval</emphasis> - the integer value to be returned
|
|
|
|
+ insted of $null when a requested key is not set.
|
|
|
|
+ </para>
|
|
|
|
+ </listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
<para>
|
|
<para>
|
|
<emphasis>
|
|
<emphasis>
|
|
@@ -273,6 +279,7 @@ if(is_present_hf("Authorization"))
|
|
...
|
|
...
|
|
modparam("htable", "htable", "a=>size=4;autoexpire=7200;dbtable=htable_a;")
|
|
modparam("htable", "htable", "a=>size=4;autoexpire=7200;dbtable=htable_a;")
|
|
modparam("htable", "htable", "b=>size=5;")
|
|
modparam("htable", "htable", "b=>size=5;")
|
|
|
|
+modparam("htable", "htable", "c=>size=4;autoexpire=7200;initval=1;")
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|