123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- this file is autogenerated, do not edit! -->
- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- <chapter id="rpc_exports.htable">
- <title>
- RPC Exports for htable
- </title>
- <section id="htable.dump"><title>htable.dump</title>
- <para>
- Dump the contents of hash table.
- </para>
- <para>
- Returns an array.
- </para>
- </section>
- <section id="htable.delete"><title>htable.delete</title>
- <para>
- Delete one key from a hash table.
- </para>
- <para>
- </para>
- </section>
- <section id="htable.get"><title>htable.get</title>
- <para>
- Get one key from a hash table.
- </para>
- <para>
- </para>
- </section>
- <section id="htable.sets"><title>htable.sets</title>
- <para>
- Set one key in a hash table to a string value.
- </para>
- <para>
- </para>
- </section>
- <section id="htable.seti"><title>htable.seti</title>
- <para>
- Set one key in a hash table to an integer value.
- </para>
- <para>
- </para>
- </section>
- <section id="htable.listTables"><title>htable.listTables</title>
- <para>
- List all htables.
- </para>
- <para>
- Returns an array.
- </para>
- </section>
- <section id="htable.reload"><title>htable.reload</title>
- <para>
- Reload hash table.
- </para>
- <para>
- </para>
- </section>
- <section id="htable.stats"><title>htable.stats</title>
- <para>
- Statistics about htables.
- </para>
- <para>
- Returns an array.
- </para>
- </section>
- </chapter>
|