Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 3164

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>List of Resource Types</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Appendixes"
HREF="appendixes.html"><LINK
REL="PREVIOUS"
TITLE="Standard Predefined Constants"
HREF="reserved.constants.standard.html"><LINK
REL="NEXT"
TITLE="List of Supported Protocols/Wrappers"
HREF="wrappers.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="appendix"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="reserved.constants.standard.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="wrappers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="appendix"
><H1
><A
NAME="resource"
>Appendix H. List of Resource Types</A
></H1
><P
>&#13;  The following is a list of functions which create, use or destroy
  PHP resources.  The function <A
HREF="function.is-resource.html"
><B
CLASS="function"
>is_resource()</B
></A
> can be
  used to determine if a variable is a resource and
  <A
HREF="function.get-resource-type.html"
><B
CLASS="function"
>get_resource_type()</B
></A
> will return the type of
  resource it is.
  <DIV
CLASS="table"
><A
NAME="AEN108579"
></A
><P
><B
>Table H-1. Resource Types</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><THEAD
><TR
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Resource Type Name</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Created By</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Used By</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Destroyed By</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Definition</TH
></TR
></THEAD
><TBODY
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>aspell</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.aspell-new.html"
><B
CLASS="function"
>aspell_new()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.aspell-check.html"
><B
CLASS="function"
>aspell_check()</B
></A
>,
     <A
HREF="function.aspell-check-raw.html"
><B
CLASS="function"
>aspell_check_raw()</B
></A
>,
     <A
HREF="function.aspell-suggest.html"
><B
CLASS="function"
>aspell_suggest()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Aspell dictionary</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>bzip2</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.bzopen.html"
><B
CLASS="function"
>bzopen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.bzerrno.html"
><B
CLASS="function"
>bzerrno()</B
></A
>,
     <A
HREF="function.bzerror.html"
><B
CLASS="function"
>bzerror()</B
></A
>,
     <A
HREF="function.bzerrstr.html"
><B
CLASS="function"
>bzerrstr()</B
></A
>,
     <A
HREF="function.bzflush.html"
><B
CLASS="function"
>bzflush()</B
></A
>,
     <A
HREF="function.bzread.html"
><B
CLASS="function"
>bzread()</B
></A
>,
     <A
HREF="function.bzwrite.html"
><B
CLASS="function"
>bzwrite()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.bzclose.html"
><B
CLASS="function"
>bzclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Bzip2 file</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>COM</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.com-load.html"
><B
CLASS="function"
>com_load()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.com-invoke.html"
><B
CLASS="function"
>com_invoke()</B
></A
>,
     <A
HREF="function.com-propget.html"
><B
CLASS="function"
>com_propget()</B
></A
>,
     <A
HREF="function.com-get.html"
><B
CLASS="function"
>com_get()</B
></A
>,
     <A
HREF="function.com-propput.html"
><B
CLASS="function"
>com_propput()</B
></A
>,
     <A
HREF="function.com-set.html"
><B
CLASS="function"
>com_set()</B
></A
>,
     <A
HREF="function.com-propput.html"
><B
CLASS="function"
>com_propput()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>COM object reference</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>VARIANT</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>cpdf</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.cpdf-open.html"
><B
CLASS="function"
>cpdf_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.cpdf-page-init.html"
><B
CLASS="function"
>cpdf_page_init()</B
></A
>,
     <A
HREF="function.cpdf-finalize-page.html"
><B
CLASS="function"
>cpdf_finalize_page()</B
></A
>,
     <A
HREF="function.cpdf-finalize.html"
><B
CLASS="function"
>cpdf_finalize()</B
></A
>,
     <A
HREF="function.cpdf-output-buffer.html"
><B
CLASS="function"
>cpdf_output_buffer()</B
></A
>,
     <A
HREF="function.cpdf-save-to-file.html"
><B
CLASS="function"
>cpdf_save_to_file()</B
></A
>,
     <A
HREF="function.cpdf-set-current-page.html"
><B
CLASS="function"
>cpdf_set_current_page()</B
></A
>,
     <A
HREF="function.cpdf-begin-text.html"
><B
CLASS="function"
>cpdf_begin_text()</B
></A
>,
     <A
HREF="function.cpdf-end-text.html"
><B
CLASS="function"
>cpdf_end_text()</B
></A
>,
     <A
HREF="function.cpdf-show.html"
><B
CLASS="function"
>cpdf_show()</B
></A
>,
     <A
HREF="function.cpdf-show-xy.html"
><B
CLASS="function"
>cpdf_show_xy()</B
></A
>,
     <A
HREF="function.cpdf-text.html"
><B
CLASS="function"
>cpdf_text()</B
></A
>,
     <A
HREF="function.cpdf-set-font.html"
><B
CLASS="function"
>cpdf_set_font()</B
></A
>,
     <A
HREF="function.cpdf-set-leading.html"
><B
CLASS="function"
>cpdf_set_leading()</B
></A
>,
     <A
HREF="function.cpdf-set-text-rendering.html"
><B
CLASS="function"
>cpdf_set_text_rendering()</B
></A
>,
     <A
HREF="function.cpdf-set-horiz-scaling.html"
><B
CLASS="function"
>cpdf_set_horiz_scaling()</B
></A
>,
     <A
HREF="function.cpdf-set-text-rise.html"
><B
CLASS="function"
>cpdf_set_text_rise()</B
></A
>,
     <A
HREF="function.cpdf-set-text-matrix.html"
><B
CLASS="function"
>cpdf_set_text_matrix()</B
></A
>,
     <A
HREF="function.cpdf-set-text-pos.html"
><B
CLASS="function"
>cpdf_set_text_pos()</B
></A
>,
     <A
HREF="function.cpdf-set-text-pos.html"
><B
CLASS="function"
>cpdf_set_text_pos()</B
></A
>,
     <A
HREF="function.cpdf-set-word-spacing.html"
><B
CLASS="function"
>cpdf_set_word_spacing()</B
></A
>,
     <A
HREF="function.cpdf-continue-text.html"
><B
CLASS="function"
>cpdf_continue_text()</B
></A
>,
     <A
HREF="function.cpdf-stringwidth.html"
><B
CLASS="function"
>cpdf_stringwidth()</B
></A
>,
     <A
HREF="function.cpdf-save.html"
><B
CLASS="function"
>cpdf_save()</B
></A
>,
     <A
HREF="function.cpdf-translate.html"
><B
CLASS="function"
>cpdf_translate()</B
></A
>,
     <A
HREF="function.cpdf-restore.html"
><B
CLASS="function"
>cpdf_restore()</B
></A
>,
     <A
HREF="function.cpdf-scale.html"
><B
CLASS="function"
>cpdf_scale()</B
></A
>,
     <A
HREF="function.cpdf-rotate.html"
><B
CLASS="function"
>cpdf_rotate()</B
></A
>,
     <A
HREF="function.cpdf-setflat.html"
><B
CLASS="function"
>cpdf_setflat()</B
></A
>,
     <A
HREF="function.cpdf-setlinejoin.html"
><B
CLASS="function"
>cpdf_setlinejoin()</B
></A
>,
     <A
HREF="function.cpdf-setlinecap.html"
><B
CLASS="function"
>cpdf_setlinecap()</B
></A
>,
     <A
HREF="function.cpdf-setmiterlimit.html"
><B
CLASS="function"
>cpdf_setmiterlimit()</B
></A
>,
     <A
HREF="function.cpdf-setlinewidth.html"
><B
CLASS="function"
>cpdf_setlinewidth()</B
></A
>,
     <A
HREF="function.cpdf-setdash.html"
><B
CLASS="function"
>cpdf_setdash()</B
></A
>,
     <A
HREF="function.cpdf-moveto.html"
><B
CLASS="function"
>cpdf_moveto()</B
></A
>,
     <A
HREF="function.cpdf-rmoveto.html"
><B
CLASS="function"
>cpdf_rmoveto()</B
></A
>,
     <A
HREF="function.cpdf-curveto.html"
><B
CLASS="function"
>cpdf_curveto()</B
></A
>,
     <A
HREF="function.cpdf-lineto.html"
><B
CLASS="function"
>cpdf_lineto()</B
></A
>,
     <A
HREF="function.cpdf-rlineto.html"
><B
CLASS="function"
>cpdf_rlineto()</B
></A
>,
     <A
HREF="function.cpdf-circle.html"
><B
CLASS="function"
>cpdf_circle()</B
></A
>,
     <A
HREF="function.cpdf-arc.html"
><B
CLASS="function"
>cpdf_arc()</B
></A
>,
     <A
HREF="function.cpdf-rect.html"
><B
CLASS="function"
>cpdf_rect()</B
></A
>,
     <A
HREF="function.cpdf-closepath.html"
><B
CLASS="function"
>cpdf_closepath()</B
></A
>,
     <A
HREF="function.cpdf-stroke.html"
><B
CLASS="function"
>cpdf_stroke()</B
></A
>,
     <A
HREF="function.cpdf-closepath-fill-stroke.html"
><B
CLASS="function"
>cpdf_closepath_fill_stroke()</B
></A
>,
     <A
HREF="function.cpdf-fill-stroke.html"
><B
CLASS="function"
>cpdf_fill_stroke()</B
></A
>,
     <A
HREF="function.cpdf-clip.html"
><B
CLASS="function"
>cpdf_clip()</B
></A
>,
     <A
HREF="function.cpdf-fill.html"
><B
CLASS="function"
>cpdf_fill()</B
></A
>,
     <A
HREF="function.cpdf-setgray-fill.html"
><B
CLASS="function"
>cpdf_setgray_fill()</B
></A
>,
     <A
HREF="function.cpdf-setgray-stroke.html"
><B
CLASS="function"
>cpdf_setgray_stroke()</B
></A
>,
     <A
HREF="function.cpdf-setgray.html"
><B
CLASS="function"
>cpdf_setgray()</B
></A
>,
     <A
HREF="function.cpdf-setrgbcolor-fill.html"
><B
CLASS="function"
>cpdf_setrgbcolor_fill()</B
></A
>,
     <A
HREF="function.cpdf-setrgbcolor-stroke.html"
><B
CLASS="function"
>cpdf_setrgbcolor_stroke()</B
></A
>,
     <A
HREF="function.cpdf-setrgbcolor.html"
><B
CLASS="function"
>cpdf_setrgbcolor()</B
></A
>,
     <A
HREF="function.cpdf-add-outline.html"
><B
CLASS="function"
>cpdf_add_outline()</B
></A
>,
     <A
HREF="function.cpdf-set-page-animation.html"
><B
CLASS="function"
>cpdf_set_page_animation()</B
></A
>,
     <A
HREF="function.cpdf-import-jpeg.html"
><B
CLASS="function"
>cpdf_import_jpeg()</B
></A
>,
     <A
HREF="function.cpdf-place-inline-image.html"
><B
CLASS="function"
>cpdf_place_inline_image()</B
></A
>,
     <A
HREF="function.cpdf-add-annotation.html"
><B
CLASS="function"
>cpdf_add_annotation()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.cpdf-close.html"
><B
CLASS="function"
>cpdf_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>PDF document with CPDF lib</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>cpdf outline</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>curl</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.curl-init.html"
><B
CLASS="function"
>curl_init()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.curl-init.html"
><B
CLASS="function"
>curl_init()</B
></A
>,
     <A
HREF="function.curl-exec.html"
><B
CLASS="function"
>curl_exec()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.curl-close.html"
><B
CLASS="function"
>curl_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Curl session</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbm</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbmopen.html"
><B
CLASS="function"
>dbmopen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbmexists.html"
><B
CLASS="function"
>dbmexists()</B
></A
>,
     <A
HREF="function.dbmfetch.html"
><B
CLASS="function"
>dbmfetch()</B
></A
>,
     <A
HREF="function.dbminsert.html"
><B
CLASS="function"
>dbminsert()</B
></A
>,
     <A
HREF="function.dbmreplace.html"
><B
CLASS="function"
>dbmreplace()</B
></A
>,
     <A
HREF="function.dbmdelete.html"
><B
CLASS="function"
>dbmdelete()</B
></A
>,
     <A
HREF="function.dbmfirstkey.html"
><B
CLASS="function"
>dbmfirstkey()</B
></A
>,
     <A
HREF="function.dbmnextkey.html"
><B
CLASS="function"
>dbmnextkey()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbmclose.html"
><B
CLASS="function"
>dbmclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to DBM database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dba</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dba-open.html"
><B
CLASS="function"
>dba_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dba-delete.html"
><B
CLASS="function"
>dba_delete()</B
></A
>,
     <A
HREF="function.dba-exists.html"
><B
CLASS="function"
>dba_exists()</B
></A
>,
     <A
HREF="function.dba-fetch.html"
><B
CLASS="function"
>dba_fetch()</B
></A
>,
     <A
HREF="function.dba-firstkey.html"
><B
CLASS="function"
>dba_firstkey()</B
></A
>,
     <A
HREF="function.dba-insert.html"
><B
CLASS="function"
>dba_insert()</B
></A
>,
     <A
HREF="function.dba-nextkey.html"
><B
CLASS="function"
>dba_nextkey()</B
></A
>,
     <A
HREF="function.dba-optimize.html"
><B
CLASS="function"
>dba_optimize()</B
></A
>,
     <A
HREF="function.dba-replace.html"
><B
CLASS="function"
>dba_replace()</B
></A
>,
     <A
HREF="function.dba-sync.html"
><B
CLASS="function"
>dba_sync()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dba-close.html"
><B
CLASS="function"
>dba_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to DBA database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dba persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dba-popen.html"
><B
CLASS="function"
>dba_popen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dba-delete.html"
><B
CLASS="function"
>dba_delete()</B
></A
>,
     <A
HREF="function.dba-exists.html"
><B
CLASS="function"
>dba_exists()</B
></A
>,
     <A
HREF="function.dba-fetch.html"
><B
CLASS="function"
>dba_fetch()</B
></A
>,
     <A
HREF="function.dba-firstkey.html"
><B
CLASS="function"
>dba_firstkey()</B
></A
>,
     <A
HREF="function.dba-insert.html"
><B
CLASS="function"
>dba_insert()</B
></A
>,
     <A
HREF="function.dba-nextkey.html"
><B
CLASS="function"
>dba_nextkey()</B
></A
>,
     <A
HREF="function.dba-optimize.html"
><B
CLASS="function"
>dba_optimize()</B
></A
>,
     <A
HREF="function.dba-replace.html"
><B
CLASS="function"
>dba_replace()</B
></A
>,
     <A
HREF="function.dba-sync.html"
><B
CLASS="function"
>dba_sync()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to DBA database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbase</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbase-open.html"
><B
CLASS="function"
>dbase_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbase-pack.html"
><B
CLASS="function"
>dbase_pack()</B
></A
>,
     <A
HREF="function.dbase-add-record.html"
><B
CLASS="function"
>dbase_add_record()</B
></A
>,
     <A
HREF="function.dbase-replace-record.html"
><B
CLASS="function"
>dbase_replace_record()</B
></A
>,
     <A
HREF="function.dbase-delete-record.html"
><B
CLASS="function"
>dbase_delete_record()</B
></A
>,
     <A
HREF="function.dbase-get-record.html"
><B
CLASS="function"
>dbase_get_record()</B
></A
>,
     <A
HREF="function.dbase-get-record-with-names.html"
><B
CLASS="function"
>dbase_get_record_with_names()</B
></A
>,
     <A
HREF="function.dbase-numfields.html"
><B
CLASS="function"
>dbase_numfields()</B
></A
>,
     <A
HREF="function.dbase-numrecords.html"
><B
CLASS="function"
>dbase_numrecords()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbase-close.html"
><B
CLASS="function"
>dbase_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Dbase database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbx_link_object</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbx-connect.html"
><B
CLASS="function"
>dbx_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbx-query.html"
><B
CLASS="function"
>dbx_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbx-close.html"
><B
CLASS="function"
>dbx_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbx connection</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbx_result_object</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.dbx-query.html"
><B
CLASS="function"
>dbx_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dbx result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>domxml attribute</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>domxml document</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>domxml node</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>xpath context</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>xpath object</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql database</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-select-db.html"
><B
CLASS="function"
>fbsql_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-change-user.html"
><B
CLASS="function"
>fbsql_change_user()</B
></A
>,
     <A
HREF="function.fbsql-connect.html"
><B
CLASS="function"
>fbsql_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-autocommit.html"
><B
CLASS="function"
>fbsql_autocommit()</B
></A
>,
     <A
HREF="function.fbsql-change-user.html"
><B
CLASS="function"
>fbsql_change_user()</B
></A
>,
     <A
HREF="function.fbsql-create-db.html"
><B
CLASS="function"
>fbsql_create_db()</B
></A
>,
     <A
HREF="function.fbsql-data-seek.html"
><B
CLASS="function"
>fbsql_data_seek()</B
></A
>,
     <A
HREF="function.fbsql-db-query.html"
><B
CLASS="function"
>fbsql_db_query()</B
></A
>,
     <A
HREF="function.fbsql-drop-db.html"
><B
CLASS="function"
>fbsql_drop_db()</B
></A
>,
     <B
CLASS="function"
>()</B
>,
     <A
HREF="function.fbsql-select-db.html"
><B
CLASS="function"
>fbsql_select_db()</B
></A
>,
     <A
HREF="function.fbsql-errno.html"
><B
CLASS="function"
>fbsql_errno()</B
></A
>,
     <A
HREF="function.fbsql-error.html"
><B
CLASS="function"
>fbsql_error()</B
></A
>,
     <A
HREF="function.fbsql-insert-id.html"
><B
CLASS="function"
>fbsql_insert_id()</B
></A
>,
     <A
HREF="function.fbsql-list-dbs.html"
><B
CLASS="function"
>fbsql_list_dbs()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-close.html"
><B
CLASS="function"
>fbsql_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to fbsql database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql plink</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-change-user.html"
><B
CLASS="function"
>fbsql_change_user()</B
></A
>,
     <A
HREF="function.fbsql-pconnect.html"
><B
CLASS="function"
>fbsql_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-autocommit.html"
><B
CLASS="function"
>fbsql_autocommit()</B
></A
>,
     <A
HREF="function.fbsql-change-user.html"
><B
CLASS="function"
>fbsql_change_user()</B
></A
>,
     <A
HREF="function.fbsql-create-db.html"
><B
CLASS="function"
>fbsql_create_db()</B
></A
>,
     <A
HREF="function.fbsql-data-seek.html"
><B
CLASS="function"
>fbsql_data_seek()</B
></A
>,
     <A
HREF="function.fbsql-db-query.html"
><B
CLASS="function"
>fbsql_db_query()</B
></A
>,
     <A
HREF="function.fbsql-drop-db.html"
><B
CLASS="function"
>fbsql_drop_db()</B
></A
>,
     <B
CLASS="function"
>()</B
>,
     <A
HREF="function.fbsql-select-db.html"
><B
CLASS="function"
>fbsql_select_db()</B
></A
>,
     <A
HREF="function.fbsql-errno.html"
><B
CLASS="function"
>fbsql_errno()</B
></A
>,
     <A
HREF="function.fbsql-error.html"
><B
CLASS="function"
>fbsql_error()</B
></A
>,
     <A
HREF="function.fbsql-insert-id.html"
><B
CLASS="function"
>fbsql_insert_id()</B
></A
>,
     <A
HREF="function.fbsql-list-dbs.html"
><B
CLASS="function"
>fbsql_list_dbs()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to fbsql database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-db-query.html"
><B
CLASS="function"
>fbsql_db_query()</B
></A
>,
     <A
HREF="function.fbsql-list-dbs.html"
><B
CLASS="function"
>fbsql_list_dbs()</B
></A
>,
     <A
HREF="function.fbsql-query.html"
><B
CLASS="function"
>fbsql_query()</B
></A
>,
     <A
HREF="function.fbsql-list-fields.html"
><B
CLASS="function"
>fbsql_list_fields()</B
></A
>,
     <A
HREF="function.fbsql-list-tables.html"
><B
CLASS="function"
>fbsql_list_tables()</B
></A
>,
     <A
HREF="function.fbsql-tablename.html"
><B
CLASS="function"
>fbsql_tablename()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-affected-rows.html"
><B
CLASS="function"
>fbsql_affected_rows()</B
></A
>,
     <A
HREF="function.fbsql-fetch-array.html"
><B
CLASS="function"
>fbsql_fetch_array()</B
></A
>,
     <A
HREF="function.fbsql-fetch-assoc.html"
><B
CLASS="function"
>fbsql_fetch_assoc()</B
></A
>,
     <A
HREF="function.fbsql-fetch-field.html"
><B
CLASS="function"
>fbsql_fetch_field()</B
></A
>,
     <A
HREF="function.fbsql-fetch-lengths.html"
><B
CLASS="function"
>fbsql_fetch_lengths()</B
></A
>,
     <A
HREF="function.fbsql-fetch-object.html"
><B
CLASS="function"
>fbsql_fetch_object()</B
></A
>,
     <A
HREF="function.fbsql-fetch-row.html"
><B
CLASS="function"
>fbsql_fetch_row()</B
></A
>,
     <A
HREF="function.fbsql-field-flags.html"
><B
CLASS="function"
>fbsql_field_flags()</B
></A
>,
     <A
HREF="function.fbsql-field-name.html"
><B
CLASS="function"
>fbsql_field_name()</B
></A
>,
     <A
HREF="function.fbsql-field-len.html"
><B
CLASS="function"
>fbsql_field_len()</B
></A
>,
     <A
HREF="function.fbsql-field-seek.html"
><B
CLASS="function"
>fbsql_field_seek()</B
></A
>,
     <A
HREF="function.fbsql-field-table.html"
><B
CLASS="function"
>fbsql_field_table()</B
></A
>,
     <A
HREF="function.fbsql-field-type.html"
><B
CLASS="function"
>fbsql_field_type()</B
></A
>,
     <A
HREF="function.fbsql-next-result.html"
><B
CLASS="function"
>fbsql_next_result()</B
></A
>,
     <A
HREF="function.fbsql-num-fields.html"
><B
CLASS="function"
>fbsql_num_fields()</B
></A
>,
     <A
HREF="function.fbsql-num-rows.html"
><B
CLASS="function"
>fbsql_num_rows()</B
></A
>,
     <A
HREF="function.fbsql-result.html"
><B
CLASS="function"
>fbsql_result()</B
></A
>,
     <A
HREF="function.fbsql-num-rows.html"
><B
CLASS="function"
>fbsql_num_rows()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fbsql-free-result.html"
><B
CLASS="function"
>fbsql_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fbsql result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>fdf</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fdf-open.html"
><B
CLASS="function"
>fdf_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fdf-create.html"
><B
CLASS="function"
>fdf_create()</B
></A
>,
     <A
HREF="function.fdf-save.html"
><B
CLASS="function"
>fdf_save()</B
></A
>,
     <A
HREF="function.fdf-get-value.html"
><B
CLASS="function"
>fdf_get_value()</B
></A
>,
     <A
HREF="function.fdf-set-value.html"
><B
CLASS="function"
>fdf_set_value()</B
></A
>,
     <A
HREF="function.fdf-next-field-name.html"
><B
CLASS="function"
>fdf_next_field_name()</B
></A
>,
     <A
HREF="function.fdf-set-ap.html"
><B
CLASS="function"
>fdf_set_ap()</B
></A
>,
     <A
HREF="function.fdf-set-status.html"
><B
CLASS="function"
>fdf_set_status()</B
></A
>,
     <A
HREF="function.fdf-get-status.html"
><B
CLASS="function"
>fdf_get_status()</B
></A
>,
     <A
HREF="function.fdf-set-file.html"
><B
CLASS="function"
>fdf_set_file()</B
></A
>,
     <A
HREF="function.fdf-get-file.html"
><B
CLASS="function"
>fdf_get_file()</B
></A
>,
     <A
HREF="function.fdf-set-flags.html"
><B
CLASS="function"
>fdf_set_flags()</B
></A
>,
     <A
HREF="function.fdf-set-opt.html"
><B
CLASS="function"
>fdf_set_opt()</B
></A
>,
     <A
HREF="function.fdf-set-submit-form-action.html"
><B
CLASS="function"
>fdf_set_submit_form_action()</B
></A
>,
     <A
HREF="function.fdf-set-javascript-action.html"
><B
CLASS="function"
>fdf_set_javascript_action()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fdf-close.html"
><B
CLASS="function"
>fdf_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>FDF File</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ftp</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ftp-connect.html"
><B
CLASS="function"
>ftp_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ftp-login.html"
><B
CLASS="function"
>ftp_login()</B
></A
>,
     <A
HREF="function.ftp-pwd.html"
><B
CLASS="function"
>ftp_pwd()</B
></A
>,
     <A
HREF="function.ftp-cdup.html"
><B
CLASS="function"
>ftp_cdup()</B
></A
>,
     <A
HREF="function.ftp-chdir.html"
><B
CLASS="function"
>ftp_chdir()</B
></A
>,
     <A
HREF="function.ftp-mkdir.html"
><B
CLASS="function"
>ftp_mkdir()</B
></A
>,
     <A
HREF="function.ftp-rmdir.html"
><B
CLASS="function"
>ftp_rmdir()</B
></A
>,
     <A
HREF="function.ftp-nlist.html"
><B
CLASS="function"
>ftp_nlist()</B
></A
>,
     <A
HREF="function.ftp-rawlist.html"
><B
CLASS="function"
>ftp_rawlist()</B
></A
>,
     <A
HREF="function.ftp-systype.html"
><B
CLASS="function"
>ftp_systype()</B
></A
>,
     <A
HREF="function.ftp-pasv.html"
><B
CLASS="function"
>ftp_pasv()</B
></A
>,
     <A
HREF="function.ftp-get.html"
><B
CLASS="function"
>ftp_get()</B
></A
>,
     <A
HREF="function.ftp-fget.html"
><B
CLASS="function"
>ftp_fget()</B
></A
>,
     <A
HREF="function.ftp-put.html"
><B
CLASS="function"
>ftp_put()</B
></A
>,
     <A
HREF="function.ftp-fput.html"
><B
CLASS="function"
>ftp_fput()</B
></A
>,
     <A
HREF="function.ftp-size.html"
><B
CLASS="function"
>ftp_size()</B
></A
>,
     <A
HREF="function.ftp-mdtm.html"
><B
CLASS="function"
>ftp_mdtm()</B
></A
>,
     <A
HREF="function.ftp-rename.html"
><B
CLASS="function"
>ftp_rename()</B
></A
>,
     <A
HREF="function.ftp-delete.html"
><B
CLASS="function"
>ftp_delete()</B
></A
>,
     <A
HREF="function.ftp-site.html"
><B
CLASS="function"
>ftp_site()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ftp-quit.html"
><B
CLASS="function"
>ftp_quit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>FTP stream</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>gd</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagecreate.html"
><B
CLASS="function"
>imagecreate()</B
></A
>,
     <A
HREF="function.imagecreatefromgif.html"
><B
CLASS="function"
>imagecreatefromgif()</B
></A
>,
     <A
HREF="function.imagecreatefromjpeg.html"
><B
CLASS="function"
>imagecreatefromjpeg()</B
></A
>,
     <A
HREF="function.imagecreatefrompng.html"
><B
CLASS="function"
>imagecreatefrompng()</B
></A
>,
     <A
HREF="function.imagecreatefromwbmp.html"
><B
CLASS="function"
>imagecreatefromwbmp()</B
></A
>,
     <A
HREF="function.imagecreatefromstring.html"
><B
CLASS="function"
>imagecreatefromstring()</B
></A
>,
     <A
HREF="function.imagecreatetruecolor.html"
><B
CLASS="function"
>imagecreatetruecolor()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagearc.html"
><B
CLASS="function"
>imagearc()</B
></A
>,
     <A
HREF="function.imagechar.html"
><B
CLASS="function"
>imagechar()</B
></A
>,
     <A
HREF="function.imagecharup.html"
><B
CLASS="function"
>imagecharup()</B
></A
>,
     <A
HREF="function.imagecolorallocate.html"
><B
CLASS="function"
>imagecolorallocate()</B
></A
>,
     <A
HREF="function.imagecolorat.html"
><B
CLASS="function"
>imagecolorat()</B
></A
>,
     <A
HREF="function.imagecolorclosest.html"
><B
CLASS="function"
>imagecolorclosest()</B
></A
>,
     <A
HREF="function.imagecolorexact.html"
><B
CLASS="function"
>imagecolorexact()</B
></A
>,
     <A
HREF="function.imagecolorresolve.html"
><B
CLASS="function"
>imagecolorresolve()</B
></A
>,
     <A
HREF="function.imagegammacorrect.html"
><B
CLASS="function"
>imagegammacorrect()</B
></A
>,
     <A
HREF="function.imagegammacorrect.html"
><B
CLASS="function"
>imagegammacorrect()</B
></A
>,
     <A
HREF="function.imagecolorset.html"
><B
CLASS="function"
>imagecolorset()</B
></A
>,
     <A
HREF="function.imagecolorsforindex.html"
><B
CLASS="function"
>imagecolorsforindex()</B
></A
>,
     <A
HREF="function.imagecolorstotal.html"
><B
CLASS="function"
>imagecolorstotal()</B
></A
>,
     <A
HREF="function.imagecolortransparent.html"
><B
CLASS="function"
>imagecolortransparent()</B
></A
>,
     <A
HREF="function.imagecopy.html"
><B
CLASS="function"
>imagecopy()</B
></A
>,
     <A
HREF="function.imagecopyresized.html"
><B
CLASS="function"
>imagecopyresized()</B
></A
>,
     <A
HREF="function.imagedashedline.html"
><B
CLASS="function"
>imagedashedline()</B
></A
>,
     <A
HREF="function.imagefill.html"
><B
CLASS="function"
>imagefill()</B
></A
>,
     <A
HREF="function.imagefilledpolygon.html"
><B
CLASS="function"
>imagefilledpolygon()</B
></A
>,
     <A
HREF="function.imagefilledrectangle.html"
><B
CLASS="function"
>imagefilledrectangle()</B
></A
>,
     <A
HREF="function.imagefilltoborder.html"
><B
CLASS="function"
>imagefilltoborder()</B
></A
>,
     <A
HREF="function.imagegif.html"
><B
CLASS="function"
>imagegif()</B
></A
>,
     <A
HREF="function.imagepng.html"
><B
CLASS="function"
>imagepng()</B
></A
>,
     <A
HREF="function.imagejpeg.html"
><B
CLASS="function"
>imagejpeg()</B
></A
>,
     <A
HREF="function.imagewbmp.html"
><B
CLASS="function"
>imagewbmp()</B
></A
>,
     <A
HREF="function.imageinterlace.html"
><B
CLASS="function"
>imageinterlace()</B
></A
>,
     <A
HREF="function.imageline.html"
><B
CLASS="function"
>imageline()</B
></A
>,
     <A
HREF="function.imagepolygon.html"
><B
CLASS="function"
>imagepolygon()</B
></A
>,
     <A
HREF="function.imagepstext.html"
><B
CLASS="function"
>imagepstext()</B
></A
>,
     <A
HREF="function.imagerectangle.html"
><B
CLASS="function"
>imagerectangle()</B
></A
>,
     <A
HREF="function.imagesetpixel.html"
><B
CLASS="function"
>imagesetpixel()</B
></A
>,
     <A
HREF="function.imagestring.html"
><B
CLASS="function"
>imagestring()</B
></A
>,
     <A
HREF="function.imagestringup.html"
><B
CLASS="function"
>imagestringup()</B
></A
>,
     <A
HREF="function.imagesx.html"
><B
CLASS="function"
>imagesx()</B
></A
>,
     <A
HREF="function.imagesy.html"
><B
CLASS="function"
>imagesy()</B
></A
>,
     <A
HREF="function.imagettftext.html"
><B
CLASS="function"
>imagettftext()</B
></A
>,
     <A
HREF="function.imagefilledarc.html"
><B
CLASS="function"
>imagefilledarc()</B
></A
>,
     <A
HREF="function.imageellipse.html"
><B
CLASS="function"
>imageellipse()</B
></A
>,
     <A
HREF="function.imagefilledellipse.html"
><B
CLASS="function"
>imagefilledellipse()</B
></A
>,
     <A
HREF="function.imagecolorclosestalpha.html"
><B
CLASS="function"
>imagecolorclosestalpha()</B
></A
>,
     <A
HREF="function.imagecolorexactalpha.html"
><B
CLASS="function"
>imagecolorexactalpha()</B
></A
>,
     <A
HREF="function.imagecolorresolvealpha.html"
><B
CLASS="function"
>imagecolorresolvealpha()</B
></A
>,
     <A
HREF="function.imagecopymerge.html"
><B
CLASS="function"
>imagecopymerge()</B
></A
>,
     <A
HREF="function.imagecopymergegray.html"
><B
CLASS="function"
>imagecopymergegray()</B
></A
>,
     <A
HREF="function.imagecopyresampled.html"
><B
CLASS="function"
>imagecopyresampled()</B
></A
>,
     <A
HREF="function.imagetruecolortopalette.html"
><B
CLASS="function"
>imagetruecolortopalette()</B
></A
>,
     <A
HREF="function.imagesetbrush.html"
><B
CLASS="function"
>imagesetbrush()</B
></A
>,
     <A
HREF="function.imagesettile.html"
><B
CLASS="function"
>imagesettile()</B
></A
>,
     <A
HREF="function.imagesetthickness.html"
><B
CLASS="function"
>imagesetthickness()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagedestroy.html"
><B
CLASS="function"
>imagedestroy()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>GD Image</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>gd font</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imageloadfont.html"
><B
CLASS="function"
>imageloadfont()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagechar.html"
><B
CLASS="function"
>imagechar()</B
></A
>,
     <A
HREF="function.imagecharup.html"
><B
CLASS="function"
>imagecharup()</B
></A
>,
     <A
HREF="function.imagefontheight.html"
><B
CLASS="function"
>imagefontheight()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Font for GD</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>gd PS encoding</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>gd PS font</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagepsloadfont.html"
><B
CLASS="function"
>imagepsloadfont()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagepstext.html"
><B
CLASS="function"
>imagepstext()</B
></A
>,
     <A
HREF="function.imagepsslantfont.html"
><B
CLASS="function"
>imagepsslantfont()</B
></A
>,
     <A
HREF="function.imagepsextendfont.html"
><B
CLASS="function"
>imagepsextendfont()</B
></A
>,
     <A
HREF="function.imagepsencodefont.html"
><B
CLASS="function"
>imagepsencodefont()</B
></A
>,
     <A
HREF="function.imagepsbbox.html"
><B
CLASS="function"
>imagepsbbox()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imagepsfreefont.html"
><B
CLASS="function"
>imagepsfreefont()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>PS font for GD</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>GMP integer</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.gmp-init.html"
><B
CLASS="function"
>gmp_init()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.gmp-intval.html"
><B
CLASS="function"
>gmp_intval()</B
></A
>,
     <A
HREF="function.gmp-strval.html"
><B
CLASS="function"
>gmp_strval()</B
></A
>,
     <A
HREF="function.gmp-add.html"
><B
CLASS="function"
>gmp_add()</B
></A
>,
     <A
HREF="function.gmp-sub.html"
><B
CLASS="function"
>gmp_sub()</B
></A
>,
     <A
HREF="function.gmp-mul.html"
><B
CLASS="function"
>gmp_mul()</B
></A
>,
     <A
HREF="function.gmp-div-q.html"
><B
CLASS="function"
>gmp_div_q()</B
></A
>,
     <A
HREF="function.gmp-div-r.html"
><B
CLASS="function"
>gmp_div_r()</B
></A
>,
     <A
HREF="function.gmp-div-qr.html"
><B
CLASS="function"
>gmp_div_qr()</B
></A
>,
     <A
HREF="function.gmp-div.html"
><B
CLASS="function"
>gmp_div()</B
></A
>,
     <A
HREF="function.gmp-mod.html"
><B
CLASS="function"
>gmp_mod()</B
></A
>,
     <A
HREF="function.gmp-divexact.html"
><B
CLASS="function"
>gmp_divexact()</B
></A
>,
     <A
HREF="function.gmp-cmp.html"
><B
CLASS="function"
>gmp_cmp()</B
></A
>,
     <A
HREF="function.gmp-neg.html"
><B
CLASS="function"
>gmp_neg()</B
></A
>,
     <A
HREF="function.gmp-abs.html"
><B
CLASS="function"
>gmp_abs()</B
></A
>,
     <A
HREF="function.gmp-sign.html"
><B
CLASS="function"
>gmp_sign()</B
></A
>,
     <A
HREF="function.gmp-fact.html"
><B
CLASS="function"
>gmp_fact()</B
></A
>,
     <A
HREF="function.gmp-sqrt.html"
><B
CLASS="function"
>gmp_sqrt()</B
></A
>,
     <A
HREF="function.gmp-sqrtrm.html"
><B
CLASS="function"
>gmp_sqrtrm()</B
></A
>,
     <A
HREF="function.gmp-perfect-square.html"
><B
CLASS="function"
>gmp_perfect_square()</B
></A
>,
     <A
HREF="function.gmp-pow.html"
><B
CLASS="function"
>gmp_pow()</B
></A
>,
     <A
HREF="function.gmp-powm.html"
><B
CLASS="function"
>gmp_powm()</B
></A
>,
     <A
HREF="function.gmp-prob-prime.html"
><B
CLASS="function"
>gmp_prob_prime()</B
></A
>,
     <A
HREF="function.gmp-gcd.html"
><B
CLASS="function"
>gmp_gcd()</B
></A
>,
     <A
HREF="function.gmp-gcdext.html"
><B
CLASS="function"
>gmp_gcdext()</B
></A
>,
     <A
HREF="function.gmp-invert.html"
><B
CLASS="function"
>gmp_invert()</B
></A
>,
     <A
HREF="function.gmp-legendre.html"
><B
CLASS="function"
>gmp_legendre()</B
></A
>,
     <A
HREF="function.gmp-jacobi.html"
><B
CLASS="function"
>gmp_jacobi()</B
></A
>,
     <A
HREF="function.gmp-random.html"
><B
CLASS="function"
>gmp_random()</B
></A
>,
     <A
HREF="function.gmp-and.html"
><B
CLASS="function"
>gmp_and()</B
></A
>,
     <A
HREF="function.gmp-or.html"
><B
CLASS="function"
>gmp_or()</B
></A
>,
     <A
HREF="function.gmp-xor.html"
><B
CLASS="function"
>gmp_xor()</B
></A
>,
     <A
HREF="function.gmp-setbit.html"
><B
CLASS="function"
>gmp_setbit()</B
></A
>,
     <A
HREF="function.gmp-clrbit.html"
><B
CLASS="function"
>gmp_clrbit()</B
></A
>,
     <A
HREF="function.gmp-scan0.html"
><B
CLASS="function"
>gmp_scan0()</B
></A
>,
     <A
HREF="function.gmp-scan1.html"
><B
CLASS="function"
>gmp_scan1()</B
></A
>,
     <A
HREF="function.gmp-popcount.html"
><B
CLASS="function"
>gmp_popcount()</B
></A
>,
     <A
HREF="function.gmp-hamdist.html"
><B
CLASS="function"
>gmp_hamdist()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>GMP Number</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>hyperwave document</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-cp.html"
><B
CLASS="function"
>hw_cp()</B
></A
>,
     <A
HREF="function.hw-docbyanchor.html"
><B
CLASS="function"
>hw_docbyanchor()</B
></A
>,
     <A
HREF="function.hw-getremote.html"
><B
CLASS="function"
>hw_getremote()</B
></A
>,
     <A
HREF="function.hw-getremotechildren.html"
><B
CLASS="function"
>hw_getremotechildren()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-children.html"
><B
CLASS="function"
>hw_children()</B
></A
>,
     <A
HREF="function.hw-childrenobj.html"
><B
CLASS="function"
>hw_childrenobj()</B
></A
>,
     <A
HREF="function.hw-getparents.html"
><B
CLASS="function"
>hw_getparents()</B
></A
>,
     <A
HREF="function.hw-getparentsobj.html"
><B
CLASS="function"
>hw_getparentsobj()</B
></A
>,
     <A
HREF="function.hw-getchildcoll.html"
><B
CLASS="function"
>hw_getchildcoll()</B
></A
>,
     <A
HREF="function.hw-getchildcollobj.html"
><B
CLASS="function"
>hw_getchildcollobj()</B
></A
>,
     <A
HREF="function.hw-getremote.html"
><B
CLASS="function"
>hw_getremote()</B
></A
>,
     <A
HREF="function.hw-getsrcbydestobj.html"
><B
CLASS="function"
>hw_getsrcbydestobj()</B
></A
>,
     <A
HREF="function.hw-getandlock.html"
><B
CLASS="function"
>hw_getandlock()</B
></A
>,
     <A
HREF="function.hw-gettext.html"
><B
CLASS="function"
>hw_gettext()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycoll.html"
><B
CLASS="function"
>hw_getobjectbyquerycoll()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycollobj.html"
><B
CLASS="function"
>hw_getobjectbyquerycollobj()</B
></A
>,
     <A
HREF="function.hw-getchilddoccoll.html"
><B
CLASS="function"
>hw_getchilddoccoll()</B
></A
>,
     <A
HREF="function.hw-getchilddoccollobj.html"
><B
CLASS="function"
>hw_getchilddoccollobj()</B
></A
>,
     <A
HREF="function.hw-getanchors.html"
><B
CLASS="function"
>hw_getanchors()</B
></A
>,
     <A
HREF="function.hw-getanchorsobj.html"
><B
CLASS="function"
>hw_getanchorsobj()</B
></A
>,
     <A
HREF="function.hw-inscoll.html"
><B
CLASS="function"
>hw_inscoll()</B
></A
>,
     <A
HREF="function.hw-pipedocument.html"
><B
CLASS="function"
>hw_pipedocument()</B
></A
>,
     <A
HREF="function.hw-unlock.html"
><B
CLASS="function"
>hw_unlock()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-deleteobject.html"
><B
CLASS="function"
>hw_deleteobject()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Hyperwave object</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>hyperwave link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-connect.html"
><B
CLASS="function"
>hw_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-children.html"
><B
CLASS="function"
>hw_children()</B
></A
>,
     <A
HREF="function.hw-childrenobj.html"
><B
CLASS="function"
>hw_childrenobj()</B
></A
>,
     <A
HREF="function.hw-cp.html"
><B
CLASS="function"
>hw_cp()</B
></A
>,
     <A
HREF="function.hw-deleteobject.html"
><B
CLASS="function"
>hw_deleteobject()</B
></A
>,
     <A
HREF="function.hw-docbyanchor.html"
><B
CLASS="function"
>hw_docbyanchor()</B
></A
>,
     <A
HREF="function.hw-docbyanchorobj.html"
><B
CLASS="function"
>hw_docbyanchorobj()</B
></A
>,
     <A
HREF="function.hw-errormsg.html"
><B
CLASS="function"
>hw_errormsg()</B
></A
>,
     <A
HREF="function.hw-edittext.html"
><B
CLASS="function"
>hw_edittext()</B
></A
>,
     <A
HREF="function.hw-error.html"
><B
CLASS="function"
>hw_error()</B
></A
>,
     <A
HREF="function.hw-getparents.html"
><B
CLASS="function"
>hw_getparents()</B
></A
>,
     <A
HREF="function.hw-getparentsobj.html"
><B
CLASS="function"
>hw_getparentsobj()</B
></A
>,
     <A
HREF="function.hw-getchildcoll.html"
><B
CLASS="function"
>hw_getchildcoll()</B
></A
>,
     <A
HREF="function.hw-getchildcollobj.html"
><B
CLASS="function"
>hw_getchildcollobj()</B
></A
>,
     <A
HREF="function.hw-getremote.html"
><B
CLASS="function"
>hw_getremote()</B
></A
>,
     <A
HREF="function.hw-getremotechildren.html"
><B
CLASS="function"
>hw_getremotechildren()</B
></A
>,
     <A
HREF="function.hw-getsrcbydestobj.html"
><B
CLASS="function"
>hw_getsrcbydestobj()</B
></A
>,
     <A
HREF="function.hw-getobject.html"
><B
CLASS="function"
>hw_getobject()</B
></A
>,
     <A
HREF="function.hw-getandlock.html"
><B
CLASS="function"
>hw_getandlock()</B
></A
>,
     <A
HREF="function.hw-gettext.html"
><B
CLASS="function"
>hw_gettext()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquery.html"
><B
CLASS="function"
>hw_getobjectbyquery()</B
></A
>,
     <A
HREF="function.hw-getobjectbyqueryobj.html"
><B
CLASS="function"
>hw_getobjectbyqueryobj()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycoll.html"
><B
CLASS="function"
>hw_getobjectbyquerycoll()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycollobj.html"
><B
CLASS="function"
>hw_getobjectbyquerycollobj()</B
></A
>,
     <A
HREF="function.hw-getchilddoccoll.html"
><B
CLASS="function"
>hw_getchilddoccoll()</B
></A
>,
     <A
HREF="function.hw-getchilddoccollobj.html"
><B
CLASS="function"
>hw_getchilddoccollobj()</B
></A
>,
     <A
HREF="function.hw-getanchors.html"
><B
CLASS="function"
>hw_getanchors()</B
></A
>,
     <A
HREF="function.hw-getanchorsobj.html"
><B
CLASS="function"
>hw_getanchorsobj()</B
></A
>,
     <A
HREF="function.hw-mv.html"
><B
CLASS="function"
>hw_mv()</B
></A
>,
     <A
HREF="function.hw-incollections.html"
><B
CLASS="function"
>hw_incollections()</B
></A
>,
     <A
HREF="function.hw-info.html"
><B
CLASS="function"
>hw_info()</B
></A
>,
     <A
HREF="function.hw-inscoll.html"
><B
CLASS="function"
>hw_inscoll()</B
></A
>,
     <A
HREF="function.hw-insdoc.html"
><B
CLASS="function"
>hw_insdoc()</B
></A
>,
     <A
HREF="function.hw-insertdocument.html"
><B
CLASS="function"
>hw_insertdocument()</B
></A
>,
     <A
HREF="function.hw-insertobject.html"
><B
CLASS="function"
>hw_insertobject()</B
></A
>,
     <A
HREF="function.hw-mapid.html"
><B
CLASS="function"
>hw_mapid()</B
></A
>,
     <A
HREF="function.hw-modifyobject.html"
><B
CLASS="function"
>hw_modifyobject()</B
></A
>,
     <A
HREF="function.hw-pipedocument.html"
><B
CLASS="function"
>hw_pipedocument()</B
></A
>,
     <A
HREF="function.hw-unlock.html"
><B
CLASS="function"
>hw_unlock()</B
></A
>,
     <A
HREF="function.hw-who.html"
><B
CLASS="function"
>hw_who()</B
></A
>,
     <A
HREF="function.hw-getusername.html"
><B
CLASS="function"
>hw_getusername()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-close.html"
><B
CLASS="function"
>hw_close()</B
></A
>,
     <A
HREF="function.hw-free-document.html"
><B
CLASS="function"
>hw_free_document()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Hyperwave server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>hyperwave link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-pconnect.html"
><B
CLASS="function"
>hw_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.hw-children.html"
><B
CLASS="function"
>hw_children()</B
></A
>,
     <A
HREF="function.hw-childrenobj.html"
><B
CLASS="function"
>hw_childrenobj()</B
></A
>,
     <A
HREF="function.hw-cp.html"
><B
CLASS="function"
>hw_cp()</B
></A
>,
     <A
HREF="function.hw-deleteobject.html"
><B
CLASS="function"
>hw_deleteobject()</B
></A
>,
     <A
HREF="function.hw-docbyanchor.html"
><B
CLASS="function"
>hw_docbyanchor()</B
></A
>,
     <A
HREF="function.hw-docbyanchorobj.html"
><B
CLASS="function"
>hw_docbyanchorobj()</B
></A
>,
     <A
HREF="function.hw-errormsg.html"
><B
CLASS="function"
>hw_errormsg()</B
></A
>,
     <A
HREF="function.hw-edittext.html"
><B
CLASS="function"
>hw_edittext()</B
></A
>,
     <A
HREF="function.hw-error.html"
><B
CLASS="function"
>hw_error()</B
></A
>,
     <A
HREF="function.hw-getparents.html"
><B
CLASS="function"
>hw_getparents()</B
></A
>,
     <A
HREF="function.hw-getparentsobj.html"
><B
CLASS="function"
>hw_getparentsobj()</B
></A
>,
     <A
HREF="function.hw-getchildcoll.html"
><B
CLASS="function"
>hw_getchildcoll()</B
></A
>,
     <A
HREF="function.hw-getchildcollobj.html"
><B
CLASS="function"
>hw_getchildcollobj()</B
></A
>,
     <A
HREF="function.hw-getremote.html"
><B
CLASS="function"
>hw_getremote()</B
></A
>,
     <A
HREF="function.hw-getremotechildren.html"
><B
CLASS="function"
>hw_getremotechildren()</B
></A
>,
     <A
HREF="function.hw-getsrcbydestobj.html"
><B
CLASS="function"
>hw_getsrcbydestobj()</B
></A
>,
     <A
HREF="function.hw-getobject.html"
><B
CLASS="function"
>hw_getobject()</B
></A
>,
     <A
HREF="function.hw-getandlock.html"
><B
CLASS="function"
>hw_getandlock()</B
></A
>,
     <A
HREF="function.hw-gettext.html"
><B
CLASS="function"
>hw_gettext()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquery.html"
><B
CLASS="function"
>hw_getobjectbyquery()</B
></A
>,
     <A
HREF="function.hw-getobjectbyqueryobj.html"
><B
CLASS="function"
>hw_getobjectbyqueryobj()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycoll.html"
><B
CLASS="function"
>hw_getobjectbyquerycoll()</B
></A
>,
     <A
HREF="function.hw-getobjectbyquerycollobj.html"
><B
CLASS="function"
>hw_getobjectbyquerycollobj()</B
></A
>,
     <A
HREF="function.hw-getchilddoccoll.html"
><B
CLASS="function"
>hw_getchilddoccoll()</B
></A
>,
     <A
HREF="function.hw-getchilddoccollobj.html"
><B
CLASS="function"
>hw_getchilddoccollobj()</B
></A
>,
     <A
HREF="function.hw-getanchors.html"
><B
CLASS="function"
>hw_getanchors()</B
></A
>,
     <A
HREF="function.hw-getanchorsobj.html"
><B
CLASS="function"
>hw_getanchorsobj()</B
></A
>,
     <A
HREF="function.hw-mv.html"
><B
CLASS="function"
>hw_mv()</B
></A
>,
     <A
HREF="function.hw-incollections.html"
><B
CLASS="function"
>hw_incollections()</B
></A
>,
     <A
HREF="function.hw-info.html"
><B
CLASS="function"
>hw_info()</B
></A
>,
     <A
HREF="function.hw-inscoll.html"
><B
CLASS="function"
>hw_inscoll()</B
></A
>,
     <A
HREF="function.hw-insdoc.html"
><B
CLASS="function"
>hw_insdoc()</B
></A
>,
     <A
HREF="function.hw-insertdocument.html"
><B
CLASS="function"
>hw_insertdocument()</B
></A
>,
     <A
HREF="function.hw-insertobject.html"
><B
CLASS="function"
>hw_insertobject()</B
></A
>,
     <A
HREF="function.hw-mapid.html"
><B
CLASS="function"
>hw_mapid()</B
></A
>,
     <A
HREF="function.hw-modifyobject.html"
><B
CLASS="function"
>hw_modifyobject()</B
></A
>,
     <A
HREF="function.hw-pipedocument.html"
><B
CLASS="function"
>hw_pipedocument()</B
></A
>,
     <A
HREF="function.hw-unlock.html"
><B
CLASS="function"
>hw_unlock()</B
></A
>,
     <A
HREF="function.hw-who.html"
><B
CLASS="function"
>hw_who()</B
></A
>,
     <A
HREF="function.hw-getusername.html"
><B
CLASS="function"
>hw_getusername()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to Hyperwave server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>icap</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>icap_open()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>icap_fetch_event()</B
>,
     <B
CLASS="function"
>icap_list_events()</B
>,
     <B
CLASS="function"
>icap_store_event()</B
>,
     <B
CLASS="function"
>icap_snooze()</B
>,
     <B
CLASS="function"
>icap_list_alarms()</B
>,
     <B
CLASS="function"
>icap_delete_event()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>icap_close()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to icap server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>imap</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imap-open.html"
><B
CLASS="function"
>imap_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imap-append.html"
><B
CLASS="function"
>imap_append()</B
></A
>,
     <A
HREF="function.imap-body.html"
><B
CLASS="function"
>imap_body()</B
></A
>,
     <A
HREF="function.imap-check.html"
><B
CLASS="function"
>imap_check()</B
></A
>,
     <A
HREF="function.imap-createmailbox.html"
><B
CLASS="function"
>imap_createmailbox()</B
></A
>,
     <A
HREF="function.imap-delete.html"
><B
CLASS="function"
>imap_delete()</B
></A
>,
     <A
HREF="function.imap-deletemailbox.html"
><B
CLASS="function"
>imap_deletemailbox()</B
></A
>,
     <A
HREF="function.imap-expunge.html"
><B
CLASS="function"
>imap_expunge()</B
></A
>,
     <A
HREF="function.imap-fetchbody.html"
><B
CLASS="function"
>imap_fetchbody()</B
></A
>,
     <A
HREF="function.imap-fetchstructure.html"
><B
CLASS="function"
>imap_fetchstructure()</B
></A
>,
     <A
HREF="function.imap-headerinfo.html"
><B
CLASS="function"
>imap_headerinfo()</B
></A
>,
     <A
HREF="function.imap-header.html"
><B
CLASS="function"
>imap_header()</B
></A
>,
     <A
HREF="function.imap-headers.html"
><B
CLASS="function"
>imap_headers()</B
></A
>,
     <A
HREF="function.imap-listmailbox.html"
><B
CLASS="function"
>imap_listmailbox()</B
></A
>,
     <A
HREF="function.imap-getmailboxes.html"
><B
CLASS="function"
>imap_getmailboxes()</B
></A
>,
     <A
HREF="function.imap-get-quota.html"
><B
CLASS="function"
>imap_get_quota()</B
></A
>,
     <A
HREF="function.imap-status.html"
><B
CLASS="function"
>imap_status()</B
></A
>,
     <A
HREF="function.imap-listsubscribed.html"
><B
CLASS="function"
>imap_listsubscribed()</B
></A
>,
     <A
HREF="function.imap-set-quota.html"
><B
CLASS="function"
>imap_set_quota()</B
></A
>,
     <A
HREF="function.imap-set-quota.html"
><B
CLASS="function"
>imap_set_quota()</B
></A
>,
     <A
HREF="function.imap-getsubscribed.html"
><B
CLASS="function"
>imap_getsubscribed()</B
></A
>,
     <A
HREF="function.imap-mail-copy.html"
><B
CLASS="function"
>imap_mail_copy()</B
></A
>,
     <A
HREF="function.imap-mail-move.html"
><B
CLASS="function"
>imap_mail_move()</B
></A
>,
     <A
HREF="function.imap-num-msg.html"
><B
CLASS="function"
>imap_num_msg()</B
></A
>,
     <A
HREF="function.imap-num-recent.html"
><B
CLASS="function"
>imap_num_recent()</B
></A
>,
     <A
HREF="function.imap-ping.html"
><B
CLASS="function"
>imap_ping()</B
></A
>,
     <A
HREF="function.imap-renamemailbox.html"
><B
CLASS="function"
>imap_renamemailbox()</B
></A
>,
     <A
HREF="function.imap-reopen.html"
><B
CLASS="function"
>imap_reopen()</B
></A
>,
     <A
HREF="function.imap-subscribe.html"
><B
CLASS="function"
>imap_subscribe()</B
></A
>,
     <A
HREF="function.imap-undelete.html"
><B
CLASS="function"
>imap_undelete()</B
></A
>,
     <A
HREF="function.imap-unsubscribe.html"
><B
CLASS="function"
>imap_unsubscribe()</B
></A
>,
     <A
HREF="function.imap-scanmailbox.html"
><B
CLASS="function"
>imap_scanmailbox()</B
></A
>,
     <A
HREF="function.imap-mailboxmsginfo.html"
><B
CLASS="function"
>imap_mailboxmsginfo()</B
></A
>,
     <A
HREF="function.imap-fetchheader.html"
><B
CLASS="function"
>imap_fetchheader()</B
></A
>,
     <A
HREF="function.imap-uid.html"
><B
CLASS="function"
>imap_uid()</B
></A
>,
     <A
HREF="function.imap-msgno.html"
><B
CLASS="function"
>imap_msgno()</B
></A
>,
     <A
HREF="function.imap-search.html"
><B
CLASS="function"
>imap_search()</B
></A
>,
     <A
HREF="function.imap-fetch-overview.html"
><B
CLASS="function"
>imap_fetch_overview()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.imap-close.html"
><B
CLASS="function"
>imap_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to IMAP, POP3 server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>imap chain persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>imap persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ingres</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ingres-connect.html"
><B
CLASS="function"
>ingres_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ingres-query.html"
><B
CLASS="function"
>ingres_query()</B
></A
>,
     <A
HREF="function.ingres-num-rows.html"
><B
CLASS="function"
>ingres_num_rows()</B
></A
>,
     <A
HREF="function.ingres-num-fields.html"
><B
CLASS="function"
>ingres_num_fields()</B
></A
>,
     <A
HREF="function.ingres-field-name.html"
><B
CLASS="function"
>ingres_field_name()</B
></A
>,
     <A
HREF="function.ingres-field-type.html"
><B
CLASS="function"
>ingres_field_type()</B
></A
>,
     <A
HREF="function.ingres-field-nullable.html"
><B
CLASS="function"
>ingres_field_nullable()</B
></A
>,
     <A
HREF="function.ingres-field-length.html"
><B
CLASS="function"
>ingres_field_length()</B
></A
>,
     <A
HREF="function.ingres-field-precision.html"
><B
CLASS="function"
>ingres_field_precision()</B
></A
>,
     <A
HREF="function.ingres-field-scale.html"
><B
CLASS="function"
>ingres_field_scale()</B
></A
>,
     <A
HREF="function.ingres-fetch-array.html"
><B
CLASS="function"
>ingres_fetch_array()</B
></A
>,
     <A
HREF="function.ingres-fetch-row.html"
><B
CLASS="function"
>ingres_fetch_row()</B
></A
>,
     <A
HREF="function.ingres-fetch-object.html"
><B
CLASS="function"
>ingres_fetch_object()</B
></A
>,
     <A
HREF="function.ingres-rollback.html"
><B
CLASS="function"
>ingres_rollback()</B
></A
>,
     <A
HREF="function.ingres-commit.html"
><B
CLASS="function"
>ingres_commit()</B
></A
>,
     <A
HREF="function.ingres-autocommit.html"
><B
CLASS="function"
>ingres_autocommit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ingres-close.html"
><B
CLASS="function"
>ingres_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to ingresII base</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ingres persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ingres-pconnect.html"
><B
CLASS="function"
>ingres_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ingres-query.html"
><B
CLASS="function"
>ingres_query()</B
></A
>,
     <A
HREF="function.ingres-num-rows.html"
><B
CLASS="function"
>ingres_num_rows()</B
></A
>,
     <A
HREF="function.ingres-num-fields.html"
><B
CLASS="function"
>ingres_num_fields()</B
></A
>,
     <A
HREF="function.ingres-field-name.html"
><B
CLASS="function"
>ingres_field_name()</B
></A
>,
     <A
HREF="function.ingres-field-type.html"
><B
CLASS="function"
>ingres_field_type()</B
></A
>,
     <A
HREF="function.ingres-field-nullable.html"
><B
CLASS="function"
>ingres_field_nullable()</B
></A
>,
     <A
HREF="function.ingres-field-length.html"
><B
CLASS="function"
>ingres_field_length()</B
></A
>,
     <A
HREF="function.ingres-field-precision.html"
><B
CLASS="function"
>ingres_field_precision()</B
></A
>,
     <A
HREF="function.ingres-field-scale.html"
><B
CLASS="function"
>ingres_field_scale()</B
></A
>,
     <A
HREF="function.ingres-fetch-array.html"
><B
CLASS="function"
>ingres_fetch_array()</B
></A
>,
     <A
HREF="function.ingres-fetch-row.html"
><B
CLASS="function"
>ingres_fetch_row()</B
></A
>,
     <A
HREF="function.ingres-fetch-object.html"
><B
CLASS="function"
>ingres_fetch_object()</B
></A
>,
     <A
HREF="function.ingres-rollback.html"
><B
CLASS="function"
>ingres_rollback()</B
></A
>,
     <A
HREF="function.ingres-commit.html"
><B
CLASS="function"
>ingres_commit()</B
></A
>,
     <A
HREF="function.ingres-autocommit.html"
><B
CLASS="function"
>ingres_autocommit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to ingresII base</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase blob</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-connect.html"
><B
CLASS="function"
>ibase_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-query.html"
><B
CLASS="function"
>ibase_query()</B
></A
>,
     <A
HREF="function.ibase-prepare.html"
><B
CLASS="function"
>ibase_prepare()</B
></A
>,
     <A
HREF="function.ibase-trans.html"
><B
CLASS="function"
>ibase_trans()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-close.html"
><B
CLASS="function"
>ibase_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Interbase database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-pconnect.html"
><B
CLASS="function"
>ibase_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-query.html"
><B
CLASS="function"
>ibase_query()</B
></A
>,
     <A
HREF="function.ibase-prepare.html"
><B
CLASS="function"
>ibase_prepare()</B
></A
>,
     <A
HREF="function.ibase-trans.html"
><B
CLASS="function"
>ibase_trans()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to Interbase database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase query</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-prepare.html"
><B
CLASS="function"
>ibase_prepare()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-execute.html"
><B
CLASS="function"
>ibase_execute()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-free-query.html"
><B
CLASS="function"
>ibase_free_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Interbase query</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-query.html"
><B
CLASS="function"
>ibase_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-fetch-row.html"
><B
CLASS="function"
>ibase_fetch_row()</B
></A
>,
     <A
HREF="function.ibase-fetch-object.html"
><B
CLASS="function"
>ibase_fetch_object()</B
></A
>,
     <A
HREF="function.ibase-field-info.html"
><B
CLASS="function"
>ibase_field_info()</B
></A
>,
     <A
HREF="function.ibase-num-fields.html"
><B
CLASS="function"
>ibase_num_fields()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-free-result.html"
><B
CLASS="function"
>ibase_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Interbase Result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>interbase transaction</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-trans.html"
><B
CLASS="function"
>ibase_trans()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-commit.html"
><B
CLASS="function"
>ibase_commit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ibase-rollback.html"
><B
CLASS="function"
>ibase_rollback()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Interbase transaction</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>java</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ldap link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-connect.html"
><B
CLASS="function"
>ldap_connect()</B
></A
>,
     <A
HREF="function.ldap-search.html"
><B
CLASS="function"
>ldap_search()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-count-entries.html"
><B
CLASS="function"
>ldap_count_entries()</B
></A
>,
     <A
HREF="function.ldap-first-attribute.html"
><B
CLASS="function"
>ldap_first_attribute()</B
></A
>,
     <A
HREF="function.ldap-first-entry.html"
><B
CLASS="function"
>ldap_first_entry()</B
></A
>,
     <A
HREF="function.ldap-get-attributes.html"
><B
CLASS="function"
>ldap_get_attributes()</B
></A
>,
     <A
HREF="function.ldap-get-dn.html"
><B
CLASS="function"
>ldap_get_dn()</B
></A
>,
     <A
HREF="function.ldap-get-entries.html"
><B
CLASS="function"
>ldap_get_entries()</B
></A
>,
     <A
HREF="function.ldap-get-values.html"
><B
CLASS="function"
>ldap_get_values()</B
></A
>,
     <A
HREF="function.ldap-get-values-len.html"
><B
CLASS="function"
>ldap_get_values_len()</B
></A
>,
     <A
HREF="function.ldap-next-attribute.html"
><B
CLASS="function"
>ldap_next_attribute()</B
></A
>,
     <A
HREF="function.ldap-next-entry.html"
><B
CLASS="function"
>ldap_next_entry()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-close.html"
><B
CLASS="function"
>ldap_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ldap connection</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ldap result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-read.html"
><B
CLASS="function"
>ldap_read()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-add.html"
><B
CLASS="function"
>ldap_add()</B
></A
>,
     <A
HREF="function.ldap-compare.html"
><B
CLASS="function"
>ldap_compare()</B
></A
>,
     <A
HREF="function.ldap-bind.html"
><B
CLASS="function"
>ldap_bind()</B
></A
>,
     <A
HREF="function.ldap-count-entries.html"
><B
CLASS="function"
>ldap_count_entries()</B
></A
>,
     <A
HREF="function.ldap-delete.html"
><B
CLASS="function"
>ldap_delete()</B
></A
>,
     <A
HREF="function.ldap-errno.html"
><B
CLASS="function"
>ldap_errno()</B
></A
>,
     <A
HREF="function.ldap-error.html"
><B
CLASS="function"
>ldap_error()</B
></A
>,
     <A
HREF="function.ldap-first-attribute.html"
><B
CLASS="function"
>ldap_first_attribute()</B
></A
>,
     <A
HREF="function.ldap-first-entry.html"
><B
CLASS="function"
>ldap_first_entry()</B
></A
>,
     <A
HREF="function.ldap-get-attributes.html"
><B
CLASS="function"
>ldap_get_attributes()</B
></A
>,
     <A
HREF="function.ldap-get-dn.html"
><B
CLASS="function"
>ldap_get_dn()</B
></A
>,
     <A
HREF="function.ldap-get-entries.html"
><B
CLASS="function"
>ldap_get_entries()</B
></A
>,
     <A
HREF="function.ldap-get-values.html"
><B
CLASS="function"
>ldap_get_values()</B
></A
>,
     <A
HREF="function.ldap-get-values-len.html"
><B
CLASS="function"
>ldap_get_values_len()</B
></A
>,
     <A
HREF="function.ldap-get-option.html"
><B
CLASS="function"
>ldap_get_option()</B
></A
>,
     <A
HREF="function.ldap-list.html"
><B
CLASS="function"
>ldap_list()</B
></A
>,
     <A
HREF="function.ldap-modify.html"
><B
CLASS="function"
>ldap_modify()</B
></A
>,
     <A
HREF="function.ldap-mod-add.html"
><B
CLASS="function"
>ldap_mod_add()</B
></A
>,
     <A
HREF="function.ldap-mod-replace.html"
><B
CLASS="function"
>ldap_mod_replace()</B
></A
>,
     <A
HREF="function.ldap-next-attribute.html"
><B
CLASS="function"
>ldap_next_attribute()</B
></A
>,
     <A
HREF="function.ldap-next-entry.html"
><B
CLASS="function"
>ldap_next_entry()</B
></A
>,
     <A
HREF="function.ldap-mod-del.html"
><B
CLASS="function"
>ldap_mod_del()</B
></A
>,
     <A
HREF="function.ldap-set-option.html"
><B
CLASS="function"
>ldap_set_option()</B
></A
>,
     <A
HREF="function.ldap-unbind.html"
><B
CLASS="function"
>ldap_unbind()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ldap-free-result.html"
><B
CLASS="function"
>ldap_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ldap search result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ldap result entry</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mcal</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mcal-open.html"
><B
CLASS="function"
>mcal_open()</B
></A
>,
     <A
HREF="function.mcal-popen.html"
><B
CLASS="function"
>mcal_popen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mcal-create-calendar.html"
><B
CLASS="function"
>mcal_create_calendar()</B
></A
>,
     <A
HREF="function.mcal-rename-calendar.html"
><B
CLASS="function"
>mcal_rename_calendar()</B
></A
>,
     <A
HREF="function.mcal-rename-calendar.html"
><B
CLASS="function"
>mcal_rename_calendar()</B
></A
>,
     <A
HREF="function.mcal-delete-calendar.html"
><B
CLASS="function"
>mcal_delete_calendar()</B
></A
>,
     <A
HREF="function.mcal-fetch-event.html"
><B
CLASS="function"
>mcal_fetch_event()</B
></A
>,
     <A
HREF="function.mcal-list-events.html"
><B
CLASS="function"
>mcal_list_events()</B
></A
>,
     <A
HREF="function.mcal-append-event.html"
><B
CLASS="function"
>mcal_append_event()</B
></A
>,
     <A
HREF="function.mcal-store-event.html"
><B
CLASS="function"
>mcal_store_event()</B
></A
>,
     <A
HREF="function.mcal-delete-event.html"
><B
CLASS="function"
>mcal_delete_event()</B
></A
>,
     <A
HREF="function.mcal-list-alarms.html"
><B
CLASS="function"
>mcal_list_alarms()</B
></A
>,
     <A
HREF="function.mcal-event-init.html"
><B
CLASS="function"
>mcal_event_init()</B
></A
>,
     <A
HREF="function.mcal-event-set-category.html"
><B
CLASS="function"
>mcal_event_set_category()</B
></A
>,
     <A
HREF="function.mcal-event-set-title.html"
><B
CLASS="function"
>mcal_event_set_title()</B
></A
>,
     <A
HREF="function.mcal-event-set-description.html"
><B
CLASS="function"
>mcal_event_set_description()</B
></A
>,
     <A
HREF="function.mcal-event-set-start.html"
><B
CLASS="function"
>mcal_event_set_start()</B
></A
>,
     <A
HREF="function.mcal-event-set-end.html"
><B
CLASS="function"
>mcal_event_set_end()</B
></A
>,
     <A
HREF="function.mcal-event-set-alarm.html"
><B
CLASS="function"
>mcal_event_set_alarm()</B
></A
>,
     <A
HREF="function.mcal-event-set-class.html"
><B
CLASS="function"
>mcal_event_set_class()</B
></A
>,
     <A
HREF="function.mcal-next-recurrence.html"
><B
CLASS="function"
>mcal_next_recurrence()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-none.html"
><B
CLASS="function"
>mcal_event_set_recur_none()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-daily.html"
><B
CLASS="function"
>mcal_event_set_recur_daily()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-weekly.html"
><B
CLASS="function"
>mcal_event_set_recur_weekly()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-monthly-mday.html"
><B
CLASS="function"
>mcal_event_set_recur_monthly_mday()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-monthly-wday.html"
><B
CLASS="function"
>mcal_event_set_recur_monthly_wday()</B
></A
>,
     <A
HREF="function.mcal-event-set-recur-yearly.html"
><B
CLASS="function"
>mcal_event_set_recur_yearly()</B
></A
>,
     <A
HREF="function.mcal-fetch-current-stream-event.html"
><B
CLASS="function"
>mcal_fetch_current_stream_event()</B
></A
>,
     <A
HREF="function.mcal-event-add-attribute.html"
><B
CLASS="function"
>mcal_event_add_attribute()</B
></A
>,
     <A
HREF="function.mcal-expunge.html"
><B
CLASS="function"
>mcal_expunge()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mcal-close.html"
><B
CLASS="function"
>mcal_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to calendar server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFAction</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFBitmap</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFButton</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFDisplayItem</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFFill</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFFont</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFGradient</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFMorph</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFMovie</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFShape</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFSprite</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFText</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>SWFTextField</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mnogosearch agent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mnogosearch result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>msql link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql-connect.html"
><B
CLASS="function"
>msql_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql.html"
><B
CLASS="function"
>msql()</B
></A
>,
     <A
HREF="function.msql-create-db.html"
><B
CLASS="function"
>msql_create_db()</B
></A
>,
     <A
HREF="function.msql-createdb.html"
><B
CLASS="function"
>msql_createdb()</B
></A
>,
     <A
HREF="function.msql-drop-db.html"
><B
CLASS="function"
>msql_drop_db()</B
></A
>,
     <A
HREF="function.msql-drop-db.html"
><B
CLASS="function"
>msql_drop_db()</B
></A
>,
     <A
HREF="function.msql-select-db.html"
><B
CLASS="function"
>msql_select_db()</B
></A
>,
     <A
HREF="function.msql-select-db.html"
><B
CLASS="function"
>msql_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql-close.html"
><B
CLASS="function"
>msql_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to mSQL database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>msql link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql-pconnect.html"
><B
CLASS="function"
>msql_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql.html"
><B
CLASS="function"
>msql()</B
></A
>,
     <A
HREF="function.msql-create-db.html"
><B
CLASS="function"
>msql_create_db()</B
></A
>,
     <A
HREF="function.msql-createdb.html"
><B
CLASS="function"
>msql_createdb()</B
></A
>,
     <A
HREF="function.msql-drop-db.html"
><B
CLASS="function"
>msql_drop_db()</B
></A
>,
     <A
HREF="function.msql-drop-db.html"
><B
CLASS="function"
>msql_drop_db()</B
></A
>,
     <A
HREF="function.msql-select-db.html"
><B
CLASS="function"
>msql_select_db()</B
></A
>,
     <A
HREF="function.msql-select-db.html"
><B
CLASS="function"
>msql_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to mSQL</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>msql query</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql-query.html"
><B
CLASS="function"
>msql_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql.html"
><B
CLASS="function"
>msql()</B
></A
>,
     <A
HREF="function.msql-affected-rows.html"
><B
CLASS="function"
>msql_affected_rows()</B
></A
>,
     <A
HREF="function.msql-data-seek.html"
><B
CLASS="function"
>msql_data_seek()</B
></A
>,
     <A
HREF="function.msql-dbname.html"
><B
CLASS="function"
>msql_dbname()</B
></A
>,
     <A
HREF="function.msql-fetch-array.html"
><B
CLASS="function"
>msql_fetch_array()</B
></A
>,
     <A
HREF="function.msql-fetch-field.html"
><B
CLASS="function"
>msql_fetch_field()</B
></A
>,
     <A
HREF="function.msql-fetch-object.html"
><B
CLASS="function"
>msql_fetch_object()</B
></A
>,
     <A
HREF="function.msql-fetch-row.html"
><B
CLASS="function"
>msql_fetch_row()</B
></A
>,
     <A
HREF="function.msql-fieldname.html"
><B
CLASS="function"
>msql_fieldname()</B
></A
>,
     <A
HREF="function.msql-field-seek.html"
><B
CLASS="function"
>msql_field_seek()</B
></A
>,
     <A
HREF="function.msql-fieldtable.html"
><B
CLASS="function"
>msql_fieldtable()</B
></A
>,
     <A
HREF="function.msql-fieldtype.html"
><B
CLASS="function"
>msql_fieldtype()</B
></A
>,
     <A
HREF="function.msql-fieldflags.html"
><B
CLASS="function"
>msql_fieldflags()</B
></A
>,
     <A
HREF="function.msql-fieldlen.html"
><B
CLASS="function"
>msql_fieldlen()</B
></A
>,
     <A
HREF="function.msql-num-fields.html"
><B
CLASS="function"
>msql_num_fields()</B
></A
>,
     <A
HREF="function.msql-num-rows.html"
><B
CLASS="function"
>msql_num_rows()</B
></A
>,
     <A
HREF="function.msql-numfields.html"
><B
CLASS="function"
>msql_numfields()</B
></A
>,
     <A
HREF="function.msql-numrows.html"
><B
CLASS="function"
>msql_numrows()</B
></A
>,
     <A
HREF="function.msql-result.html"
><B
CLASS="function"
>msql_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.msql-free-result.html"
><B
CLASS="function"
>msql_free_result()</B
></A
>,
     <A
HREF="function.msql-free-result.html"
><B
CLASS="function"
>msql_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mSQL result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mssql link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-connect.html"
><B
CLASS="function"
>mssql_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-query.html"
><B
CLASS="function"
>mssql_query()</B
></A
>,
     <A
HREF="function.mssql-select-db.html"
><B
CLASS="function"
>mssql_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-close.html"
><B
CLASS="function"
>mssql_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Microsft SQL Server database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mssql link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-pconnect.html"
><B
CLASS="function"
>mssql_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-query.html"
><B
CLASS="function"
>mssql_query()</B
></A
>,
     <A
HREF="function.mssql-select-db.html"
><B
CLASS="function"
>mssql_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to Microsft SQL Server</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mssql result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-query.html"
><B
CLASS="function"
>mssql_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-data-seek.html"
><B
CLASS="function"
>mssql_data_seek()</B
></A
>,
     <A
HREF="function.mssql-fetch-array.html"
><B
CLASS="function"
>mssql_fetch_array()</B
></A
>,
     <A
HREF="function.mssql-fetch-field.html"
><B
CLASS="function"
>mssql_fetch_field()</B
></A
>,
     <A
HREF="function.mssql-fetch-object.html"
><B
CLASS="function"
>mssql_fetch_object()</B
></A
>,
     <A
HREF="function.mssql-fetch-row.html"
><B
CLASS="function"
>mssql_fetch_row()</B
></A
>,
     <A
HREF="function.mssql-field-length.html"
><B
CLASS="function"
>mssql_field_length()</B
></A
>,
     <A
HREF="function.mssql-field-name.html"
><B
CLASS="function"
>mssql_field_name()</B
></A
>,
     <A
HREF="function.mssql-field-seek.html"
><B
CLASS="function"
>mssql_field_seek()</B
></A
>,
     <A
HREF="function.mssql-field-type.html"
><B
CLASS="function"
>mssql_field_type()</B
></A
>,
     <A
HREF="function.mssql-num-fields.html"
><B
CLASS="function"
>mssql_num_fields()</B
></A
>,
     <A
HREF="function.mssql-num-rows.html"
><B
CLASS="function"
>mssql_num_rows()</B
></A
>,
     <A
HREF="function.mssql-result.html"
><B
CLASS="function"
>mssql_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mssql-free-result.html"
><B
CLASS="function"
>mssql_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Microsft SQL Server result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mysql link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-connect.html"
><B
CLASS="function"
>mysql_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-affected-rows.html"
><B
CLASS="function"
>mysql_affected_rows()</B
></A
>,
     <A
HREF="function.mysql-change-user.html"
><B
CLASS="function"
>mysql_change_user()</B
></A
>,
     <A
HREF="function.mysql-create-db.html"
><B
CLASS="function"
>mysql_create_db()</B
></A
>,
     <A
HREF="function.mysql-data-seek.html"
><B
CLASS="function"
>mysql_data_seek()</B
></A
>,
     <A
HREF="function.mysql-db-name.html"
><B
CLASS="function"
>mysql_db_name()</B
></A
>,
     <A
HREF="function.mysql-db-query.html"
><B
CLASS="function"
>mysql_db_query()</B
></A
>,
     <A
HREF="function.mysql-drop-db.html"
><B
CLASS="function"
>mysql_drop_db()</B
></A
>,
     <A
HREF="function.mysql-errno.html"
><B
CLASS="function"
>mysql_errno()</B
></A
>,
     <A
HREF="function.mysql-error.html"
><B
CLASS="function"
>mysql_error()</B
></A
>,
     <A
HREF="function.mysql-insert-id.html"
><B
CLASS="function"
>mysql_insert_id()</B
></A
>,
     <A
HREF="function.mysql-list-dbs.html"
><B
CLASS="function"
>mysql_list_dbs()</B
></A
>,
     <A
HREF="function.mysql-list-fields.html"
><B
CLASS="function"
>mysql_list_fields()</B
></A
>,
     <A
HREF="function.mysql-list-tables.html"
><B
CLASS="function"
>mysql_list_tables()</B
></A
>,
     <A
HREF="function.mysql-query.html"
><B
CLASS="function"
>mysql_query()</B
></A
>,
     <A
HREF="function.mysql-result.html"
><B
CLASS="function"
>mysql_result()</B
></A
>,
     <A
HREF="function.mysql-select-db.html"
><B
CLASS="function"
>mysql_select_db()</B
></A
>,
     <A
HREF="function.mysql-tablename.html"
><B
CLASS="function"
>mysql_tablename()</B
></A
>,
     <A
HREF="function.mysql-get-host-info.html"
><B
CLASS="function"
>mysql_get_host_info()</B
></A
>,
     <A
HREF="function.mysql-get-proto-info.html"
><B
CLASS="function"
>mysql_get_proto_info()</B
></A
>,
     <A
HREF="function.mysql-get-server-info.html"
><B
CLASS="function"
>mysql_get_server_info()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-close.html"
><B
CLASS="function"
>mysql_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to MySQL database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mysql link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-pconnect.html"
><B
CLASS="function"
>mysql_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-affected-rows.html"
><B
CLASS="function"
>mysql_affected_rows()</B
></A
>,
     <A
HREF="function.mysql-change-user.html"
><B
CLASS="function"
>mysql_change_user()</B
></A
>,
     <A
HREF="function.mysql-create-db.html"
><B
CLASS="function"
>mysql_create_db()</B
></A
>,
     <A
HREF="function.mysql-data-seek.html"
><B
CLASS="function"
>mysql_data_seek()</B
></A
>,
     <A
HREF="function.mysql-db-name.html"
><B
CLASS="function"
>mysql_db_name()</B
></A
>,
     <A
HREF="function.mysql-db-query.html"
><B
CLASS="function"
>mysql_db_query()</B
></A
>,
     <A
HREF="function.mysql-drop-db.html"
><B
CLASS="function"
>mysql_drop_db()</B
></A
>,
     <A
HREF="function.mysql-errno.html"
><B
CLASS="function"
>mysql_errno()</B
></A
>,
     <A
HREF="function.mysql-error.html"
><B
CLASS="function"
>mysql_error()</B
></A
>,
     <A
HREF="function.mysql-insert-id.html"
><B
CLASS="function"
>mysql_insert_id()</B
></A
>,
     <A
HREF="function.mysql-list-dbs.html"
><B
CLASS="function"
>mysql_list_dbs()</B
></A
>,
     <A
HREF="function.mysql-list-fields.html"
><B
CLASS="function"
>mysql_list_fields()</B
></A
>,
     <A
HREF="function.mysql-list-tables.html"
><B
CLASS="function"
>mysql_list_tables()</B
></A
>,
     <A
HREF="function.mysql-query.html"
><B
CLASS="function"
>mysql_query()</B
></A
>,
     <A
HREF="function.mysql-result.html"
><B
CLASS="function"
>mysql_result()</B
></A
>,
     <A
HREF="function.mysql-select-db.html"
><B
CLASS="function"
>mysql_select_db()</B
></A
>,
     <A
HREF="function.mysql-tablename.html"
><B
CLASS="function"
>mysql_tablename()</B
></A
>,
     <A
HREF="function.mysql-get-host-info.html"
><B
CLASS="function"
>mysql_get_host_info()</B
></A
>,
     <A
HREF="function.mysql-get-proto-info.html"
><B
CLASS="function"
>mysql_get_proto_info()</B
></A
>,
     <A
HREF="function.mysql-get-server-info.html"
><B
CLASS="function"
>mysql_get_server_info()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to MySQL database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>mysql result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-db-query.html"
><B
CLASS="function"
>mysql_db_query()</B
></A
>,
     <A
HREF="function.mysql-list-dbs.html"
><B
CLASS="function"
>mysql_list_dbs()</B
></A
>,
     <A
HREF="function.mysql-list-fields.html"
><B
CLASS="function"
>mysql_list_fields()</B
></A
>,
     <A
HREF="function.mysql-list-tables.html"
><B
CLASS="function"
>mysql_list_tables()</B
></A
>,
     <A
HREF="function.mysql-query.html"
><B
CLASS="function"
>mysql_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-data-seek.html"
><B
CLASS="function"
>mysql_data_seek()</B
></A
>,
     <A
HREF="function.mysql-db-name.html"
><B
CLASS="function"
>mysql_db_name()</B
></A
>,
     <A
HREF="function.mysql-fetch-array.html"
><B
CLASS="function"
>mysql_fetch_array()</B
></A
>,
     <A
HREF="function.mysql-fetch-assoc.html"
><B
CLASS="function"
>mysql_fetch_assoc()</B
></A
>,
     <A
HREF="function.mysql-fetch-field.html"
><B
CLASS="function"
>mysql_fetch_field()</B
></A
>,
     <A
HREF="function.mysql-fetch-lengths.html"
><B
CLASS="function"
>mysql_fetch_lengths()</B
></A
>,
     <A
HREF="function.mysql-fetch-object.html"
><B
CLASS="function"
>mysql_fetch_object()</B
></A
>,
     <A
HREF="function.mysql-fetch-row.html"
><B
CLASS="function"
>mysql_fetch_row()</B
></A
>,
     <A
HREF="function.mysql-fetch-row.html"
><B
CLASS="function"
>mysql_fetch_row()</B
></A
>,
     <A
HREF="function.mysql-field-flags.html"
><B
CLASS="function"
>mysql_field_flags()</B
></A
>,
     <A
HREF="function.mysql-field-name.html"
><B
CLASS="function"
>mysql_field_name()</B
></A
>,
     <A
HREF="function.mysql-field-len.html"
><B
CLASS="function"
>mysql_field_len()</B
></A
>,
     <A
HREF="function.mysql-field-seek.html"
><B
CLASS="function"
>mysql_field_seek()</B
></A
>,
     <A
HREF="function.mysql-field-table.html"
><B
CLASS="function"
>mysql_field_table()</B
></A
>,
     <A
HREF="function.mysql-field-type.html"
><B
CLASS="function"
>mysql_field_type()</B
></A
>,
     <A
HREF="function.mysql-num-fields.html"
><B
CLASS="function"
>mysql_num_fields()</B
></A
>,
     <A
HREF="function.mysql-num-rows.html"
><B
CLASS="function"
>mysql_num_rows()</B
></A
>,
     <A
HREF="function.mysql-result.html"
><B
CLASS="function"
>mysql_result()</B
></A
>,
     <A
HREF="function.mysql-tablename.html"
><B
CLASS="function"
>mysql_tablename()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.mysql-free-result.html"
><B
CLASS="function"
>mysql_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>MySQL result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 collection</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 connection</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocilogon.html"
><B
CLASS="function"
>ocilogon()</B
></A
>,
     <A
HREF="function.ociplogon.html"
><B
CLASS="function"
>ociplogon()</B
></A
>,
     <A
HREF="function.ocinlogon.html"
><B
CLASS="function"
>ocinlogon()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocicommit.html"
><B
CLASS="function"
>ocicommit()</B
></A
>,
     <A
HREF="function.ociserverversion.html"
><B
CLASS="function"
>ociserverversion()</B
></A
>,
     <A
HREF="function.ocinewcursor.html"
><B
CLASS="function"
>ocinewcursor()</B
></A
>,
     <A
HREF="function.ociparse.html"
><B
CLASS="function"
>ociparse()</B
></A
>,
     <A
HREF="function.ocierror.html"
><B
CLASS="function"
>ocierror()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocilogoff.html"
><B
CLASS="function"
>ocilogoff()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Oracle database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 descriptor</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 server</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 session</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oci8 statement</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocinewdescriptor.html"
><B
CLASS="function"
>ocinewdescriptor()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocirollback.html"
><B
CLASS="function"
>ocirollback()</B
></A
>,
     <A
HREF="function.ocinewdescriptor.html"
><B
CLASS="function"
>ocinewdescriptor()</B
></A
>,
     <A
HREF="function.ocirowcount.html"
><B
CLASS="function"
>ocirowcount()</B
></A
>,
     <A
HREF="function.ocidefinebyname.html"
><B
CLASS="function"
>ocidefinebyname()</B
></A
>,
     <A
HREF="function.ocibindbyname.html"
><B
CLASS="function"
>ocibindbyname()</B
></A
>,
     <A
HREF="function.ociexecute.html"
><B
CLASS="function"
>ociexecute()</B
></A
>,
     <A
HREF="function.ocinumcols.html"
><B
CLASS="function"
>ocinumcols()</B
></A
>,
     <A
HREF="function.ociresult.html"
><B
CLASS="function"
>ociresult()</B
></A
>,
     <A
HREF="function.ocifetch.html"
><B
CLASS="function"
>ocifetch()</B
></A
>,
     <A
HREF="function.ocifetchinto.html"
><B
CLASS="function"
>ocifetchinto()</B
></A
>,
     <A
HREF="function.ocifetchstatement.html"
><B
CLASS="function"
>ocifetchstatement()</B
></A
>,
     <A
HREF="function.ocicolumnisnull.html"
><B
CLASS="function"
>ocicolumnisnull()</B
></A
>,
     <A
HREF="function.ocicolumnname.html"
><B
CLASS="function"
>ocicolumnname()</B
></A
>,
     <A
HREF="function.ocicolumnsize.html"
><B
CLASS="function"
>ocicolumnsize()</B
></A
>,
     <A
HREF="function.ocicolumntype.html"
><B
CLASS="function"
>ocicolumntype()</B
></A
>,
     <A
HREF="function.ocistatementtype.html"
><B
CLASS="function"
>ocistatementtype()</B
></A
>,
     <A
HREF="function.ocierror.html"
><B
CLASS="function"
>ocierror()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ocifreestatement.html"
><B
CLASS="function"
>ocifreestatement()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Oracle Cursor</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>odbc link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-connect.html"
><B
CLASS="function"
>odbc_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-autocommit.html"
><B
CLASS="function"
>odbc_autocommit()</B
></A
>,
     <A
HREF="function.odbc-commit.html"
><B
CLASS="function"
>odbc_commit()</B
></A
>,
     <A
HREF="function.odbc-error.html"
><B
CLASS="function"
>odbc_error()</B
></A
>,
     <A
HREF="function.odbc-errormsg.html"
><B
CLASS="function"
>odbc_errormsg()</B
></A
>,
     <A
HREF="function.odbc-exec.html"
><B
CLASS="function"
>odbc_exec()</B
></A
>,
     <A
HREF="function.odbc-tables.html"
><B
CLASS="function"
>odbc_tables()</B
></A
>,
     <A
HREF="function.odbc-tableprivileges.html"
><B
CLASS="function"
>odbc_tableprivileges()</B
></A
>,
     <A
HREF="function.odbc-do.html"
><B
CLASS="function"
>odbc_do()</B
></A
>,
     <A
HREF="function.odbc-prepare.html"
><B
CLASS="function"
>odbc_prepare()</B
></A
>,
     <A
HREF="function.odbc-columns.html"
><B
CLASS="function"
>odbc_columns()</B
></A
>,
     <A
HREF="function.odbc-columnprivileges.html"
><B
CLASS="function"
>odbc_columnprivileges()</B
></A
>,
     <A
HREF="function.odbc-procedurecolumns.html"
><B
CLASS="function"
>odbc_procedurecolumns()</B
></A
>,
     <A
HREF="function.odbc-specialcolumns.html"
><B
CLASS="function"
>odbc_specialcolumns()</B
></A
>,
     <A
HREF="function.odbc-rollback.html"
><B
CLASS="function"
>odbc_rollback()</B
></A
>,
     <A
HREF="function.odbc-setoption.html"
><B
CLASS="function"
>odbc_setoption()</B
></A
>,
     <A
HREF="function.odbc-gettypeinfo.html"
><B
CLASS="function"
>odbc_gettypeinfo()</B
></A
>,
     <A
HREF="function.odbc-primarykeys.html"
><B
CLASS="function"
>odbc_primarykeys()</B
></A
>,
     <A
HREF="function.odbc-foreignkeys.html"
><B
CLASS="function"
>odbc_foreignkeys()</B
></A
>,
     <A
HREF="function.odbc-procedures.html"
><B
CLASS="function"
>odbc_procedures()</B
></A
>,
     <A
HREF="function.odbc-statistics.html"
><B
CLASS="function"
>odbc_statistics()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-close.html"
><B
CLASS="function"
>odbc_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to ODBC database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>odbc link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-connect.html"
><B
CLASS="function"
>odbc_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-autocommit.html"
><B
CLASS="function"
>odbc_autocommit()</B
></A
>,
     <A
HREF="function.odbc-commit.html"
><B
CLASS="function"
>odbc_commit()</B
></A
>,
     <A
HREF="function.odbc-error.html"
><B
CLASS="function"
>odbc_error()</B
></A
>,
     <A
HREF="function.odbc-errormsg.html"
><B
CLASS="function"
>odbc_errormsg()</B
></A
>,
     <A
HREF="function.odbc-exec.html"
><B
CLASS="function"
>odbc_exec()</B
></A
>,
     <A
HREF="function.odbc-tables.html"
><B
CLASS="function"
>odbc_tables()</B
></A
>,
     <A
HREF="function.odbc-tableprivileges.html"
><B
CLASS="function"
>odbc_tableprivileges()</B
></A
>,
     <A
HREF="function.odbc-do.html"
><B
CLASS="function"
>odbc_do()</B
></A
>,
     <A
HREF="function.odbc-prepare.html"
><B
CLASS="function"
>odbc_prepare()</B
></A
>,
     <A
HREF="function.odbc-columns.html"
><B
CLASS="function"
>odbc_columns()</B
></A
>,
     <A
HREF="function.odbc-columnprivileges.html"
><B
CLASS="function"
>odbc_columnprivileges()</B
></A
>,
     <A
HREF="function.odbc-procedurecolumns.html"
><B
CLASS="function"
>odbc_procedurecolumns()</B
></A
>,
     <A
HREF="function.odbc-specialcolumns.html"
><B
CLASS="function"
>odbc_specialcolumns()</B
></A
>,
     <A
HREF="function.odbc-rollback.html"
><B
CLASS="function"
>odbc_rollback()</B
></A
>,
     <A
HREF="function.odbc-setoption.html"
><B
CLASS="function"
>odbc_setoption()</B
></A
>,
     <A
HREF="function.odbc-gettypeinfo.html"
><B
CLASS="function"
>odbc_gettypeinfo()</B
></A
>,
     <A
HREF="function.odbc-primarykeys.html"
><B
CLASS="function"
>odbc_primarykeys()</B
></A
>,
     <A
HREF="function.odbc-foreignkeys.html"
><B
CLASS="function"
>odbc_foreignkeys()</B
></A
>,
     <A
HREF="function.odbc-procedures.html"
><B
CLASS="function"
>odbc_procedures()</B
></A
>,
     <A
HREF="function.odbc-statistics.html"
><B
CLASS="function"
>odbc_statistics()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to ODBC database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>odbc result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-prepare.html"
><B
CLASS="function"
>odbc_prepare()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-binmode.html"
><B
CLASS="function"
>odbc_binmode()</B
></A
>,
     <A
HREF="function.odbc-cursor.html"
><B
CLASS="function"
>odbc_cursor()</B
></A
>,
     <A
HREF="function.odbc-execute.html"
><B
CLASS="function"
>odbc_execute()</B
></A
>,
     <A
HREF="function.odbc-fetch-into.html"
><B
CLASS="function"
>odbc_fetch_into()</B
></A
>,
     <A
HREF="function.odbc-fetch-row.html"
><B
CLASS="function"
>odbc_fetch_row()</B
></A
>,
     <A
HREF="function.odbc-field-name.html"
><B
CLASS="function"
>odbc_field_name()</B
></A
>,
     <A
HREF="function.odbc-field-num.html"
><B
CLASS="function"
>odbc_field_num()</B
></A
>,
     <A
HREF="function.odbc-field-type.html"
><B
CLASS="function"
>odbc_field_type()</B
></A
>,
     <A
HREF="function.odbc-field-len.html"
><B
CLASS="function"
>odbc_field_len()</B
></A
>,
     <A
HREF="function.odbc-field-precision.html"
><B
CLASS="function"
>odbc_field_precision()</B
></A
>,
     <A
HREF="function.odbc-field-scale.html"
><B
CLASS="function"
>odbc_field_scale()</B
></A
>,
     <A
HREF="function.odbc-longreadlen.html"
><B
CLASS="function"
>odbc_longreadlen()</B
></A
>,
     <A
HREF="function.odbc-num-fields.html"
><B
CLASS="function"
>odbc_num_fields()</B
></A
>,
     <A
HREF="function.odbc-num-rows.html"
><B
CLASS="function"
>odbc_num_rows()</B
></A
>,
     <A
HREF="function.odbc-result.html"
><B
CLASS="function"
>odbc_result()</B
></A
>,
     <A
HREF="function.odbc-result-all.html"
><B
CLASS="function"
>odbc_result_all()</B
></A
>,
     <A
HREF="function.odbc-setoption.html"
><B
CLASS="function"
>odbc_setoption()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.odbc-free-result.html"
><B
CLASS="function"
>odbc_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>ODBC result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>birdstep link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>birdstep result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>OpenSSL key</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-get-privatekey.html"
><B
CLASS="function"
>openssl_get_privatekey()</B
></A
>,
     <A
HREF="function.openssl-get-publickey.html"
><B
CLASS="function"
>openssl_get_publickey()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-sign.html"
><B
CLASS="function"
>openssl_sign()</B
></A
>,
     <A
HREF="function.openssl-seal.html"
><B
CLASS="function"
>openssl_seal()</B
></A
>,
     <A
HREF="function.openssl-open.html"
><B
CLASS="function"
>openssl_open()</B
></A
>,
     <A
HREF="function.openssl-verify.html"
><B
CLASS="function"
>openssl_verify()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-free-key.html"
><B
CLASS="function"
>openssl_free_key()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>OpenSSL key</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>OpenSSL X.509</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-x509-read.html"
><B
CLASS="function"
>openssl_x509_read()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-x509-parse.html"
><B
CLASS="function"
>openssl_x509_parse()</B
></A
>,
     <A
HREF="function.openssl-x509-checkpurpose.html"
><B
CLASS="function"
>openssl_x509_checkpurpose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.openssl-x509-free.html"
><B
CLASS="function"
>openssl_x509_free()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Public Key</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oracle Cursor</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-open.html"
><B
CLASS="function"
>ora_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-bind.html"
><B
CLASS="function"
>ora_bind()</B
></A
>,
     <A
HREF="function.ora-columnname.html"
><B
CLASS="function"
>ora_columnname()</B
></A
>,
     <A
HREF="function.ora-columnsize.html"
><B
CLASS="function"
>ora_columnsize()</B
></A
>,
     <A
HREF="function.ora-columntype.html"
><B
CLASS="function"
>ora_columntype()</B
></A
>,
     <A
HREF="function.ora-error.html"
><B
CLASS="function"
>ora_error()</B
></A
>,
     <A
HREF="function.ora-errorcode.html"
><B
CLASS="function"
>ora_errorcode()</B
></A
>,
     <A
HREF="function.ora-exec.html"
><B
CLASS="function"
>ora_exec()</B
></A
>,
     <A
HREF="function.ora-fetch.html"
><B
CLASS="function"
>ora_fetch()</B
></A
>,
     <A
HREF="function.ora-fetch-into.html"
><B
CLASS="function"
>ora_fetch_into()</B
></A
>,
     <A
HREF="function.ora-getcolumn.html"
><B
CLASS="function"
>ora_getcolumn()</B
></A
>,
     <A
HREF="function.ora-numcols.html"
><B
CLASS="function"
>ora_numcols()</B
></A
>,
     <A
HREF="function.ora-numrows.html"
><B
CLASS="function"
>ora_numrows()</B
></A
>,
     <A
HREF="function.ora-parse.html"
><B
CLASS="function"
>ora_parse()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-close.html"
><B
CLASS="function"
>ora_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Oracle cursor</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oracle link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-logon.html"
><B
CLASS="function"
>ora_logon()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-do.html"
><B
CLASS="function"
>ora_do()</B
></A
>,
     <A
HREF="function.ora-error.html"
><B
CLASS="function"
>ora_error()</B
></A
>,
     <A
HREF="function.ora-errorcode.html"
><B
CLASS="function"
>ora_errorcode()</B
></A
>,
     <A
HREF="function.ora-rollback.html"
><B
CLASS="function"
>ora_rollback()</B
></A
>,
     <A
HREF="function.ora-commitoff.html"
><B
CLASS="function"
>ora_commitoff()</B
></A
>,
     <A
HREF="function.ora-commiton.html"
><B
CLASS="function"
>ora_commiton()</B
></A
>,
     <A
HREF="function.ora-open.html"
><B
CLASS="function"
>ora_open()</B
></A
>,
     <A
HREF="function.ora-commit.html"
><B
CLASS="function"
>ora_commit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-logoff.html"
><B
CLASS="function"
>ora_logoff()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to oracle database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>oracle link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-plogon.html"
><B
CLASS="function"
>ora_plogon()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.ora-do.html"
><B
CLASS="function"
>ora_do()</B
></A
>,
     <A
HREF="function.ora-error.html"
><B
CLASS="function"
>ora_error()</B
></A
>,
     <A
HREF="function.ora-errorcode.html"
><B
CLASS="function"
>ora_errorcode()</B
></A
>,
     <A
HREF="function.ora-rollback.html"
><B
CLASS="function"
>ora_rollback()</B
></A
>,
     <A
HREF="function.ora-commitoff.html"
><B
CLASS="function"
>ora_commitoff()</B
></A
>,
     <A
HREF="function.ora-commiton.html"
><B
CLASS="function"
>ora_commiton()</B
></A
>,
     <A
HREF="function.ora-open.html"
><B
CLASS="function"
>ora_open()</B
></A
>,
     <A
HREF="function.ora-commit.html"
><B
CLASS="function"
>ora_commit()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to oracle database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pdf document</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-new.html"
><B
CLASS="function"
>pdf_new()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-add-bookmark.html"
><B
CLASS="function"
>pdf_add_bookmark()</B
></A
>,
     <A
HREF="function.pdf-add-launchlink.html"
><B
CLASS="function"
>pdf_add_launchlink()</B
></A
>,
     <A
HREF="function.pdf-add-locallink.html"
><B
CLASS="function"
>pdf_add_locallink()</B
></A
>,
     <A
HREF="function.pdf-add-note.html"
><B
CLASS="function"
>pdf_add_note()</B
></A
>,
     <A
HREF="function.pdf-add-pdflink.html"
><B
CLASS="function"
>pdf_add_pdflink()</B
></A
>,
     <A
HREF="function.pdf-add-weblink.html"
><B
CLASS="function"
>pdf_add_weblink()</B
></A
>,
     <A
HREF="function.pdf-arc.html"
><B
CLASS="function"
>pdf_arc()</B
></A
>,
     <A
HREF="function.pdf-attach-file.html"
><B
CLASS="function"
>pdf_attach_file()</B
></A
>,
     <A
HREF="function.pdf-begin-page.html"
><B
CLASS="function"
>pdf_begin_page()</B
></A
>,
     <A
HREF="function.pdf-circle.html"
><B
CLASS="function"
>pdf_circle()</B
></A
>,
     <A
HREF="function.pdf-clip.html"
><B
CLASS="function"
>pdf_clip()</B
></A
>,
     <A
HREF="function.pdf-closepath.html"
><B
CLASS="function"
>pdf_closepath()</B
></A
>,
     <A
HREF="function.pdf-closepath-fill-stroke.html"
><B
CLASS="function"
>pdf_closepath_fill_stroke()</B
></A
>,
     <A
HREF="function.pdf-closepath-stroke.html"
><B
CLASS="function"
>pdf_closepath_stroke()</B
></A
>,
     <A
HREF="function.pdf-concat.html"
><B
CLASS="function"
>pdf_concat()</B
></A
>,
     <A
HREF="function.pdf-continue-text.html"
><B
CLASS="function"
>pdf_continue_text()</B
></A
>,
     <A
HREF="function.pdf-curveto.html"
><B
CLASS="function"
>pdf_curveto()</B
></A
>,
     <A
HREF="function.pdf-end-page.html"
><B
CLASS="function"
>pdf_end_page()</B
></A
>,
     <A
HREF="function.pdf-endpath.html"
><B
CLASS="function"
>pdf_endpath()</B
></A
>,
     <A
HREF="function.pdf-fill.html"
><B
CLASS="function"
>pdf_fill()</B
></A
>,
     <A
HREF="function.pdf-fill-stroke.html"
><B
CLASS="function"
>pdf_fill_stroke()</B
></A
>,
     <A
HREF="function.pdf-findfont.html"
><B
CLASS="function"
>pdf_findfont()</B
></A
>,
     <A
HREF="function.pdf-get-buffer.html"
><B
CLASS="function"
>pdf_get_buffer()</B
></A
>,
     <A
HREF="function.pdf-get-image-height.html"
><B
CLASS="function"
>pdf_get_image_height()</B
></A
>,
     <A
HREF="function.pdf-get-image-width.html"
><B
CLASS="function"
>pdf_get_image_width()</B
></A
>,
     <A
HREF="function.pdf-get-parameter.html"
><B
CLASS="function"
>pdf_get_parameter()</B
></A
>,
     <A
HREF="function.pdf-get-value.html"
><B
CLASS="function"
>pdf_get_value()</B
></A
>,
     <A
HREF="function.pdf-lineto.html"
><B
CLASS="function"
>pdf_lineto()</B
></A
>,
     <A
HREF="function.pdf-moveto.html"
><B
CLASS="function"
>pdf_moveto()</B
></A
>,
     <A
HREF="function.pdf-open-ccitt.html"
><B
CLASS="function"
>pdf_open_ccitt()</B
></A
>,
     <A
HREF="function.pdf-open-file.html"
><B
CLASS="function"
>pdf_open_file()</B
></A
>,
     <A
HREF="function.pdf-open-image-file.html"
><B
CLASS="function"
>pdf_open_image_file()</B
></A
>,
     <A
HREF="function.pdf-place-image.html"
><B
CLASS="function"
>pdf_place_image()</B
></A
>,
     <A
HREF="function.pdf-rect.html"
><B
CLASS="function"
>pdf_rect()</B
></A
>,
     <A
HREF="function.pdf-restore.html"
><B
CLASS="function"
>pdf_restore()</B
></A
>,
     <A
HREF="function.pdf-rotate.html"
><B
CLASS="function"
>pdf_rotate()</B
></A
>,
     <A
HREF="function.pdf-save.html"
><B
CLASS="function"
>pdf_save()</B
></A
>,
     <A
HREF="function.pdf-scale.html"
><B
CLASS="function"
>pdf_scale()</B
></A
>,
     <A
HREF="function.pdf-setdash.html"
><B
CLASS="function"
>pdf_setdash()</B
></A
>,
     <A
HREF="function.pdf-setflat.html"
><B
CLASS="function"
>pdf_setflat()</B
></A
>,
     <A
HREF="function.pdf-setfont.html"
><B
CLASS="function"
>pdf_setfont()</B
></A
>,
     <A
HREF="function.pdf-setgray.html"
><B
CLASS="function"
>pdf_setgray()</B
></A
>,
     <A
HREF="function.pdf-setgray-fill.html"
><B
CLASS="function"
>pdf_setgray_fill()</B
></A
>,
     <A
HREF="function.pdf-setgray-stroke.html"
><B
CLASS="function"
>pdf_setgray_stroke()</B
></A
>,
     <A
HREF="function.pdf-setlinecap.html"
><B
CLASS="function"
>pdf_setlinecap()</B
></A
>,
     <A
HREF="function.pdf-setlinejoin.html"
><B
CLASS="function"
>pdf_setlinejoin()</B
></A
>,
     <A
HREF="function.pdf-setlinewidth.html"
><B
CLASS="function"
>pdf_setlinewidth()</B
></A
>,
     <A
HREF="function.pdf-setmiterlimit.html"
><B
CLASS="function"
>pdf_setmiterlimit()</B
></A
>,
     <A
HREF="function.pdf-setpolydash.html"
><B
CLASS="function"
>pdf_setpolydash()</B
></A
>,
     <A
HREF="function.pdf-setrgbcolor.html"
><B
CLASS="function"
>pdf_setrgbcolor()</B
></A
>,
     <A
HREF="function.pdf-setrgbcolor-fill.html"
><B
CLASS="function"
>pdf_setrgbcolor_fill()</B
></A
>,
     <A
HREF="function.pdf-setrgbcolor-stroke.html"
><B
CLASS="function"
>pdf_setrgbcolor_stroke()</B
></A
>,
     <A
HREF="function.pdf-set-border-color.html"
><B
CLASS="function"
>pdf_set_border_color()</B
></A
>,
     <A
HREF="function.pdf-set-border-dash.html"
><B
CLASS="function"
>pdf_set_border_dash()</B
></A
>,
     <A
HREF="function.pdf-set-border-style.html"
><B
CLASS="function"
>pdf_set_border_style()</B
></A
>,
     <A
HREF="function.pdf-set-char-spacing.html"
><B
CLASS="function"
>pdf_set_char_spacing()</B
></A
>,
     <A
HREF="function.pdf-set-duration.html"
><B
CLASS="function"
>pdf_set_duration()</B
></A
>,
     <A
HREF="function.pdf-set-font.html"
><B
CLASS="function"
>pdf_set_font()</B
></A
>,
     <A
HREF="function.pdf-set-horiz-scaling.html"
><B
CLASS="function"
>pdf_set_horiz_scaling()</B
></A
>,
     <A
HREF="function.pdf-set-parameter.html"
><B
CLASS="function"
>pdf_set_parameter()</B
></A
>,
     <A
HREF="function.pdf-set-text-pos.html"
><B
CLASS="function"
>pdf_set_text_pos()</B
></A
>,
     <A
HREF="function.pdf-set-text-rendering.html"
><B
CLASS="function"
>pdf_set_text_rendering()</B
></A
>,
     <A
HREF="function.pdf-set-value.html"
><B
CLASS="function"
>pdf_set_value()</B
></A
>,
     <A
HREF="function.pdf-set-word-spacing.html"
><B
CLASS="function"
>pdf_set_word_spacing()</B
></A
>,
     <A
HREF="function.pdf-show.html"
><B
CLASS="function"
>pdf_show()</B
></A
>,
     <A
HREF="function.pdf-show-boxed.html"
><B
CLASS="function"
>pdf_show_boxed()</B
></A
>,
     <A
HREF="function.pdf-show-xy.html"
><B
CLASS="function"
>pdf_show_xy()</B
></A
>,
     <A
HREF="function.pdf-skew.html"
><B
CLASS="function"
>pdf_skew()</B
></A
>,
     <A
HREF="function.pdf-stringwidth.html"
><B
CLASS="function"
>pdf_stringwidth()</B
></A
>,
     <A
HREF="function.pdf-stroke.html"
><B
CLASS="function"
>pdf_stroke()</B
></A
>,
     <A
HREF="function.pdf-translate.html"
><B
CLASS="function"
>pdf_translate()</B
></A
>,
     <A
HREF="function.pdf-open-memory-image.html"
><B
CLASS="function"
>pdf_open_memory_image()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-close.html"
><B
CLASS="function"
>pdf_close()</B
></A
>,
     <A
HREF="function.pdf-delete.html"
><B
CLASS="function"
>pdf_delete()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>PDF document</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pdf image</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-open-image.html"
><B
CLASS="function"
>pdf_open_image()</B
></A
>,
     <A
HREF="function.pdf-open-image-file.html"
><B
CLASS="function"
>pdf_open_image_file()</B
></A
>,
     <A
HREF="function.pdf-open-memory-image.html"
><B
CLASS="function"
>pdf_open_memory_image()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-get-image-height.html"
><B
CLASS="function"
>pdf_get_image_height()</B
></A
>,
     <A
HREF="function.pdf-get-image-width.html"
><B
CLASS="function"
>pdf_get_image_width()</B
></A
>,
     <A
HREF="function.pdf-open-ccitt.html"
><B
CLASS="function"
>pdf_open_CCITT()</B
></A
>,
     <A
HREF="function.pdf-place-image.html"
><B
CLASS="function"
>pdf_place_image()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pdf-close-image.html"
><B
CLASS="function"
>pdf_close_image()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Image in PDF file</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pdf object</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pdf outline</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pgsql large object</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-lo-open.html"
><B
CLASS="function"
>pg_lo_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-lo-open.html"
><B
CLASS="function"
>pg_lo_open()</B
></A
>,
     <A
HREF="function.pg-lo-create.html"
><B
CLASS="function"
>pg_lo_create()</B
></A
>,
     <A
HREF="function.pg-lo-read.html"
><B
CLASS="function"
>pg_lo_read()</B
></A
>,
     <A
HREF="function.pg-lo-read-all.html"
><B
CLASS="function"
>pg_lo_read_all()</B
></A
>,
     <A
HREF="function.pg-lo-seek.html"
><B
CLASS="function"
>pg_lo_seek()</B
></A
>,
     <A
HREF="function.pg-lo-tell.html"
><B
CLASS="function"
>pg_lo_tell()</B
></A
>,
     <A
HREF="function.pg-lo-unlink.html"
><B
CLASS="function"
>pg_lo_unlink()</B
></A
>,
     <A
HREF="function.pg-lo-write.html"
><B
CLASS="function"
>pg_lo_write()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-lo-close.html"
><B
CLASS="function"
>pg_lo_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>PostgreSQL Large Object</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pgsql link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-connect.html"
><B
CLASS="function"
>pg_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-affected-rows.html"
><B
CLASS="function"
>pg_affected_rows()</B
></A
>,
     <A
HREF="function.pg-query.html"
><B
CLASS="function"
>pg_query()</B
></A
>,
     <A
HREF="function.pg-send-query.html"
><B
CLASS="function"
>pg_send_query()</B
></A
>,
     <A
HREF="function.pg-get-result.html"
><B
CLASS="function"
>pg_get_result()</B
></A
>,
     <A
HREF="function.pg-connection-busy.html"
><B
CLASS="function"
>pg_connection_busy()</B
></A
>,
     <A
HREF="function.pg-connection-reset.html"
><B
CLASS="function"
>pg_connection_reset()</B
></A
>,
     <A
HREF="function.pg-connection-status.html"
><B
CLASS="function"
>pg_connection_status()</B
></A
>,
     <A
HREF="function.pg-last-error.html"
><B
CLASS="function"
>pg_last_error()</B
></A
>,
     <A
HREF="function.pg-last-notice.html"
><B
CLASS="function"
>pg_last_notice()</B
></A
>,
     <A
HREF="function.pg-lo-create.html"
><B
CLASS="function"
>pg_lo_create()</B
></A
>,
     <A
HREF="function.pg-lo-export.html"
><B
CLASS="function"
>pg_lo_export()</B
></A
>,
     <A
HREF="function.pg-lo-import.html"
><B
CLASS="function"
>pg_lo_import()</B
></A
>,
     <A
HREF="function.pg-lo-open.html"
><B
CLASS="function"
>pg_lo_open()</B
></A
>,
     <A
HREF="function.pg-lo-unlink.html"
><B
CLASS="function"
>pg_lo_unlink()</B
></A
>,
     <A
HREF="function.pg-host.html"
><B
CLASS="function"
>pg_host()</B
></A
>,
     <A
HREF="function.pg-port.html"
><B
CLASS="function"
>pg_port()</B
></A
>,
     <A
HREF="function.pg-dbname.html"
><B
CLASS="function"
>pg_dbname()</B
></A
>,
     <A
HREF="function.pg-options.html"
><B
CLASS="function"
>pg_options()</B
></A
>,
     <A
HREF="function.pg-copy-from.html"
><B
CLASS="function"
>pg_copy_from()</B
></A
>,
     <A
HREF="function.pg-copy-to.html"
><B
CLASS="function"
>pg_copy_to()</B
></A
>,
     <A
HREF="function.pg-end-copy.html"
><B
CLASS="function"
>pg_end_copy()</B
></A
>,
     <A
HREF="function.pg-put-line.html"
><B
CLASS="function"
>pg_put_line()</B
></A
>,
     <A
HREF="function.pg-tty.html"
><B
CLASS="function"
>pg_tty()</B
></A
>,
     <A
HREF="function.pg-trace.html"
><B
CLASS="function"
>pg_trace()</B
></A
>,
     <A
HREF="function.pg-untrace.html"
><B
CLASS="function"
>pg_untrace()</B
></A
>,
     <A
HREF="function.pg-set-client-encoding.html"
><B
CLASS="function"
>pg_set_client_encoding()</B
></A
>,
     <A
HREF="function.pg-client-encoding.html"
><B
CLASS="function"
>pg_client_encoding()</B
></A
>,
     <B
CLASS="function"
>pg_metadata()</B
>,
     <A
HREF="function.pg-convert.html"
><B
CLASS="function"
>pg_convert()</B
></A
>,
     <A
HREF="function.pg-insert.html"
><B
CLASS="function"
>pg_insert()</B
></A
>,
     <A
HREF="function.pg-select.html"
><B
CLASS="function"
>pg_select()</B
></A
>,
     <A
HREF="function.pg-delete.html"
><B
CLASS="function"
>pg_delete()</B
></A
>,
     <A
HREF="function.pg-update.html"
><B
CLASS="function"
>pg_update()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-close.html"
><B
CLASS="function"
>pg_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to PostgreSQL database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pgsql link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-pconnect.html"
><B
CLASS="function"
>pg_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-affected-rows.html"
><B
CLASS="function"
>pg_affected_rows()</B
></A
>,
     <A
HREF="function.pg-query.html"
><B
CLASS="function"
>pg_query()</B
></A
>,
     <A
HREF="function.pg-send-query.html"
><B
CLASS="function"
>pg_send_query()</B
></A
>,
     <A
HREF="function.pg-get-result.html"
><B
CLASS="function"
>pg_get_result()</B
></A
>,
     <A
HREF="function.pg-connection-busy.html"
><B
CLASS="function"
>pg_connection_busy()</B
></A
>,
     <A
HREF="function.pg-connection-reset.html"
><B
CLASS="function"
>pg_connection_reset()</B
></A
>,
     <A
HREF="function.pg-connection-status.html"
><B
CLASS="function"
>pg_connection_status()</B
></A
>,
     <A
HREF="function.pg-last-error.html"
><B
CLASS="function"
>pg_last_error()</B
></A
>,
     <A
HREF="function.pg-last-notice.html"
><B
CLASS="function"
>pg_last_notice()</B
></A
>,
     <A
HREF="function.pg-lo-create.html"
><B
CLASS="function"
>pg_lo_create()</B
></A
>,
     <A
HREF="function.pg-lo-export.html"
><B
CLASS="function"
>pg_lo_export()</B
></A
>,
     <A
HREF="function.pg-lo-import.html"
><B
CLASS="function"
>pg_lo_import()</B
></A
>,
     <A
HREF="function.pg-lo-open.html"
><B
CLASS="function"
>pg_lo_open()</B
></A
>,
     <A
HREF="function.pg-lo-unlink.html"
><B
CLASS="function"
>pg_lo_unlink()</B
></A
>,
     <A
HREF="function.pg-host.html"
><B
CLASS="function"
>pg_host()</B
></A
>,
     <A
HREF="function.pg-port.html"
><B
CLASS="function"
>pg_port()</B
></A
>,
     <A
HREF="function.pg-dbname.html"
><B
CLASS="function"
>pg_dbname()</B
></A
>,
     <A
HREF="function.pg-options.html"
><B
CLASS="function"
>pg_options()</B
></A
>,
     <A
HREF="function.pg-copy-from.html"
><B
CLASS="function"
>pg_copy_from()</B
></A
>,
     <A
HREF="function.pg-copy-to.html"
><B
CLASS="function"
>pg_copy_to()</B
></A
>,
     <A
HREF="function.pg-end-copy.html"
><B
CLASS="function"
>pg_end_copy()</B
></A
>,
     <A
HREF="function.pg-put-line.html"
><B
CLASS="function"
>pg_put_line()</B
></A
>,
     <A
HREF="function.pg-tty.html"
><B
CLASS="function"
>pg_tty()</B
></A
>,
     <A
HREF="function.pg-trace.html"
><B
CLASS="function"
>pg_trace()</B
></A
>,
     <A
HREF="function.pg-untrace.html"
><B
CLASS="function"
>pg_untrace()</B
></A
>,
     <A
HREF="function.pg-set-client-encoding.html"
><B
CLASS="function"
>pg_set_client_encoding()</B
></A
>,
     <A
HREF="function.pg-client-encoding.html"
><B
CLASS="function"
>pg_client_encoding()</B
></A
>,
     <B
CLASS="function"
>pg_metadata()</B
>,
     <A
HREF="function.pg-convert.html"
><B
CLASS="function"
>pg_convert()</B
></A
>,
     <A
HREF="function.pg-insert.html"
><B
CLASS="function"
>pg_insert()</B
></A
>,
     <A
HREF="function.pg-select.html"
><B
CLASS="function"
>pg_select()</B
></A
>,
     <A
HREF="function.pg-delete.html"
><B
CLASS="function"
>pg_delete()</B
></A
>,
     <A
HREF="function.pg-update.html"
><B
CLASS="function"
>pg_update()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to PostgreSQL database</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pgsql result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-query.html"
><B
CLASS="function"
>pg_query()</B
></A
>,
     <A
HREF="function.pg-get-result.html"
><B
CLASS="function"
>pg_get_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-fetch-array.html"
><B
CLASS="function"
>pg_fetch_array()</B
></A
>,
     <A
HREF="function.pg-fetch-object.html"
><B
CLASS="function"
>pg_fetch_object()</B
></A
>,
     <A
HREF="function.pg-fetch-result.html"
><B
CLASS="function"
>pg_fetch_result()</B
></A
>,
     <A
HREF="function.pg-fetch-row.html"
><B
CLASS="function"
>pg_fetch_row()</B
></A
>,
     <A
HREF="function.pg-field-is-null.html"
><B
CLASS="function"
>pg_field_is_null()</B
></A
>,
     <A
HREF="function.pg-field-name.html"
><B
CLASS="function"
>pg_field_name()</B
></A
>,
     <A
HREF="function.pg-field-num.html"
><B
CLASS="function"
>pg_field_num()</B
></A
>,
     <A
HREF="function.pg-field-prtlen.html"
><B
CLASS="function"
>pg_field_prtlen()</B
></A
>,
     <A
HREF="function.pg-field-size.html"
><B
CLASS="function"
>pg_field_size()</B
></A
>,
     <A
HREF="function.pg-field-type.html"
><B
CLASS="function"
>pg_field_type()</B
></A
>,
     <A
HREF="function.pg-last-oid.html"
><B
CLASS="function"
>pg_last_oid()</B
></A
>,
     <A
HREF="function.pg-num-fields.html"
><B
CLASS="function"
>pg_num_fields()</B
></A
>,
     <A
HREF="function.pg-num-rows.html"
><B
CLASS="function"
>pg_num_rows()</B
></A
>,
     <A
HREF="function.pg-result-error.html"
><B
CLASS="function"
>pg_result_error()</B
></A
>,
     <A
HREF="function.pg-result-status.html"
><B
CLASS="function"
>pg_result_status()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pg-free-result.html"
><B
CLASS="function"
>pg_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>PostgreSQL result</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pgsql string</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>printer</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>printer brush</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>printer font</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>printer pen</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pspell</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pspell-new.html"
><B
CLASS="function"
>pspell_new()</B
></A
>,
     <A
HREF="function.pspell-new-config.html"
><B
CLASS="function"
>pspell_new_config()</B
></A
>,
     <A
HREF="function.pspell-new-personal.html"
><B
CLASS="function"
>pspell_new_personal()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pspell-add-to-personal.html"
><B
CLASS="function"
>pspell_add_to_personal()</B
></A
>,
     <A
HREF="function.pspell-add-to-session.html"
><B
CLASS="function"
>pspell_add_to_session()</B
></A
>,
     <A
HREF="function.pspell-check.html"
><B
CLASS="function"
>pspell_check()</B
></A
>,
     <A
HREF="function.pspell-clear-session.html"
><B
CLASS="function"
>pspell_clear_session()</B
></A
>,
     <A
HREF="function.pspell-config-ignore.html"
><B
CLASS="function"
>pspell_config_ignore()</B
></A
>,
     <A
HREF="function.pspell-config-mode.html"
><B
CLASS="function"
>pspell_config_mode()</B
></A
>,
     <A
HREF="function.pspell-config-personal.html"
><B
CLASS="function"
>pspell_config_personal()</B
></A
>,
     <A
HREF="function.pspell-config-repl.html"
><B
CLASS="function"
>pspell_config_repl()</B
></A
>,
     <A
HREF="function.pspell-config-runtogether.html"
><B
CLASS="function"
>pspell_config_runtogether()</B
></A
>,
     <A
HREF="function.pspell-config-save-repl.html"
><B
CLASS="function"
>pspell_config_save_repl()</B
></A
>,
     <A
HREF="function.pspell-save-wordlist.html"
><B
CLASS="function"
>pspell_save_wordlist()</B
></A
>,
     <A
HREF="function.pspell-store-replacement.html"
><B
CLASS="function"
>pspell_store_replacement()</B
></A
>,
     <A
HREF="function.pspell-suggest.html"
><B
CLASS="function"
>pspell_suggest()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pspell dictionary</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pspell config</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pspell-config-create.html"
><B
CLASS="function"
>pspell_config_create()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pspell-new-config.html"
><B
CLASS="function"
>pspell_new_config()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pspell configuration </TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Sablotron XSLT</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.xslt-create.html"
><B
CLASS="function"
>xslt_create()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>xslt_closelog()</B
>,
     <B
CLASS="function"
>xslt_openlog()</B
>,
     <B
CLASS="function"
>xslt_run()</B
>,
     <A
HREF="function.xslt-set-sax-handler.html"
><B
CLASS="function"
>xslt_set_sax_handler()</B
></A
>,
     <A
HREF="function.xslt-errno.html"
><B
CLASS="function"
>xslt_errno()</B
></A
>,
     <A
HREF="function.xslt-error.html"
><B
CLASS="function"
>xslt_error()</B
></A
>,
     <B
CLASS="function"
>xslt_fetch_result()</B
>,
     <A
HREF="function.xslt-free.html"
><B
CLASS="function"
>xslt_free()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.xslt-free.html"
><B
CLASS="function"
>xslt_free()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>XSLT parser</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>shmop</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shmop-open.html"
><B
CLASS="function"
>shmop_open()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shmop-read.html"
><B
CLASS="function"
>shmop_read()</B
></A
>,
     <A
HREF="function.shmop-write.html"
><B
CLASS="function"
>shmop_write()</B
></A
>,
     <A
HREF="function.shmop-size.html"
><B
CLASS="function"
>shmop_size()</B
></A
>,
     <A
HREF="function.shmop-delete.html"
><B
CLASS="function"
>shmop_delete()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shmop-close.html"
><B
CLASS="function"
>shmop_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sockets file descriptor set</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>socket()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>accept_connect()</B
>,
     <B
CLASS="function"
>bind()</B
>,
     <B
CLASS="function"
>connect()</B
>,
     <B
CLASS="function"
>listen()</B
>,
     <B
CLASS="function"
>read()</B
>,
     <B
CLASS="function"
>write()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>close()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Socket</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sockets i/o vector</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>dir</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <B
CLASS="function"
>dir()</B
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.readdir.html"
><B
CLASS="function"
>readdir()</B
></A
>,
     <A
HREF="function.rewinddir.html"
><B
CLASS="function"
>rewinddir()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.closedir.html"
><B
CLASS="function"
>closedir()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Dir handle</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>file</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fopen.html"
><B
CLASS="function"
>fopen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.feof.html"
><B
CLASS="function"
>feof()</B
></A
>,
     <A
HREF="function.fflush.html"
><B
CLASS="function"
>fflush()</B
></A
>,
     <A
HREF="function.fgetc.html"
><B
CLASS="function"
>fgetc()</B
></A
>,
     <A
HREF="function.fgetcsv.html"
><B
CLASS="function"
>fgetcsv()</B
></A
>,
     <A
HREF="function.fgets.html"
><B
CLASS="function"
>fgets()</B
></A
>,
     <A
HREF="function.fgetss.html"
><B
CLASS="function"
>fgetss()</B
></A
>,
     <A
HREF="function.flock.html"
><B
CLASS="function"
>flock()</B
></A
>,
     <A
HREF="function.fpassthru.html"
><B
CLASS="function"
>fpassthru()</B
></A
>,
     <A
HREF="function.fputs.html"
><B
CLASS="function"
>fputs()</B
></A
>,
     <A
HREF="function.fwrite.html"
><B
CLASS="function"
>fwrite()</B
></A
>,
     <A
HREF="function.fread.html"
><B
CLASS="function"
>fread()</B
></A
>,
     <A
HREF="function.fseek.html"
><B
CLASS="function"
>fseek()</B
></A
>,
     <A
HREF="function.ftell.html"
><B
CLASS="function"
>ftell()</B
></A
>,
     <A
HREF="function.fstat.html"
><B
CLASS="function"
>fstat()</B
></A
>,
     <A
HREF="function.ftruncate.html"
><B
CLASS="function"
>ftruncate()</B
></A
>,
     <A
HREF="function.set-file-buffer.html"
><B
CLASS="function"
>set_file_buffer()</B
></A
>,
     <A
HREF="function.rewind.html"
><B
CLASS="function"
>rewind()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fclose.html"
><B
CLASS="function"
>fclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>File handle</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>pipe</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.popen.html"
><B
CLASS="function"
>popen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.feof.html"
><B
CLASS="function"
>feof()</B
></A
>,
     <A
HREF="function.fflush.html"
><B
CLASS="function"
>fflush()</B
></A
>,
     <A
HREF="function.fgetc.html"
><B
CLASS="function"
>fgetc()</B
></A
>,
     <A
HREF="function.fgetcsv.html"
><B
CLASS="function"
>fgetcsv()</B
></A
>,
     <A
HREF="function.fgets.html"
><B
CLASS="function"
>fgets()</B
></A
>,
     <A
HREF="function.fgetss.html"
><B
CLASS="function"
>fgetss()</B
></A
>,
     <A
HREF="function.fpassthru.html"
><B
CLASS="function"
>fpassthru()</B
></A
>,
     <A
HREF="function.fputs.html"
><B
CLASS="function"
>fputs()</B
></A
>,
     <A
HREF="function.fwrite.html"
><B
CLASS="function"
>fwrite()</B
></A
>,
     <A
HREF="function.fread.html"
><B
CLASS="function"
>fread()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.pclose.html"
><B
CLASS="function"
>pclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Process handle</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>socket</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fsockopen.html"
><B
CLASS="function"
>fsockopen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fflush.html"
><B
CLASS="function"
>fflush()</B
></A
>,
     <A
HREF="function.fgetc.html"
><B
CLASS="function"
>fgetc()</B
></A
>,
     <A
HREF="function.fgetcsv.html"
><B
CLASS="function"
>fgetcsv()</B
></A
>,
     <A
HREF="function.fgets.html"
><B
CLASS="function"
>fgets()</B
></A
>,
     <A
HREF="function.fgetss.html"
><B
CLASS="function"
>fgetss()</B
></A
>,
     <A
HREF="function.fpassthru.html"
><B
CLASS="function"
>fpassthru()</B
></A
>,
     <A
HREF="function.fputs.html"
><B
CLASS="function"
>fputs()</B
></A
>,
     <A
HREF="function.fwrite.html"
><B
CLASS="function"
>fwrite()</B
></A
>,
     <A
HREF="function.fread.html"
><B
CLASS="function"
>fread()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.fclose.html"
><B
CLASS="function"
>fclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Socket handle</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>stream</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&nbsp;</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-db link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-connect.html"
><B
CLASS="function"
>sybase_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>,
     <A
HREF="function.sybase-select-db.html"
><B
CLASS="function"
>sybase_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-close.html"
><B
CLASS="function"
>sybase_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Sybase database using DB library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-db link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-pconnect.html"
><B
CLASS="function"
>sybase_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>,
     <A
HREF="function.sybase-select-db.html"
><B
CLASS="function"
>sybase_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to Sybase database using DB library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-db result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-data-seek.html"
><B
CLASS="function"
>sybase_data_seek()</B
></A
>,
     <A
HREF="function.sybase-fetch-array.html"
><B
CLASS="function"
>sybase_fetch_array()</B
></A
>,
     <A
HREF="function.sybase-fetch-field.html"
><B
CLASS="function"
>sybase_fetch_field()</B
></A
>,
     <A
HREF="function.sybase-fetch-object.html"
><B
CLASS="function"
>sybase_fetch_object()</B
></A
>,
     <A
HREF="function.sybase-fetch-row.html"
><B
CLASS="function"
>sybase_fetch_row()</B
></A
>,
     <A
HREF="function.sybase-field-seek.html"
><B
CLASS="function"
>sybase_field_seek()</B
></A
>,
     <A
HREF="function.sybase-num-fields.html"
><B
CLASS="function"
>sybase_num_fields()</B
></A
>,
     <A
HREF="function.sybase-num-rows.html"
><B
CLASS="function"
>sybase_num_rows()</B
></A
>,
     <A
HREF="function.sybase-result.html"
><B
CLASS="function"
>sybase_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-free-result.html"
><B
CLASS="function"
>sybase_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Sybase result using DB library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-ct link</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-connect.html"
><B
CLASS="function"
>sybase_connect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-affected-rows.html"
><B
CLASS="function"
>sybase_affected_rows()</B
></A
>,
     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>,
     <A
HREF="function.sybase-select-db.html"
><B
CLASS="function"
>sybase_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-close.html"
><B
CLASS="function"
>sybase_close()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Link to Sybase database using CT library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-ct link persistent</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-pconnect.html"
><B
CLASS="function"
>sybase_pconnect()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-affected-rows.html"
><B
CLASS="function"
>sybase_affected_rows()</B
></A
>,
     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>,
     <A
HREF="function.sybase-select-db.html"
><B
CLASS="function"
>sybase_select_db()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     None
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Persistent link to Sybase database using CT library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sybase-ct result</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-query.html"
><B
CLASS="function"
>sybase_query()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-data-seek.html"
><B
CLASS="function"
>sybase_data_seek()</B
></A
>,
     <A
HREF="function.sybase-fetch-array.html"
><B
CLASS="function"
>sybase_fetch_array()</B
></A
>,
     <A
HREF="function.sybase-fetch-field.html"
><B
CLASS="function"
>sybase_fetch_field()</B
></A
>,
     <A
HREF="function.sybase-fetch-object.html"
><B
CLASS="function"
>sybase_fetch_object()</B
></A
>,
     <A
HREF="function.sybase-fetch-row.html"
><B
CLASS="function"
>sybase_fetch_row()</B
></A
>,
     <A
HREF="function.sybase-field-seek.html"
><B
CLASS="function"
>sybase_field_seek()</B
></A
>,
     <A
HREF="function.sybase-num-fields.html"
><B
CLASS="function"
>sybase_num_fields()</B
></A
>,
     <A
HREF="function.sybase-num-rows.html"
><B
CLASS="function"
>sybase_num_rows()</B
></A
>,
     <A
HREF="function.sybase-result.html"
><B
CLASS="function"
>sybase_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sybase-free-result.html"
><B
CLASS="function"
>sybase_free_result()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Sybase result using CT library</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sysvsem</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sem-get.html"
><B
CLASS="function"
>sem_get()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sem-acquire.html"
><B
CLASS="function"
>sem_acquire()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.sem-release.html"
><B
CLASS="function"
>sem_release()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>System V Semaphore</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>sysvshm</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shm-attach.html"
><B
CLASS="function"
>shm_attach()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shm-remove.html"
><B
CLASS="function"
>shm_remove()</B
></A
>,
     <A
HREF="function.shm-put-var.html"
><B
CLASS="function"
>shm_put_var()</B
></A
>,
     <A
HREF="function.shm-get-var.html"
><B
CLASS="function"
>shm_get_var()</B
></A
>,
     <A
HREF="function.shm-remove-var.html"
><B
CLASS="function"
>shm_remove_var()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.shm-detach.html"
><B
CLASS="function"
>shm_detach()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>System V Shared Memory</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>wddx</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.wddx-packet-start.html"
><B
CLASS="function"
>wddx_packet_start()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.wddx-add-vars.html"
><B
CLASS="function"
>wddx_add_vars()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.wddx-packet-end.html"
><B
CLASS="function"
>wddx_packet_end()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>WDDX packet</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>xml</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.xml-parser-create.html"
><B
CLASS="function"
>xml_parser_create()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.xml-set-object.html"
><B
CLASS="function"
>xml_set_object()</B
></A
>,
     <A
HREF="function.xml-set-element-handler.html"
><B
CLASS="function"
>xml_set_element_handler()</B
></A
>,
     <A
HREF="function.xml-set-character-data-handler.html"
><B
CLASS="function"
>xml_set_character_data_handler()</B
></A
>,
     <A
HREF="function.xml-set-processing-instruction-handler.html"
><B
CLASS="function"
>xml_set_processing_instruction_handler()</B
></A
>,
     <A
HREF="function.xml-set-default-handler.html"
><B
CLASS="function"
>xml_set_default_handler()</B
></A
>,
     <A
HREF="function.xml-set-unparsed-entity-decl-handler.html"
><B
CLASS="function"
>xml_set_unparsed_entity_decl_handler()</B
></A
>,
     <A
HREF="function.xml-set-notation-decl-handler.html"
><B
CLASS="function"
>xml_set_notation_decl_handler()</B
></A
>,
     <A
HREF="function.xml-set-external-entity-ref-handler.html"
><B
CLASS="function"
>xml_set_external_entity_ref_handler()</B
></A
>,
     <A
HREF="function.xml-parse.html"
><B
CLASS="function"
>xml_parse()</B
></A
>,
     <A
HREF="function.xml-get-error-code.html"
><B
CLASS="function"
>xml_get_error_code()</B
></A
>,
     <A
HREF="function.xml-error-string.html"
><B
CLASS="function"
>xml_error_string()</B
></A
>,
     <A
HREF="function.xml-get-current-line-number.html"
><B
CLASS="function"
>xml_get_current_line_number()</B
></A
>,
     <A
HREF="function.xml-get-current-column-number.html"
><B
CLASS="function"
>xml_get_current_column_number()</B
></A
>,
     <A
HREF="function.xml-get-current-byte-index.html"
><B
CLASS="function"
>xml_get_current_byte_index()</B
></A
>,
     <A
HREF="function.xml-parse-into-struct.html"
><B
CLASS="function"
>xml_parse_into_struct()</B
></A
>,
     <A
HREF="function.xml-parser-set-option.html"
><B
CLASS="function"
>xml_parser_set_option()</B
></A
>,
     <A
HREF="function.xml-parser-get-option.html"
><B
CLASS="function"
>xml_parser_get_option()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.xml-parser-free.html"
><B
CLASS="function"
>xml_parser_free()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>XML parser</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>zlib</TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.gzopen.html"
><B
CLASS="function"
>gzopen()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.gzeof.html"
><B
CLASS="function"
>gzeof()</B
></A
>,
     <A
HREF="function.gzgetc.html"
><B
CLASS="function"
>gzgetc()</B
></A
>,
     <A
HREF="function.gzgets.html"
><B
CLASS="function"
>gzgets()</B
></A
>,
     <A
HREF="function.gzgetss.html"
><B
CLASS="function"
>gzgetss()</B
></A
>,
     <A
HREF="function.gzpassthru.html"
><B
CLASS="function"
>gzpassthru()</B
></A
>,
     <A
HREF="function.gzputs.html"
><B
CLASS="function"
>gzputs()</B
></A
>,
     <A
HREF="function.gzread.html"
><B
CLASS="function"
>gzread()</B
></A
>,
     <A
HREF="function.gzrewind.html"
><B
CLASS="function"
>gzrewind()</B
></A
>,
     <A
HREF="function.gzseek.html"
><B
CLASS="function"
>gzseek()</B
></A
>,
     <A
HREF="function.gztell.html"
><B
CLASS="function"
>gztell()</B
></A
>,
     <A
HREF="function.gzwrite.html"
><B
CLASS="function"
>gzwrite()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;     <A
HREF="function.gzclose.html"
><B
CLASS="function"
>gzclose()</B
></A
>
    </TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>gz-compressed file</TD
></TR
></TBODY
></TABLE
></DIV
>
 </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="reserved.constants.standard.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="wrappers.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Standard Predefined Constants</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="appendixes.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>List of Supported Protocols/Wrappers</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>