From bac708644244f9a0943f0c493f7b1b8a4896d61b Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 24 Apr 2001 18:06:38 +0000 Subject: PHP documentation in HTML. Done with lots of help from: roam --- lang/Makefile | 1 + lang/php_doc/Makefile | 46 + lang/php_doc/distinfo | 4 + lang/php_doc/pkg-comment | 1 + lang/php_doc/pkg-descr | 3 + lang/php_doc/pkg-plist | 2081 +++++++++++++++++++++++++++++++++++++++++++++ lang/php_doc/pkg-plist.de | 1928 +++++++++++++++++++++++++++++++++++++++++ lang/php_doc/pkg-plist.es | 1753 ++++++++++++++++++++++++++++++++++++++ lang/php_doc/pkg-plist.fr | 2028 +++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 7845 insertions(+) create mode 100644 lang/php_doc/Makefile create mode 100644 lang/php_doc/distinfo create mode 100644 lang/php_doc/pkg-comment create mode 100644 lang/php_doc/pkg-descr create mode 100644 lang/php_doc/pkg-plist create mode 100644 lang/php_doc/pkg-plist.de create mode 100644 lang/php_doc/pkg-plist.es create mode 100644 lang/php_doc/pkg-plist.fr (limited to 'lang') diff --git a/lang/Makefile b/lang/Makefile index 28863cb327b3..624401597ead 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -91,6 +91,7 @@ SUBDIR += pgcc SUBDIR += php3 SUBDIR += php4 + SUBDIR += php_doc SUBDIR += pike SUBDIR += pm3-base SUBDIR += pm3-forms diff --git a/lang/php_doc/Makefile b/lang/php_doc/Makefile new file mode 100644 index 000000000000..6bdaf2d3c156 --- /dev/null +++ b/lang/php_doc/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: php_doc +# Date created: Sun Apr 22 14:51:32 CEST 2001 +# Whom: Dirk Froemberg +# +# $FreeBSD$ +# + +PORTNAME= php_doc +PORTVERSION= 1.0 +CATEGORIES= lang +MASTER_SITES= http://www.php.net/${PHP_DISTDIR}/ \ + http://php.he.net/${PHP_DISTDIR}/ \ + http://www.php3.de/${PHP_DISTDIR}/ \ + http://au.php.net:81/${PHP_DISTDIR}/ \ + http://at.php.net/${PHP_DISTDIR}/ \ + http://br.php.net/${PHP_DISTDIR}/ \ + http://php.easydns.com/${PHP_DISTDIR}/ \ + http://www.php.cz/${PHP_DISTDIR}/ \ + http://php3.globe.de/${PHP_DISTDIR}/ +DISTNAME= manual + +MAINTAINER= dirk@FreeBSD.org + +PHP_DISTDIR= manual/${PHP_LANG} +DIST_SUBDIR= php/${PHP_LANG} +NO_BUILD= YES +NO_WRKSUBDIR= YES + +PHP_LANG?= en +PHPDOCDIR= ${PREFIX}/share/doc/php + +.if ${PHP_LANG} != en +PKGNAMEPREFIX= ${PHP_LANG}- +PLIST= ${PKGDIR}/pkg-plist.${PHP_LANG} +PHPDOCDIR= ${PREFIX}/share/doc/${PHP_LANG}-php +.endif + +PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} + +do-install: + @${MKDIR} ${PHPDOCDIR} + @for i in ${WRKSRC}/*; do \ + ${INSTALL_DATA} $$i ${PHPDOCDIR}; \ + done + +.include diff --git a/lang/php_doc/distinfo b/lang/php_doc/distinfo new file mode 100644 index 000000000000..42d0c49dfa81 --- /dev/null +++ b/lang/php_doc/distinfo @@ -0,0 +1,4 @@ +MD5 (php/en/manual.tar.gz) = cf872407a5c713324b5da82783cc0ab5 +MD5 (php/de/manual.tar.gz) = 180f2a8c8d0eec3e2c3d819468ff6d4a +MD5 (php/fr/manual.tar.gz) = e1f1f1b525088e727e45faf1e3a85da6 +MD5 (php/es/manual.tar.gz) = 45b580f036ed6f5a7e96305990bbd057 diff --git a/lang/php_doc/pkg-comment b/lang/php_doc/pkg-comment new file mode 100644 index 000000000000..eabe400a1bcd --- /dev/null +++ b/lang/php_doc/pkg-comment @@ -0,0 +1 @@ +PHP documentation in HTML diff --git a/lang/php_doc/pkg-descr b/lang/php_doc/pkg-descr new file mode 100644 index 000000000000..a9e59f5b9197 --- /dev/null +++ b/lang/php_doc/pkg-descr @@ -0,0 +1,3 @@ +PHP documentation in HTML. + +WWW: http://www.php.net/docs.php diff --git a/lang/php_doc/pkg-plist b/lang/php_doc/pkg-plist new file mode 100644 index 000000000000..9d2640d24b14 --- /dev/null +++ b/lang/php_doc/pkg-plist @@ -0,0 +1,2081 @@ +%%PHPDOCDIR%%/appendixes.html +%%PHPDOCDIR%%/calling-user-functions.html +%%PHPDOCDIR%%/class.dir.html +%%PHPDOCDIR%%/class.orbitenum.html +%%PHPDOCDIR%%/class.orbitobject.html +%%PHPDOCDIR%%/class.orbitstruct.html +%%PHPDOCDIR%%/class.pear-error.html +%%PHPDOCDIR%%/class.pear.html +%%PHPDOCDIR%%/configuration.html +%%PHPDOCDIR%%/control-structures.alternative-syntax.html +%%PHPDOCDIR%%/control-structures.break.html +%%PHPDOCDIR%%/control-structures.continue.html +%%PHPDOCDIR%%/control-structures.do.while.html +%%PHPDOCDIR%%/control-structures.else.html +%%PHPDOCDIR%%/control-structures.elseif.html +%%PHPDOCDIR%%/control-structures.for.html +%%PHPDOCDIR%%/control-structures.foreach.html +%%PHPDOCDIR%%/control-structures.html +%%PHPDOCDIR%%/control-structures.switch.html +%%PHPDOCDIR%%/control-structures.while.html +%%PHPDOCDIR%%/copyright.html +%%PHPDOCDIR%%/debugger-protocol.html +%%PHPDOCDIR%%/debugger-using.html +%%PHPDOCDIR%%/debugger.html +%%PHPDOCDIR%%/feature-fileupload.multiple.html +%%PHPDOCDIR%%/features.connection-handling.html +%%PHPDOCDIR%%/features.cookies.html +%%PHPDOCDIR%%/features.error-handling.html +%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html +%%PHPDOCDIR%%/features.file-upload.html +%%PHPDOCDIR%%/features.file-upload.put-method.html +%%PHPDOCDIR%%/features.html +%%PHPDOCDIR%%/features.http-auth.html +%%PHPDOCDIR%%/features.images.html +%%PHPDOCDIR%%/features.persistent-connections.html +%%PHPDOCDIR%%/features.remote-files.html +%%PHPDOCDIR%%/funcref.html +%%PHPDOCDIR%%/function.abs.html +%%PHPDOCDIR%%/function.accept-connect.html +%%PHPDOCDIR%%/function.acos.html +%%PHPDOCDIR%%/function.addcslashes.html +%%PHPDOCDIR%%/function.addslashes.html +%%PHPDOCDIR%%/function.apache-lookup-uri.html +%%PHPDOCDIR%%/function.apache-note.html +%%PHPDOCDIR%%/function.array-count-values.html +%%PHPDOCDIR%%/function.array-diff.html +%%PHPDOCDIR%%/function.array-filter.html +%%PHPDOCDIR%%/function.array-flip.html +%%PHPDOCDIR%%/function.array-intersect.html +%%PHPDOCDIR%%/function.array-keys.html +%%PHPDOCDIR%%/function.array-map.html +%%PHPDOCDIR%%/function.array-merge-recursive.html +%%PHPDOCDIR%%/function.array-merge.html +%%PHPDOCDIR%%/function.array-multisort.html +%%PHPDOCDIR%%/function.array-pad.html +%%PHPDOCDIR%%/function.array-pop.html +%%PHPDOCDIR%%/function.array-push.html +%%PHPDOCDIR%%/function.array-rand.html +%%PHPDOCDIR%%/function.array-reduce.html +%%PHPDOCDIR%%/function.array-reverse.html +%%PHPDOCDIR%%/function.array-search.html +%%PHPDOCDIR%%/function.array-shift.html +%%PHPDOCDIR%%/function.array-slice.html +%%PHPDOCDIR%%/function.array-splice.html +%%PHPDOCDIR%%/function.array-sum.html +%%PHPDOCDIR%%/function.array-unique.html +%%PHPDOCDIR%%/function.array-unshift.html +%%PHPDOCDIR%%/function.array-values.html +%%PHPDOCDIR%%/function.array-walk.html +%%PHPDOCDIR%%/function.array.html +%%PHPDOCDIR%%/function.arsort.html +%%PHPDOCDIR%%/function.ascii2ebcdic.html +%%PHPDOCDIR%%/function.asin.html +%%PHPDOCDIR%%/function.asort.html +%%PHPDOCDIR%%/function.aspell-check-raw.html +%%PHPDOCDIR%%/function.aspell-check.html +%%PHPDOCDIR%%/function.aspell-new.html +%%PHPDOCDIR%%/function.aspell-suggest.html +%%PHPDOCDIR%%/function.assert-options.html +%%PHPDOCDIR%%/function.assert.html +%%PHPDOCDIR%%/function.atan.html +%%PHPDOCDIR%%/function.atan2.html +%%PHPDOCDIR%%/function.base-convert.html +%%PHPDOCDIR%%/function.base64-decode.html +%%PHPDOCDIR%%/function.base64-encode.html +%%PHPDOCDIR%%/function.basename.html +%%PHPDOCDIR%%/function.bcadd.html +%%PHPDOCDIR%%/function.bccomp.html +%%PHPDOCDIR%%/function.bcdiv.html +%%PHPDOCDIR%%/function.bcmod.html +%%PHPDOCDIR%%/function.bcmul.html +%%PHPDOCDIR%%/function.bcpow.html +%%PHPDOCDIR%%/function.bcscale.html +%%PHPDOCDIR%%/function.bcsqrt.html +%%PHPDOCDIR%%/function.bcsub.html +%%PHPDOCDIR%%/function.bin2hex.html +%%PHPDOCDIR%%/function.bind.html +%%PHPDOCDIR%%/function.bindec.html +%%PHPDOCDIR%%/function.bindtextdomain.html +%%PHPDOCDIR%%/function.bzclose.html +%%PHPDOCDIR%%/function.bzcompress.html +%%PHPDOCDIR%%/function.bzdecompress.html +%%PHPDOCDIR%%/function.bzerrno.html +%%PHPDOCDIR%%/function.bzerror.html +%%PHPDOCDIR%%/function.bzerrstr.html +%%PHPDOCDIR%%/function.bzflush.html +%%PHPDOCDIR%%/function.bzopen.html +%%PHPDOCDIR%%/function.bzread.html +%%PHPDOCDIR%%/function.bzwrite.html +%%PHPDOCDIR%%/function.call-user-func-array.html +%%PHPDOCDIR%%/function.call-user-func.html +%%PHPDOCDIR%%/function.call-user-method-array.html +%%PHPDOCDIR%%/function.call-user-method.html +%%PHPDOCDIR%%/function.ceil.html +%%PHPDOCDIR%%/function.chdir.html +%%PHPDOCDIR%%/function.checkdate.html +%%PHPDOCDIR%%/function.checkdnsrr.html +%%PHPDOCDIR%%/function.chgrp.html +%%PHPDOCDIR%%/function.chmod.html +%%PHPDOCDIR%%/function.chop.html +%%PHPDOCDIR%%/function.chown.html +%%PHPDOCDIR%%/function.chr.html +%%PHPDOCDIR%%/function.chroot.html +%%PHPDOCDIR%%/function.chunk-split.html +%%PHPDOCDIR%%/function.class-exists.html +%%PHPDOCDIR%%/function.clearstatcache.html +%%PHPDOCDIR%%/function.close.html +%%PHPDOCDIR%%/function.closedir.html +%%PHPDOCDIR%%/function.closelog.html +%%PHPDOCDIR%%/function.com-get.html +%%PHPDOCDIR%%/function.com-invoke.html +%%PHPDOCDIR%%/function.com-load.html +%%PHPDOCDIR%%/function.com-propget.html +%%PHPDOCDIR%%/function.com-propput.html +%%PHPDOCDIR%%/function.com-propset.html +%%PHPDOCDIR%%/function.com-set.html +%%PHPDOCDIR%%/function.compact.html +%%PHPDOCDIR%%/function.connect.html +%%PHPDOCDIR%%/function.connection-aborted.html +%%PHPDOCDIR%%/function.connection-status.html +%%PHPDOCDIR%%/function.connection-timeout.html +%%PHPDOCDIR%%/function.constant.html +%%PHPDOCDIR%%/function.convert-cyr-string.html +%%PHPDOCDIR%%/function.copy.html +%%PHPDOCDIR%%/function.cos.html +%%PHPDOCDIR%%/function.count-chars.html +%%PHPDOCDIR%%/function.count.html +%%PHPDOCDIR%%/function.cpdf-add-annotation.html +%%PHPDOCDIR%%/function.cpdf-add-outline.html +%%PHPDOCDIR%%/function.cpdf-arc.html +%%PHPDOCDIR%%/function.cpdf-begin-text.html +%%PHPDOCDIR%%/function.cpdf-circle.html +%%PHPDOCDIR%%/function.cpdf-clip.html +%%PHPDOCDIR%%/function.cpdf-close.html +%%PHPDOCDIR%%/function.cpdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath.html +%%PHPDOCDIR%%/function.cpdf-continue-text.html +%%PHPDOCDIR%%/function.cpdf-curveto.html +%%PHPDOCDIR%%/function.cpdf-end-text.html +%%PHPDOCDIR%%/function.cpdf-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-fill.html +%%PHPDOCDIR%%/function.cpdf-finalize-page.html +%%PHPDOCDIR%%/function.cpdf-finalize.html +%%PHPDOCDIR%%/function.cpdf-global-set-document-limits.html +%%PHPDOCDIR%%/function.cpdf-import-jpeg.html +%%PHPDOCDIR%%/function.cpdf-lineto.html +%%PHPDOCDIR%%/function.cpdf-moveto.html +%%PHPDOCDIR%%/function.cpdf-newpath.html +%%PHPDOCDIR%%/function.cpdf-open.html +%%PHPDOCDIR%%/function.cpdf-output-buffer.html +%%PHPDOCDIR%%/function.cpdf-page-init.html +%%PHPDOCDIR%%/function.cpdf-place-inline-image.html +%%PHPDOCDIR%%/function.cpdf-rect.html +%%PHPDOCDIR%%/function.cpdf-restore.html +%%PHPDOCDIR%%/function.cpdf-rlineto.html +%%PHPDOCDIR%%/function.cpdf-rmoveto.html +%%PHPDOCDIR%%/function.cpdf-rotate.html +%%PHPDOCDIR%%/function.cpdf-save-to-file.html +%%PHPDOCDIR%%/function.cpdf-save.html +%%PHPDOCDIR%%/function.cpdf-scale.html +%%PHPDOCDIR%%/function.cpdf-set-char-spacing.html +%%PHPDOCDIR%%/function.cpdf-set-creator.html +%%PHPDOCDIR%%/function.cpdf-set-current-page.html +%%PHPDOCDIR%%/function.cpdf-set-font.html +%%PHPDOCDIR%%/function.cpdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.cpdf-set-keywords.html +%%PHPDOCDIR%%/function.cpdf-set-leading.html +%%PHPDOCDIR%%/function.cpdf-set-page-animation.html +%%PHPDOCDIR%%/function.cpdf-set-subject.html +%%PHPDOCDIR%%/function.cpdf-set-text-matrix.html +%%PHPDOCDIR%%/function.cpdf-set-text-pos.html +%%PHPDOCDIR%%/function.cpdf-set-text-rendering.html +%%PHPDOCDIR%%/function.cpdf-set-text-rise.html +%%PHPDOCDIR%%/function.cpdf-set-title.html +%%PHPDOCDIR%%/function.cpdf-set-word-spacing.html +%%PHPDOCDIR%%/function.cpdf-setdash.html +%%PHPDOCDIR%%/function.cpdf-setflat.html +%%PHPDOCDIR%%/function.cpdf-setgray-fill.html +%%PHPDOCDIR%%/function.cpdf-setgray-stroke.html +%%PHPDOCDIR%%/function.cpdf-setgray.html +%%PHPDOCDIR%%/function.cpdf-setlinecap.html +%%PHPDOCDIR%%/function.cpdf-setlinejoin.html +%%PHPDOCDIR%%/function.cpdf-setlinewidth.html +%%PHPDOCDIR%%/function.cpdf-setmiterlimit.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor.html +%%PHPDOCDIR%%/function.cpdf-show-xy.html +%%PHPDOCDIR%%/function.cpdf-show.html +%%PHPDOCDIR%%/function.cpdf-stringwidth.html +%%PHPDOCDIR%%/function.cpdf-stroke.html +%%PHPDOCDIR%%/function.cpdf-text.html +%%PHPDOCDIR%%/function.cpdf-translate.html +%%PHPDOCDIR%%/function.crc32.html +%%PHPDOCDIR%%/function.create-function.html +%%PHPDOCDIR%%/function.crypt.html +%%PHPDOCDIR%%/function.ctype-alnum.html +%%PHPDOCDIR%%/function.ctype-alpha.html +%%PHPDOCDIR%%/function.ctype-cntrl.html +%%PHPDOCDIR%%/function.ctype-digit.html +%%PHPDOCDIR%%/function.ctype-graph.html +%%PHPDOCDIR%%/function.ctype-lower.html +%%PHPDOCDIR%%/function.ctype-print.html +%%PHPDOCDIR%%/function.ctype-punct.html +%%PHPDOCDIR%%/function.ctype-space.html +%%PHPDOCDIR%%/function.ctype-upper.html +%%PHPDOCDIR%%/function.ctype-xdigit.html +%%PHPDOCDIR%%/function.curl-close.html +%%PHPDOCDIR%%/function.curl-exec.html +%%PHPDOCDIR%%/function.curl-init.html +%%PHPDOCDIR%%/function.curl-setopt.html +%%PHPDOCDIR%%/function.curl-version.html +%%PHPDOCDIR%%/function.current.html +%%PHPDOCDIR%%/function.cybercash-base64-decode.html +%%PHPDOCDIR%%/function.cybercash-base64-encode.html +%%PHPDOCDIR%%/function.cybercash-decr.html +%%PHPDOCDIR%%/function.cybercash-encr.html +%%PHPDOCDIR%%/function.date.html +%%PHPDOCDIR%%/function.dba-close.html +%%PHPDOCDIR%%/function.dba-delete.html +%%PHPDOCDIR%%/function.dba-exists.html +%%PHPDOCDIR%%/function.dba-fetch.html +%%PHPDOCDIR%%/function.dba-firstkey.html +%%PHPDOCDIR%%/function.dba-insert.html +%%PHPDOCDIR%%/function.dba-nextkey.html +%%PHPDOCDIR%%/function.dba-open.html +%%PHPDOCDIR%%/function.dba-optimize.html +%%PHPDOCDIR%%/function.dba-popen.html +%%PHPDOCDIR%%/function.dba-replace.html +%%PHPDOCDIR%%/function.dba-sync.html +%%PHPDOCDIR%%/function.dbase-add-record.html +%%PHPDOCDIR%%/function.dbase-close.html +%%PHPDOCDIR%%/function.dbase-create.html +%%PHPDOCDIR%%/function.dbase-delete-record.html +%%PHPDOCDIR%%/function.dbase-get-record-with-names.html +%%PHPDOCDIR%%/function.dbase-get-record.html +%%PHPDOCDIR%%/function.dbase-numfields.html +%%PHPDOCDIR%%/function.dbase-numrecords.html +%%PHPDOCDIR%%/function.dbase-open.html +%%PHPDOCDIR%%/function.dbase-pack.html +%%PHPDOCDIR%%/function.dbase-replace-record.html +%%PHPDOCDIR%%/function.dblist.html +%%PHPDOCDIR%%/function.dbmclose.html +%%PHPDOCDIR%%/function.dbmdelete.html +%%PHPDOCDIR%%/function.dbmexists.html +%%PHPDOCDIR%%/function.dbmfetch.html +%%PHPDOCDIR%%/function.dbmfirstkey.html +%%PHPDOCDIR%%/function.dbminsert.html +%%PHPDOCDIR%%/function.dbmnextkey.html +%%PHPDOCDIR%%/function.dbmopen.html +%%PHPDOCDIR%%/function.dbmreplace.html +%%PHPDOCDIR%%/function.dbx-close.html +%%PHPDOCDIR%%/function.dbx-cmp-asc.html +%%PHPDOCDIR%%/function.dbx-cmp-desc.html +%%PHPDOCDIR%%/function.dbx-connect.html +%%PHPDOCDIR%%/function.dbx-error.html +%%PHPDOCDIR%%/function.dbx-query.html +%%PHPDOCDIR%%/function.dbx-sort.html +%%PHPDOCDIR%%/function.dcgettext.html +%%PHPDOCDIR%%/function.debugger-off.html +%%PHPDOCDIR%%/function.debugger-on.html +%%PHPDOCDIR%%/function.decbin.html +%%PHPDOCDIR%%/function.dechex.html +%%PHPDOCDIR%%/function.decoct.html +%%PHPDOCDIR%%/function.define-syslog-variables.html +%%PHPDOCDIR%%/function.define.html +%%PHPDOCDIR%%/function.defined.html +%%PHPDOCDIR%%/function.deg2rad.html +%%PHPDOCDIR%%/function.delete.html +%%PHPDOCDIR%%/function.dgettext.html +%%PHPDOCDIR%%/function.die.html +%%PHPDOCDIR%%/function.dirname.html +%%PHPDOCDIR%%/function.diskfreespace.html +%%PHPDOCDIR%%/function.dl.html +%%PHPDOCDIR%%/function.domxml_add_root.html +%%PHPDOCDIR%%/function.domxml_attributes.html +%%PHPDOCDIR%%/function.domxml_children.html +%%PHPDOCDIR%%/function.domxml_dumpmem.html +%%PHPDOCDIR%%/function.domxml_get_attribute.html +%%PHPDOCDIR%%/function.domxml_new_child.html +%%PHPDOCDIR%%/function.domxml_new_xmldoc.html +%%PHPDOCDIR%%/function.domxml_root.html +%%PHPDOCDIR%%/function.domxml_set_attribute.html +%%PHPDOCDIR%%/function.doubleval.html +%%PHPDOCDIR%%/function.each.html +%%PHPDOCDIR%%/function.easter-date.html +%%PHPDOCDIR%%/function.easter-days.html +%%PHPDOCDIR%%/function.ebcdic2ascii.html +%%PHPDOCDIR%%/function.echo.html +%%PHPDOCDIR%%/function.empty.html +%%PHPDOCDIR%%/function.end.html +%%PHPDOCDIR%%/function.ereg-replace.html +%%PHPDOCDIR%%/function.ereg.html +%%PHPDOCDIR%%/function.eregi-replace.html +%%PHPDOCDIR%%/function.eregi.html +%%PHPDOCDIR%%/function.error-log.html +%%PHPDOCDIR%%/function.error-reporting.html +%%PHPDOCDIR%%/function.escapeshellarg.html +%%PHPDOCDIR%%/function.escapeshellcmd.html +%%PHPDOCDIR%%/function.eval.html +%%PHPDOCDIR%%/function.exec.html +%%PHPDOCDIR%%/function.exit.html +%%PHPDOCDIR%%/function.exp.html +%%PHPDOCDIR%%/function.explode.html +%%PHPDOCDIR%%/function.extension-loaded.html +%%PHPDOCDIR%%/function.extract.html +%%PHPDOCDIR%%/function.ezmlm-hash.html +%%PHPDOCDIR%%/function.fclose.html +%%PHPDOCDIR%%/function.fdf-close.html +%%PHPDOCDIR%%/function.fdf-create.html +%%PHPDOCDIR%%/function.fdf-get-file.html +%%PHPDOCDIR%%/function.fdf-get-status.html +%%PHPDOCDIR%%/function.fdf-get-value.html +%%PHPDOCDIR%%/function.fdf-next-field-name.html +%%PHPDOCDIR%%/function.fdf-open.html +%%PHPDOCDIR%%/function.fdf-save.html +%%PHPDOCDIR%%/function.fdf-set-ap.html +%%PHPDOCDIR%%/function.fdf-set-file.html +%%PHPDOCDIR%%/function.fdf-set-flags.html +%%PHPDOCDIR%%/function.fdf-set-javascript-action.html +%%PHPDOCDIR%%/function.fdf-set-opt.html +%%PHPDOCDIR%%/function.fdf-set-status.html +%%PHPDOCDIR%%/function.fdf-set-submit-form-action.html +%%PHPDOCDIR%%/function.fdf-set-value.html +%%PHPDOCDIR%%/function.feof.html +%%PHPDOCDIR%%/function.fflush.html +%%PHPDOCDIR%%/function.fgetc.html +%%PHPDOCDIR%%/function.fgetcsv.html +%%PHPDOCDIR%%/function.fgets.html +%%PHPDOCDIR%%/function.fgetss.html +%%PHPDOCDIR%%/function.file-exists.html +%%PHPDOCDIR%%/function.file.html +%%PHPDOCDIR%%/function.fileatime.html +%%PHPDOCDIR%%/function.filectime.html +%%PHPDOCDIR%%/function.filegroup.html +%%PHPDOCDIR%%/function.fileinode.html +%%PHPDOCDIR%%/function.filemtime.html +%%PHPDOCDIR%%/function.fileowner.html +%%PHPDOCDIR%%/function.fileperms.html +%%PHPDOCDIR%%/function.filepro-fieldcount.html +%%PHPDOCDIR%%/function.filepro-fieldname.html +%%PHPDOCDIR%%/function.filepro-fieldtype.html +%%PHPDOCDIR%%/function.filepro-fieldwidth.html +%%PHPDOCDIR%%/function.filepro-retrieve.html +%%PHPDOCDIR%%/function.filepro-rowcount.html +%%PHPDOCDIR%%/function.filepro.html +%%PHPDOCDIR%%/function.filesize.html +%%PHPDOCDIR%%/function.filetype.html +%%PHPDOCDIR%%/function.flock.html +%%PHPDOCDIR%%/function.floor.html +%%PHPDOCDIR%%/function.flush.html +%%PHPDOCDIR%%/function.fopen.html +%%PHPDOCDIR%%/function.fpassthru.html +%%PHPDOCDIR%%/function.fputs.html +%%PHPDOCDIR%%/function.fread.html +%%PHPDOCDIR%%/function.frenchtojd.html +%%PHPDOCDIR%%/function.fscanf.html +%%PHPDOCDIR%%/function.fseek.html +%%PHPDOCDIR%%/function.fsockopen.html +%%PHPDOCDIR%%/function.fstat.html +%%PHPDOCDIR%%/function.ftell.html +%%PHPDOCDIR%%/function.ftp-cdup.html +%%PHPDOCDIR%%/function.ftp-chdir.html +%%PHPDOCDIR%%/function.ftp-connect.html +%%PHPDOCDIR%%/function.ftp-delete.html +%%PHPDOCDIR%%/function.ftp-fget.html +%%PHPDOCDIR%%/function.ftp-fput.html +%%PHPDOCDIR%%/function.ftp-get.html +%%PHPDOCDIR%%/function.ftp-login.html +%%PHPDOCDIR%%/function.ftp-mdtm.html +%%PHPDOCDIR%%/function.ftp-mkdir.html +%%PHPDOCDIR%%/function.ftp-nlist.html +%%PHPDOCDIR%%/function.ftp-pasv.html +%%PHPDOCDIR%%/function.ftp-put.html +%%PHPDOCDIR%%/function.ftp-pwd.html +%%PHPDOCDIR%%/function.ftp-quit.html +%%PHPDOCDIR%%/function.ftp-rawlist.html +%%PHPDOCDIR%%/function.ftp-rename.html +%%PHPDOCDIR%%/function.ftp-rmdir.html +%%PHPDOCDIR%%/function.ftp-site.html +%%PHPDOCDIR%%/function.ftp-size.html +%%PHPDOCDIR%%/function.ftp-systype.html +%%PHPDOCDIR%%/function.ftruncate.html +%%PHPDOCDIR%%/function.func-get-arg.html +%%PHPDOCDIR%%/function.func-get-args.html +%%PHPDOCDIR%%/function.func-num-args.html +%%PHPDOCDIR%%/function.function-exists.html +%%PHPDOCDIR%%/function.fwrite.html +%%PHPDOCDIR%%/function.get-browser.html +%%PHPDOCDIR%%/function.get-cfg-var.html +%%PHPDOCDIR%%/function.get-class-methods.html +%%PHPDOCDIR%%/function.get-class-vars.html +%%PHPDOCDIR%%/function.get-class.html +%%PHPDOCDIR%%/function.get-current-user.html +%%PHPDOCDIR%%/function.get-declared-classes.html +%%PHPDOCDIR%%/function.get-defined-functions.html +%%PHPDOCDIR%%/function.get-defined-vars.html +%%PHPDOCDIR%%/function.get-extension-funcs.html +%%PHPDOCDIR%%/function.get-html-translation-table.html +%%PHPDOCDIR%%/function.get-included-files.html +%%PHPDOCDIR%%/function.get-loaded-extensions.html +%%PHPDOCDIR%%/function.get-magic-quotes-gpc.html +%%PHPDOCDIR%%/function.get-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.get-meta-tags.html +%%PHPDOCDIR%%/function.get-object-vars.html +%%PHPDOCDIR%%/function.get-parent-class.html +%%PHPDOCDIR%%/function.get-required-files.html +%%PHPDOCDIR%%/function.get-resource-type.html +%%PHPDOCDIR%%/function.getallheaders.html +%%PHPDOCDIR%%/function.getcwd.html +%%PHPDOCDIR%%/function.getdate.html +%%PHPDOCDIR%%/function.getenv.html +%%PHPDOCDIR%%/function.gethostbyaddr.html +%%PHPDOCDIR%%/function.gethostbyname.html +%%PHPDOCDIR%%/function.gethostbynamel.html +%%PHPDOCDIR%%/function.getimagesize.html +%%PHPDOCDIR%%/function.getlastmod.html +%%PHPDOCDIR%%/function.getmxrr.html +%%PHPDOCDIR%%/function.getmyinode.html +%%PHPDOCDIR%%/function.getmypid.html +%%PHPDOCDIR%%/function.getmyuid.html +%%PHPDOCDIR%%/function.getprotobyname.html +%%PHPDOCDIR%%/function.getprotobynumber.html +%%PHPDOCDIR%%/function.getrandmax.html +%%PHPDOCDIR%%/function.getrusage.html +%%PHPDOCDIR%%/function.getservbyname.html +%%PHPDOCDIR%%/function.getservbyport.html +%%PHPDOCDIR%%/function.gettext.html +%%PHPDOCDIR%%/function.gettimeofday.html +%%PHPDOCDIR%%/function.gettype.html +%%PHPDOCDIR%%/function.gmdate.html +%%PHPDOCDIR%%/function.gmmktime.html +%%PHPDOCDIR%%/function.gmp-abs.html +%%PHPDOCDIR%%/function.gmp-add.html +%%PHPDOCDIR%%/function.gmp-and.html +%%PHPDOCDIR%%/function.gmp-clrbit.html +%%PHPDOCDIR%%/function.gmp-cmp.html +%%PHPDOCDIR%%/function.gmp-div-q.html +%%PHPDOCDIR%%/function.gmp-div-qr.html +%%PHPDOCDIR%%/function.gmp-div-r.html +%%PHPDOCDIR%%/function.gmp-div.html +%%PHPDOCDIR%%/function.gmp-divexact.html +%%PHPDOCDIR%%/function.gmp-fact.html +%%PHPDOCDIR%%/function.gmp-gcd.html +%%PHPDOCDIR%%/function.gmp-gcdext.html +%%PHPDOCDIR%%/function.gmp-hamdist.html +%%PHPDOCDIR%%/function.gmp-init.html +%%PHPDOCDIR%%/function.gmp-intval.html +%%PHPDOCDIR%%/function.gmp-invert.html +%%PHPDOCDIR%%/function.gmp-jacobi.html +%%PHPDOCDIR%%/function.gmp-legendre.html +%%PHPDOCDIR%%/function.gmp-mod.html +%%PHPDOCDIR%%/function.gmp-mul.html +%%PHPDOCDIR%%/function.gmp-neg.html +%%PHPDOCDIR%%/function.gmp-or.html +%%PHPDOCDIR%%/function.gmp-perfect-square.html +%%PHPDOCDIR%%/function.gmp-popcount.html +%%PHPDOCDIR%%/function.gmp-pow.html +%%PHPDOCDIR%%/function.gmp-powm.html +%%PHPDOCDIR%%/function.gmp-prob-prime.html +%%PHPDOCDIR%%/function.gmp-random.html +%%PHPDOCDIR%%/function.gmp-scan0.html +%%PHPDOCDIR%%/function.gmp-scan1.html +%%PHPDOCDIR%%/function.gmp-setbit.html +%%PHPDOCDIR%%/function.gmp-sign.html +%%PHPDOCDIR%%/function.gmp-sqrt.html +%%PHPDOCDIR%%/function.gmp-sqrtrm.html +%%PHPDOCDIR%%/function.gmp-strval.html +%%PHPDOCDIR%%/function.gmp-sub.html +%%PHPDOCDIR%%/function.gmp-xor.html +%%PHPDOCDIR%%/function.gmstrftime.html +%%PHPDOCDIR%%/function.gregoriantojd.html +%%PHPDOCDIR%%/function.gzclose.html +%%PHPDOCDIR%%/function.gzcompress.html +%%PHPDOCDIR%%/function.gzdeflate.html +%%PHPDOCDIR%%/function.gzencode.html +%%PHPDOCDIR%%/function.gzeof.html +%%PHPDOCDIR%%/function.gzfile.html +%%PHPDOCDIR%%/function.gzgetc.html +%%PHPDOCDIR%%/function.gzgets.html +%%PHPDOCDIR%%/function.gzgetss.html +%%PHPDOCDIR%%/function.gzinflate.html +%%PHPDOCDIR%%/function.gzopen.html +%%PHPDOCDIR%%/function.gzpassthru.html +%%PHPDOCDIR%%/function.gzputs.html +%%PHPDOCDIR%%/function.gzread.html +%%PHPDOCDIR%%/function.gzrewind.html +%%PHPDOCDIR%%/function.gzseek.html +%%PHPDOCDIR%%/function.gztell.html +%%PHPDOCDIR%%/function.gzuncompress.html +%%PHPDOCDIR%%/function.gzwrite.html +%%PHPDOCDIR%%/function.header.html +%%PHPDOCDIR%%/function.headers-sent.html +%%PHPDOCDIR%%/function.hebrev.html +%%PHPDOCDIR%%/function.hebrevc.html +%%PHPDOCDIR%%/function.hexdec.html +%%PHPDOCDIR%%/function.highlight-file.html +%%PHPDOCDIR%%/function.highlight-string.html +%%PHPDOCDIR%%/function.htmlentities.html +%%PHPDOCDIR%%/function.htmlspecialchars.html +%%PHPDOCDIR%%/function.hw-array2objrec.html +%%PHPDOCDIR%%/function.hw-children.html +%%PHPDOCDIR%%/function.hw-childrenobj.html +%%PHPDOCDIR%%/function.hw-close.html +%%PHPDOCDIR%%/function.hw-connect.html +%%PHPDOCDIR%%/function.hw-cp.html +%%PHPDOCDIR%%/function.hw-deleteobject.html +%%PHPDOCDIR%%/function.hw-docbyanchor.html +%%PHPDOCDIR%%/function.hw-docbyanchorobj.html +%%PHPDOCDIR%%/function.hw-document-attributes.html +%%PHPDOCDIR%%/function.hw-document-bodytag.html +%%PHPDOCDIR%%/function.hw-document-content.html +%%PHPDOCDIR%%/function.hw-document-setcontent.html +%%PHPDOCDIR%%/function.hw-document-size.html +%%PHPDOCDIR%%/function.hw-edittext.html +%%PHPDOCDIR%%/function.hw-error.html +%%PHPDOCDIR%%/function.hw-errormsg.html +%%PHPDOCDIR%%/function.hw-free-document.html +%%PHPDOCDIR%%/function.hw-getanchors.html +%%PHPDOCDIR%%/function.hw-getanchorsobj.html +%%PHPDOCDIR%%/function.hw-getandlock.html +%%PHPDOCDIR%%/function.hw-getchildcoll.html +%%PHPDOCDIR%%/function.hw-getchildcollobj.html +%%PHPDOCDIR%%/function.hw-getchilddoccoll.html +%%PHPDOCDIR%%/function.hw-getchilddoccollobj.html +%%PHPDOCDIR%%/function.hw-getobject.html +%%PHPDOCDIR%%/function.hw-getobjectbyquery.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycoll.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycollobj.html +%%PHPDOCDIR%%/function.hw-getobjectbyqueryobj.html +%%PHPDOCDIR%%/function.hw-getparents.html +%%PHPDOCDIR%%/function.hw-getparentsobj.html +%%PHPDOCDIR%%/function.hw-getremote.html +%%PHPDOCDIR%%/function.hw-getremotechildren.html +%%PHPDOCDIR%%/function.hw-getsrcbydestobj.html +%%PHPDOCDIR%%/function.hw-gettext.html +%%PHPDOCDIR%%/function.hw-getusername.html +%%PHPDOCDIR%%/function.hw-identify.html +%%PHPDOCDIR%%/function.hw-incollections.html +%%PHPDOCDIR%%/function.hw-info.html +%%PHPDOCDIR%%/function.hw-inscoll.html +%%PHPDOCDIR%%/function.hw-insdoc.html +%%PHPDOCDIR%%/function.hw-insertdocument.html +%%PHPDOCDIR%%/function.hw-insertobject.html +%%PHPDOCDIR%%/function.hw-mapid.html +%%PHPDOCDIR%%/function.hw-modifyobject.html +%%PHPDOCDIR%%/function.hw-mv.html +%%PHPDOCDIR%%/function.hw-new-document.html +%%PHPDOCDIR%%/function.hw-objrec2array.html +%%PHPDOCDIR%%/function.hw-output-document.html +%%PHPDOCDIR%%/function.hw-pconnect.html +%%PHPDOCDIR%%/function.hw-pipedocument.html +%%PHPDOCDIR%%/function.hw-root.html +%%PHPDOCDIR%%/function.hw-unlock.html +%%PHPDOCDIR%%/function.hw-who.html +%%PHPDOCDIR%%/function.ibase-close.html +%%PHPDOCDIR%%/function.ibase-commit.html +%%PHPDOCDIR%%/function.ibase-connect.html +%%PHPDOCDIR%%/function.ibase-errmsg.html +%%PHPDOCDIR%%/function.ibase-execute.html +%%PHPDOCDIR%%/function.ibase-fetch-object.html +%%PHPDOCDIR%%/function.ibase-fetch-row.html +%%PHPDOCDIR%%/function.ibase-field-info.html +%%PHPDOCDIR%%/function.ibase-free-query.html +%%PHPDOCDIR%%/function.ibase-free-result.html +%%PHPDOCDIR%%/function.ibase-num-fields.html +%%PHPDOCDIR%%/function.ibase-pconnect.html +%%PHPDOCDIR%%/function.ibase-prepare.html +%%PHPDOCDIR%%/function.ibase-query.html +%%PHPDOCDIR%%/function.ibase-rollback.html +%%PHPDOCDIR%%/function.ibase-timefmt.html +%%PHPDOCDIR%%/function.ibase-trans.html +%%PHPDOCDIR%%/function.icap-close.html +%%PHPDOCDIR%%/function.icap-delete-event.html +%%PHPDOCDIR%%/function.icap-fetch-event.html +%%PHPDOCDIR%%/function.icap-list-alarms.html +%%PHPDOCDIR%%/function.icap-list-events.html +%%PHPDOCDIR%%/function.icap-open.html +%%PHPDOCDIR%%/function.icap-snooze.html +%%PHPDOCDIR%%/function.icap-store-event.html +%%PHPDOCDIR%%/function.ifx-affected-rows.html +%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html +%%PHPDOCDIR%%/function.ifx-byteasvarchar.html +%%PHPDOCDIR%%/function.ifx-close.html +%%PHPDOCDIR%%/function.ifx-connect.html +%%PHPDOCDIR%%/function.ifx-copy-blob.html +%%PHPDOCDIR%%/function.ifx-create-blob.html +%%PHPDOCDIR%%/function.ifx-create-char.html +%%PHPDOCDIR%%/function.ifx-do.html +%%PHPDOCDIR%%/function.ifx-error.html +%%PHPDOCDIR%%/function.ifx-errormsg.html +%%PHPDOCDIR%%/function.ifx-fetch-row.html +%%PHPDOCDIR%%/function.ifx-fieldproperties.html +%%PHPDOCDIR%%/function.ifx-fieldtypes.html +%%PHPDOCDIR%%/function.ifx-free-blob.html +%%PHPDOCDIR%%/function.ifx-free-char.html +%%PHPDOCDIR%%/function.ifx-free-result.html +%%PHPDOCDIR%%/function.ifx-get-blob.html +%%PHPDOCDIR%%/function.ifx-get-char.html +%%PHPDOCDIR%%/function.ifx-getsqlca.html +%%PHPDOCDIR%%/function.ifx-htmltbl-result.html +%%PHPDOCDIR%%/function.ifx-nullformat.html +%%PHPDOCDIR%%/function.ifx-num-fields.html +%%PHPDOCDIR%%/function.ifx-num-rows.html +%%PHPDOCDIR%%/function.ifx-pconnect.html +%%PHPDOCDIR%%/function.ifx-prepare.html +%%PHPDOCDIR%%/function.ifx-query.html +%%PHPDOCDIR%%/function.ifx-textasvarchar.html +%%PHPDOCDIR%%/function.ifx-update-blob.html +%%PHPDOCDIR%%/function.ifx-update-char.html +%%PHPDOCDIR%%/function.ifxus-close-slob.html +%%PHPDOCDIR%%/function.ifxus-create-slob.html +%%PHPDOCDIR%%/function.ifxus-free-slob.html +%%PHPDOCDIR%%/function.ifxus-open-slob.html +%%PHPDOCDIR%%/function.ifxus-read-slob.html +%%PHPDOCDIR%%/function.ifxus-seek-slob.html +%%PHPDOCDIR%%/function.ifxus-tell-slob.html +%%PHPDOCDIR%%/function.ifxus-write-slob.html +%%PHPDOCDIR%%/function.ignore-user-abort.html +%%PHPDOCDIR%%/function.imagealphablending.html +%%PHPDOCDIR%%/function.imagearc.html +%%PHPDOCDIR%%/function.imagechar.html +%%PHPDOCDIR%%/function.imagecharup.html +%%PHPDOCDIR%%/function.imagecolorallocate.html +%%PHPDOCDIR%%/function.imagecolorat.html +%%PHPDOCDIR%%/function.imagecolorclosest.html +%%PHPDOCDIR%%/function.imagecolorclosestalpha.html +%%PHPDOCDIR%%/function.imagecolordeallocate.html +%%PHPDOCDIR%%/function.imagecolorexact.html +%%PHPDOCDIR%%/function.imagecolorexactalpha.html +%%PHPDOCDIR%%/function.imagecolorresolve.html +%%PHPDOCDIR%%/function.imagecolorresolvealpha.html +%%PHPDOCDIR%%/function.imagecolorset.html +%%PHPDOCDIR%%/function.imagecolorsforindex.html +%%PHPDOCDIR%%/function.imagecolorstotal.html +%%PHPDOCDIR%%/function.imagecolortransparent.html +%%PHPDOCDIR%%/function.imagecopy.html +%%PHPDOCDIR%%/function.imagecopymerge.html +%%PHPDOCDIR%%/function.imagecopymergegray.html +%%PHPDOCDIR%%/function.imagecopyresampled.html +%%PHPDOCDIR%%/function.imagecopyresized.html +%%PHPDOCDIR%%/function.imagecreate.html +%%PHPDOCDIR%%/function.imagecreatefromgif.html +%%PHPDOCDIR%%/function.imagecreatefromjpeg.html +%%PHPDOCDIR%%/function.imagecreatefrompng.html +%%PHPDOCDIR%%/function.imagecreatefromstring.html +%%PHPDOCDIR%%/function.imagecreatefromwbmp.html +%%PHPDOCDIR%%/function.imagecreatetruecolor.html +%%PHPDOCDIR%%/function.imagedashedline.html +%%PHPDOCDIR%%/function.imagedestroy.html +%%PHPDOCDIR%%/function.imageellipse.html +%%PHPDOCDIR%%/function.imagefill.html +%%PHPDOCDIR%%/function.imagefilledarc.html +%%PHPDOCDIR%%/function.imagefilledellipse.html +%%PHPDOCDIR%%/function.imagefilledpolygon.html +%%PHPDOCDIR%%/function.imagefilledrectangle.html +%%PHPDOCDIR%%/function.imagefilltoborder.html +%%PHPDOCDIR%%/function.imagefontheight.html +%%PHPDOCDIR%%/function.imagefontwidth.html +%%PHPDOCDIR%%/function.imagegammacorrect.html +%%PHPDOCDIR%%/function.imagegif.html +%%PHPDOCDIR%%/function.imageinterlace.html +%%PHPDOCDIR%%/function.imagejpeg.html +%%PHPDOCDIR%%/function.imageline.html +%%PHPDOCDIR%%/function.imageloadfont.html +%%PHPDOCDIR%%/function.imagepng.html +%%PHPDOCDIR%%/function.imagepolygon.html +%%PHPDOCDIR%%/function.imagepsbbox.html +%%PHPDOCDIR%%/function.imagepsencodefont.html +%%PHPDOCDIR%%/function.imagepsextendfont.html +%%PHPDOCDIR%%/function.imagepsfreefont.html +%%PHPDOCDIR%%/function.imagepsloadfont.html +%%PHPDOCDIR%%/function.imagepsslantfont.html +%%PHPDOCDIR%%/function.imagepstext.html +%%PHPDOCDIR%%/function.imagerectangle.html +%%PHPDOCDIR%%/function.imagesetbrush.html +%%PHPDOCDIR%%/function.imagesetpixel.html +%%PHPDOCDIR%%/function.imagesetthickness.html +%%PHPDOCDIR%%/function.imagesettile.html +%%PHPDOCDIR%%/function.imagestring.html +%%PHPDOCDIR%%/function.imagestringup.html +%%PHPDOCDIR%%/function.imagesx.html +%%PHPDOCDIR%%/function.imagesy.html +%%PHPDOCDIR%%/function.imagetruecolortopalette.html +%%PHPDOCDIR%%/function.imagettfbbox.html +%%PHPDOCDIR%%/function.imagettftext.html +%%PHPDOCDIR%%/function.imagetypes.html +%%PHPDOCDIR%%/function.imagewbmp.html +%%PHPDOCDIR%%/function.imap-8bit.html +%%PHPDOCDIR%%/function.imap-alerts.html +%%PHPDOCDIR%%/function.imap-append.html +%%PHPDOCDIR%%/function.imap-base64.html +%%PHPDOCDIR%%/function.imap-binary.html +%%PHPDOCDIR%%/function.imap-body.html +%%PHPDOCDIR%%/function.imap-check.html +%%PHPDOCDIR%%/function.imap-clearflag-full.html +%%PHPDOCDIR%%/function.imap-close.html +%%PHPDOCDIR%%/function.imap-createmailbox.html +%%PHPDOCDIR%%/function.imap-delete.html +%%PHPDOCDIR%%/function.imap-deletemailbox.html +%%PHPDOCDIR%%/function.imap-errors.html +%%PHPDOCDIR%%/function.imap-expunge.html +%%PHPDOCDIR%%/function.imap-fetch-overview.html +%%PHPDOCDIR%%/function.imap-fetchbody.html +%%PHPDOCDIR%%/function.imap-fetchheader.html +%%PHPDOCDIR%%/function.imap-fetchstructure.html +%%PHPDOCDIR%%/function.imap-get-quota.html +%%PHPDOCDIR%%/function.imap-getmailboxes.html +%%PHPDOCDIR%%/function.imap-getsubscribed.html +%%PHPDOCDIR%%/function.imap-header.html +%%PHPDOCDIR%%/function.imap-headerinfo.html +%%PHPDOCDIR%%/function.imap-headers.html +%%PHPDOCDIR%%/function.imap-last-error.html +%%PHPDOCDIR%%/function.imap-listmailbox.html +%%PHPDOCDIR%%/function.imap-listsubscribed.html +%%PHPDOCDIR%%/function.imap-mail-compose.html +%%PHPDOCDIR%%/function.imap-mail-copy.html +%%PHPDOCDIR%%/function.imap-mail-move.html +%%PHPDOCDIR%%/function.imap-mail.html +%%PHPDOCDIR%%/function.imap-mailboxmsginfo.html +%%PHPDOCDIR%%/function.imap-mime-header-decode.html +%%PHPDOCDIR%%/function.imap-msgno.html +%%PHPDOCDIR%%/function.imap-num-msg.html +%%PHPDOCDIR%%/function.imap-num-recent.html +%%PHPDOCDIR%%/function.imap-open.html +%%PHPDOCDIR%%/function.imap-ping.html +%%PHPDOCDIR%%/function.imap-qprint.html +%%PHPDOCDIR%%/function.imap-renamemailbox.html +%%PHPDOCDIR%%/function.imap-reopen.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-adrlist.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-headers.html +%%PHPDOCDIR%%/function.imap-rfc822-write-address.html +%%PHPDOCDIR%%/function.imap-scanmailbox.html +%%PHPDOCDIR%%/function.imap-search.html +%%PHPDOCDIR%%/function.imap-set-quota.html +%%PHPDOCDIR%%/function.imap-setflag-full.html +%%PHPDOCDIR%%/function.imap-sort.html +%%PHPDOCDIR%%/function.imap-status.html +%%PHPDOCDIR%%/function.imap-subscribe.html +%%PHPDOCDIR%%/function.imap-uid.html +%%PHPDOCDIR%%/function.imap-undelete.html +%%PHPDOCDIR%%/function.imap-unsubscribe.html +%%PHPDOCDIR%%/function.imap-utf7-decode.html +%%PHPDOCDIR%%/function.imap-utf7-encode.html +%%PHPDOCDIR%%/function.imap-utf8.html +%%PHPDOCDIR%%/function.implode.html +%%PHPDOCDIR%%/function.in-array.html +%%PHPDOCDIR%%/function.include-once.html +%%PHPDOCDIR%%/function.include.html +%%PHPDOCDIR%%/function.ingres-autocommit.html +%%PHPDOCDIR%%/function.ingres-close.html +%%PHPDOCDIR%%/function.ingres-commit.html +%%PHPDOCDIR%%/function.ingres-connect.html +%%PHPDOCDIR%%/function.ingres-fetch-array.html +%%PHPDOCDIR%%/function.ingres-fetch-object.html +%%PHPDOCDIR%%/function.ingres-fetch-row.html +%%PHPDOCDIR%%/function.ingres-field-length.html +%%PHPDOCDIR%%/function.ingres-field-name.html +%%PHPDOCDIR%%/function.ingres-field-nullable.html +%%PHPDOCDIR%%/function.ingres-field-precision.html +%%PHPDOCDIR%%/function.ingres-field-scale.html +%%PHPDOCDIR%%/function.ingres-field-type.html +%%PHPDOCDIR%%/function.ingres-num-fields.html +%%PHPDOCDIR%%/function.ingres-num-rows.html +%%PHPDOCDIR%%/function.ingres-pconnect.html +%%PHPDOCDIR%%/function.ingres-query.html +%%PHPDOCDIR%%/function.ingres-rollback.html +%%PHPDOCDIR%%/function.ini-alter.html +%%PHPDOCDIR%%/function.ini-get.html +%%PHPDOCDIR%%/function.ini-restore.html +%%PHPDOCDIR%%/function.ini-set.html +%%PHPDOCDIR%%/function.intval.html +%%PHPDOCDIR%%/function.ip2long.html +%%PHPDOCDIR%%/function.iptcparse.html +%%PHPDOCDIR%%/function.is-array.html +%%PHPDOCDIR%%/function.is-bool.html +%%PHPDOCDIR%%/function.is-dir.html +%%PHPDOCDIR%%/function.is-double.html +%%PHPDOCDIR%%/function.is-executable.html +%%PHPDOCDIR%%/function.is-file.html +%%PHPDOCDIR%%/function.is-float.html +%%PHPDOCDIR%%/function.is-int.html +%%PHPDOCDIR%%/function.is-integer.html +%%PHPDOCDIR%%/function.is-link.html +%%PHPDOCDIR%%/function.is-long.html +%%PHPDOCDIR%%/function.is-null.html +%%PHPDOCDIR%%/function.is-numeric.html +%%PHPDOCDIR%%/function.is-object.html +%%PHPDOCDIR%%/function.is-readable.html +%%PHPDOCDIR%%/function.is-real.html +%%PHPDOCDIR%%/function.is-resource.html +%%PHPDOCDIR%%/function.is-scalar.html +%%PHPDOCDIR%%/function.is-string.html +%%PHPDOCDIR%%/function.is-subclass-of.html +%%PHPDOCDIR%%/function.is-uploaded-file.html +%%PHPDOCDIR%%/function.is-writable.html +%%PHPDOCDIR%%/function.is-writeable.html +%%PHPDOCDIR%%/function.isset.html +%%PHPDOCDIR%%/function.jddayofweek.html +%%PHPDOCDIR%%/function.jdmonthname.html +%%PHPDOCDIR%%/function.jdtofrench.html +%%PHPDOCDIR%%/function.jdtogregorian.html +%%PHPDOCDIR%%/function.jdtojewish.html +%%PHPDOCDIR%%/function.jdtojulian.html +%%PHPDOCDIR%%/function.jdtounix.html +%%PHPDOCDIR%%/function.jewishtojd.html +%%PHPDOCDIR%%/function.join.html +%%PHPDOCDIR%%/function.juliantojd.html +%%PHPDOCDIR%%/function.key.html +%%PHPDOCDIR%%/function.krsort.html +%%PHPDOCDIR%%/function.ksort.html +%%PHPDOCDIR%%/function.lcg-value.html +%%PHPDOCDIR%%/function.ldap-add.html +%%PHPDOCDIR%%/function.ldap-bind.html +%%PHPDOCDIR%%/function.ldap-close.html +%%PHPDOCDIR%%/function.ldap-compare.html +%%PHPDOCDIR%%/function.ldap-connect.html +%%PHPDOCDIR%%/function.ldap-count-entries.html +%%PHPDOCDIR%%/function.ldap-delete.html +%%PHPDOCDIR%%/function.ldap-dn2ufn.html +%%PHPDOCDIR%%/function.ldap-err2str.html +%%PHPDOCDIR%%/function.ldap-errno.html +%%PHPDOCDIR%%/function.ldap-error.html +%%PHPDOCDIR%%/function.ldap-explode-dn.html +%%PHPDOCDIR%%/function.ldap-first-attribute.html +%%PHPDOCDIR%%/function.ldap-first-entry.html +%%PHPDOCDIR%%/function.ldap-free-result.html +%%PHPDOCDIR%%/function.ldap-get-attributes.html +%%PHPDOCDIR%%/function.ldap-get-dn.html +%%PHPDOCDIR%%/function.ldap-get-entries.html +%%PHPDOCDIR%%/function.ldap-get-option.html +%%PHPDOCDIR%%/function.ldap-get-values-len.html +%%PHPDOCDIR%%/function.ldap-get-values.html +%%PHPDOCDIR%%/function.ldap-list.html +%%PHPDOCDIR%%/function.ldap-mod-add.html +%%PHPDOCDIR%%/function.ldap-mod-del.html +%%PHPDOCDIR%%/function.ldap-mod-replace.html +%%PHPDOCDIR%%/function.ldap-modify.html +%%PHPDOCDIR%%/function.ldap-next-attribute.html +%%PHPDOCDIR%%/function.ldap-next-entry.html +%%PHPDOCDIR%%/function.ldap-read.html +%%PHPDOCDIR%%/function.ldap-search.html +%%PHPDOCDIR%%/function.ldap-set-option.html +%%PHPDOCDIR%%/function.ldap-unbind.html +%%PHPDOCDIR%%/function.leak.html +%%PHPDOCDIR%%/function.levenshtein.html +%%PHPDOCDIR%%/function.link.html +%%PHPDOCDIR%%/function.linkinfo.html +%%PHPDOCDIR%%/function.list.html +%%PHPDOCDIR%%/function.listen.html +%%PHPDOCDIR%%/function.localeconv.html +%%PHPDOCDIR%%/function.localtime.html +%%PHPDOCDIR%%/function.log.html +%%PHPDOCDIR%%/function.log10.html +%%PHPDOCDIR%%/function.long2ip.html +%%PHPDOCDIR%%/function.lstat.html +%%PHPDOCDIR%%/function.ltrim.html +%%PHPDOCDIR%%/function.mail.html +%%PHPDOCDIR%%/function.max.html +%%PHPDOCDIR%%/function.mcal-append-event.html +%%PHPDOCDIR%%/function.mcal-close.html +%%PHPDOCDIR%%/function.mcal-create-calendar.html +%%PHPDOCDIR%%/function.mcal-date-compare.html +%%PHPDOCDIR%%/function.mcal-date-valid.html +%%PHPDOCDIR%%/function.mcal-day-of-week.html +%%PHPDOCDIR%%/function.mcal-day-of-year.html +%%PHPDOCDIR%%/function.mcal-days-in-month.html +%%PHPDOCDIR%%/function.mcal-delete-calendar.html +%%PHPDOCDIR%%/function.mcal-delete-event.html +%%PHPDOCDIR%%/function.mcal-event-add-attribute.html +%%PHPDOCDIR%%/function.mcal-event-init.html +%%PHPDOCDIR%%/function.mcal-event-set-alarm.html +%%PHPDOCDIR%%/function.mcal-event-set-category.html +%%PHPDOCDIR%%/function.mcal-event-set-class.html +%%PHPDOCDIR%%/function.mcal-event-set-description.html +%%PHPDOCDIR%%/function.mcal-event-set-end.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-daily.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-mday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-wday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-none.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-weekly.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-yearly.html +%%PHPDOCDIR%%/function.mcal-event-set-start.html +%%PHPDOCDIR%%/function.mcal-event-set-title.html +%%PHPDOCDIR%%/function.mcal-expunge.html +%%PHPDOCDIR%%/function.mcal-fetch-current-stream-event.html +%%PHPDOCDIR%%/function.mcal-fetch-event.html +%%PHPDOCDIR%%/function.mcal-is-leap-year.html +%%PHPDOCDIR%%/function.mcal-list-alarms.html +%%PHPDOCDIR%%/function.mcal-list-events.html +%%PHPDOCDIR%%/function.mcal-next-recurrence.html +%%PHPDOCDIR%%/function.mcal-open.html +%%PHPDOCDIR%%/function.mcal-popen.html +%%PHPDOCDIR%%/function.mcal-rename-calendar.html +%%PHPDOCDIR%%/function.mcal-reopen.html +%%PHPDOCDIR%%/function.mcal-snooze.html +%%PHPDOCDIR%%/function.mcal-store-event.html +%%PHPDOCDIR%%/function.mcal-time-valid.html +%%PHPDOCDIR%%/function.mcrypt-cbc.html +%%PHPDOCDIR%%/function.mcrypt-cfb.html +%%PHPDOCDIR%%/function.mcrypt-create-iv.html +%%PHPDOCDIR%%/function.mcrypt-decrypt.html +%%PHPDOCDIR%%/function.mcrypt-ecb.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-algorithms-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-modes-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-self-test.html +%%PHPDOCDIR%%/function.mcrypt-encrypt.html +%%PHPDOCDIR%%/function.mcrypt-generic-end.html +%%PHPDOCDIR%%/function.mcrypt-generic-init.html +%%PHPDOCDIR%%/function.mcrypt-generic.html +%%PHPDOCDIR%%/function.mcrypt-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-get-cipher-name.html +%%PHPDOCDIR%%/function.mcrypt-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-list-algorithms.html +%%PHPDOCDIR%%/function.mcrypt-list-modes.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-block-size.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-open.html +%%PHPDOCDIR%%/function.mcrypt-module-self-test.html +%%PHPDOCDIR%%/function.mcrypt-ofb.html +%%PHPDOCDIR%%/function.md5.html +%%PHPDOCDIR%%/function.mdecrypt-generic.html +%%PHPDOCDIR%%/function.metaphone.html +%%PHPDOCDIR%%/function.method-exists.html +%%PHPDOCDIR%%/function.mhash-count.html +%%PHPDOCDIR%%/function.mhash-get-block-size.html +%%PHPDOCDIR%%/function.mhash-get-hash-name.html +%%PHPDOCDIR%%/function.mhash-keygen-s2k.html +%%PHPDOCDIR%%/function.mhash.html +%%PHPDOCDIR%%/function.microtime.html +%%PHPDOCDIR%%/function.min.html +%%PHPDOCDIR%%/function.mkdir.html +%%PHPDOCDIR%%/function.mktime.html +%%PHPDOCDIR%%/function.move-uploaded-file.html +%%PHPDOCDIR%%/function.msql-affected-rows.html +%%PHPDOCDIR%%/function.msql-close.html +%%PHPDOCDIR%%/function.msql-connect.html +%%PHPDOCDIR%%/function.msql-create-db.html +%%PHPDOCDIR%%/function.msql-createdb.html +%%PHPDOCDIR%%/function.msql-data-seek.html +%%PHPDOCDIR%%/function.msql-dbname.html +%%PHPDOCDIR%%/function.msql-drop-db.html +%%PHPDOCDIR%%/function.msql-dropdb.html +%%PHPDOCDIR%%/function.msql-error.html +%%PHPDOCDIR%%/function.msql-fetch-array.html +%%PHPDOCDIR%%/function.msql-fetch-field.html +%%PHPDOCDIR%%/function.msql-fetch-object.html +%%PHPDOCDIR%%/function.msql-fetch-row.html +%%PHPDOCDIR%%/function.msql-field-seek.html +%%PHPDOCDIR%%/function.msql-fieldflags.html +%%PHPDOCDIR%%/function.msql-fieldlen.html +%%PHPDOCDIR%%/function.msql-fieldname.html +%%PHPDOCDIR%%/function.msql-fieldtable.html +%%PHPDOCDIR%%/function.msql-fieldtype.html +%%PHPDOCDIR%%/function.msql-free-result.html +%%PHPDOCDIR%%/function.msql-freeresult.html +%%PHPDOCDIR%%/function.msql-list-dbs.html +%%PHPDOCDIR%%/function.msql-list-fields.html +%%PHPDOCDIR%%/function.msql-list-tables.html +%%PHPDOCDIR%%/function.msql-listdbs.html +%%PHPDOCDIR%%/function.msql-listfields.html +%%PHPDOCDIR%%/function.msql-listtables.html +%%PHPDOCDIR%%/function.msql-num-fields.html +%%PHPDOCDIR%%/function.msql-num-rows.html +%%PHPDOCDIR%%/function.msql-numfields.html +%%PHPDOCDIR%%/function.msql-numrows.html +%%PHPDOCDIR%%/function.msql-pconnect.html +%%PHPDOCDIR%%/function.msql-query.html +%%PHPDOCDIR%%/function.msql-regcase.html +%%PHPDOCDIR%%/function.msql-result.html +%%PHPDOCDIR%%/function.msql-select-db.html +%%PHPDOCDIR%%/function.msql-selectdb.html +%%PHPDOCDIR%%/function.msql-tablename.html +%%PHPDOCDIR%%/function.msql.html +%%PHPDOCDIR%%/function.mssql-close.html +%%PHPDOCDIR%%/function.mssql-connect.html +%%PHPDOCDIR%%/function.mssql-data-seek.html +%%PHPDOCDIR%%/function.mssql-fetch-array.html +%%PHPDOCDIR%%/function.mssql-fetch-field.html +%%PHPDOCDIR%%/function.mssql-fetch-object.html +%%PHPDOCDIR%%/function.mssql-fetch-row.html +%%PHPDOCDIR%%/function.mssql-field-length.html +%%PHPDOCDIR%%/function.mssql-field-name.html +%%PHPDOCDIR%%/function.mssql-field-seek.html +%%PHPDOCDIR%%/function.mssql-field-type.html +%%PHPDOCDIR%%/function.mssql-free-result.html +%%PHPDOCDIR%%/function.mssql-get-last-message.html +%%PHPDOCDIR%%/function.mssql-min-error-severity.html +%%PHPDOCDIR%%/function.mssql-min-message-severity.html +%%PHPDOCDIR%%/function.mssql-num-fields.html +%%PHPDOCDIR%%/function.mssql-num-rows.html +%%PHPDOCDIR%%/function.mssql-pconnect.html +%%PHPDOCDIR%%/function.mssql-query.html +%%PHPDOCDIR%%/function.mssql-result.html +%%PHPDOCDIR%%/function.mssql-select-db.html +%%PHPDOCDIR%%/function.mt-getrandmax.html +%%PHPDOCDIR%%/function.mt-rand.html +%%PHPDOCDIR%%/function.mt-srand.html +%%PHPDOCDIR%%/function.mysql-affected-rows.html +%%PHPDOCDIR%%/function.mysql-change-user.html +%%PHPDOCDIR%%/function.mysql-close.html +%%PHPDOCDIR%%/function.mysql-connect.html +%%PHPDOCDIR%%/function.mysql-create-db.html +%%PHPDOCDIR%%/function.mysql-data-seek.html +%%PHPDOCDIR%%/function.mysql-db-name.html +%%PHPDOCDIR%%/function.mysql-db-query.html +%%PHPDOCDIR%%/function.mysql-drop-db.html +%%PHPDOCDIR%%/function.mysql-errno.html +%%PHPDOCDIR%%/function.mysql-error.html +%%PHPDOCDIR%%/function.mysql-fetch-array.html +%%PHPDOCDIR%%/function.mysql-fetch-assoc.html +%%PHPDOCDIR%%/function.mysql-fetch-field.html +%%PHPDOCDIR%%/function.mysql-fetch-lengths.html +%%PHPDOCDIR%%/function.mysql-fetch-object.html +%%PHPDOCDIR%%/function.mysql-fetch-row.html +%%PHPDOCDIR%%/function.mysql-field-flags.html +%%PHPDOCDIR%%/function.mysql-field-len.html +%%PHPDOCDIR%%/function.mysql-field-name.html +%%PHPDOCDIR%%/function.mysql-field-seek.html +%%PHPDOCDIR%%/function.mysql-field-table.html +%%PHPDOCDIR%%/function.mysql-field-type.html +%%PHPDOCDIR%%/function.mysql-free-result.html +%%PHPDOCDIR%%/function.mysql-insert-id.html +%%PHPDOCDIR%%/function.mysql-list-dbs.html +%%PHPDOCDIR%%/function.mysql-list-fields.html +%%PHPDOCDIR%%/function.mysql-list-tables.html +%%PHPDOCDIR%%/function.mysql-num-fields.html +%%PHPDOCDIR%%/function.mysql-num-rows.html +%%PHPDOCDIR%%/function.mysql-pconnect.html +%%PHPDOCDIR%%/function.mysql-query.html +%%PHPDOCDIR%%/function.mysql-result.html +%%PHPDOCDIR%%/function.mysql-select-db.html +%%PHPDOCDIR%%/function.mysql-tablename.html +%%PHPDOCDIR%%/function.natcasesort.html +%%PHPDOCDIR%%/function.natsort.html +%%PHPDOCDIR%%/function.next.html +%%PHPDOCDIR%%/function.nl2br.html +%%PHPDOCDIR%%/function.number-format.html +%%PHPDOCDIR%%/function.ob-end-clean.html +%%PHPDOCDIR%%/function.ob-end-flush.html +%%PHPDOCDIR%%/function.ob-get-contents.html +%%PHPDOCDIR%%/function.ob-get-length.html +%%PHPDOCDIR%%/function.ob-gzhandler.html +%%PHPDOCDIR%%/function.ob-implicit-flush.html +%%PHPDOCDIR%%/function.ob-start.html +%%PHPDOCDIR%%/function.ocibindbyname.html +%%PHPDOCDIR%%/function.ocicolumnisnull.html +%%PHPDOCDIR%%/function.ocicolumnname.html +%%PHPDOCDIR%%/function.ocicolumnsize.html +%%PHPDOCDIR%%/function.ocicolumntype.html +%%PHPDOCDIR%%/function.ocicommit.html +%%PHPDOCDIR%%/function.ocidefinebyname.html +%%PHPDOCDIR%%/function.ocierror.html +%%PHPDOCDIR%%/function.ociexecute.html +%%PHPDOCDIR%%/function.ocifetch.html +%%PHPDOCDIR%%/function.ocifetchinto.html +%%PHPDOCDIR%%/function.ocifetchstatement.html +%%PHPDOCDIR%%/function.ocifreecursor.html +%%PHPDOCDIR%%/function.ocifreedesc.html +%%PHPDOCDIR%%/function.ocifreestatement.html +%%PHPDOCDIR%%/function.ociinternaldebug.html +%%PHPDOCDIR%%/function.ocilogoff.html +%%PHPDOCDIR%%/function.ocilogon.html +%%PHPDOCDIR%%/function.ocinewcursor.html +%%PHPDOCDIR%%/function.ocinewdescriptor.html +%%PHPDOCDIR%%/function.ocinlogon.html +%%PHPDOCDIR%%/function.ocinumcols.html +%%PHPDOCDIR%%/function.ociparse.html +%%PHPDOCDIR%%/function.ociplogon.html +%%PHPDOCDIR%%/function.ociresult.html +%%PHPDOCDIR%%/function.ocirollback.html +%%PHPDOCDIR%%/function.ocirowcount.html +%%PHPDOCDIR%%/function.ociserverversion.html +%%PHPDOCDIR%%/function.ocistatementtype.html +%%PHPDOCDIR%%/function.octdec.html +%%PHPDOCDIR%%/function.odbc-autocommit.html +%%PHPDOCDIR%%/function.odbc-binmode.html +%%PHPDOCDIR%%/function.odbc-close-all.html +%%PHPDOCDIR%%/function.odbc-close.html +%%PHPDOCDIR%%/function.odbc-columnprivileges.html +%%PHPDOCDIR%%/function.odbc-columns.html +%%PHPDOCDIR%%/function.odbc-commit.html +%%PHPDOCDIR%%/function.odbc-connect.html +%%PHPDOCDIR%%/function.odbc-cursor.html +%%PHPDOCDIR%%/function.odbc-do.html +%%PHPDOCDIR%%/function.odbc-error.html +%%PHPDOCDIR%%/function.odbc-errormsg.html +%%PHPDOCDIR%%/function.odbc-exec.html +%%PHPDOCDIR%%/function.odbc-execute.html +%%PHPDOCDIR%%/function.odbc-fetch-into.html +%%PHPDOCDIR%%/function.odbc-fetch-row.html +%%PHPDOCDIR%%/function.odbc-field-len.html +%%PHPDOCDIR%%/function.odbc-field-name.html +%%PHPDOCDIR%%/function.odbc-field-num.html +%%PHPDOCDIR%%/function.odbc-field-precision.html +%%PHPDOCDIR%%/function.odbc-field-scale.html +%%PHPDOCDIR%%/function.odbc-field-type.html +%%PHPDOCDIR%%/function.odbc-foreignkeys.html +%%PHPDOCDIR%%/function.odbc-free-result.html +%%PHPDOCDIR%%/function.odbc-gettypeinfo.html +%%PHPDOCDIR%%/function.odbc-longreadlen.html +%%PHPDOCDIR%%/function.odbc-num-fields.html +%%PHPDOCDIR%%/function.odbc-num-rows.html +%%PHPDOCDIR%%/function.odbc-pconnect.html +%%PHPDOCDIR%%/function.odbc-prepare.html +%%PHPDOCDIR%%/function.odbc-primarykeys.html +%%PHPDOCDIR%%/function.odbc-procedurecolumns.html +%%PHPDOCDIR%%/function.odbc-procedures.html +%%PHPDOCDIR%%/function.odbc-result-all.html +%%PHPDOCDIR%%/function.odbc-result.html +%%PHPDOCDIR%%/function.odbc-rollback.html +%%PHPDOCDIR%%/function.odbc-setoption.html +%%PHPDOCDIR%%/function.odbc-specialcolumns.html +%%PHPDOCDIR%%/function.odbc-statistics.html +%%PHPDOCDIR%%/function.odbc-tableprivileges.html +%%PHPDOCDIR%%/function.odbc-tables.html +%%PHPDOCDIR%%/function.opendir.html +%%PHPDOCDIR%%/function.openlog.html +%%PHPDOCDIR%%/function.openssl-error-string.html +%%PHPDOCDIR%%/function.openssl-free-key.html +%%PHPDOCDIR%%/function.openssl-get-privatekey.html +%%PHPDOCDIR%%/function.openssl-get-publickey.html +%%PHPDOCDIR%%/function.openssl-open.html +%%PHPDOCDIR%%/function.openssl-pkcs7-decrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-encrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-sign.html +%%PHPDOCDIR%%/function.openssl-pkcs7-verify.html +%%PHPDOCDIR%%/function.openssl-seal.html +%%PHPDOCDIR%%/function.openssl-sign.html +%%PHPDOCDIR%%/function.openssl-verify.html +%%PHPDOCDIR%%/function.openssl-x509-checkpurpose.html +%%PHPDOCDIR%%/function.openssl-x509-free.html +%%PHPDOCDIR%%/function.openssl-x509-parse.html +%%PHPDOCDIR%%/function.openssl-x509-read.html +%%PHPDOCDIR%%/function.ora-bind.html +%%PHPDOCDIR%%/function.ora-close.html +%%PHPDOCDIR%%/function.ora-columnname.html +%%PHPDOCDIR%%/function.ora-columnsize.html +%%PHPDOCDIR%%/function.ora-columntype.html +%%PHPDOCDIR%%/function.ora-commit.html +%%PHPDOCDIR%%/function.ora-commitoff.html +%%PHPDOCDIR%%/function.ora-commiton.html +%%PHPDOCDIR%%/function.ora-do.html +%%PHPDOCDIR%%/function.ora-error.html +%%PHPDOCDIR%%/function.ora-errorcode.html +%%PHPDOCDIR%%/function.ora-exec.html +%%PHPDOCDIR%%/function.ora-fetch-into.html +%%PHPDOCDIR%%/function.ora-fetch.html +%%PHPDOCDIR%%/function.ora-getcolumn.html +%%PHPDOCDIR%%/function.ora-logoff.html +%%PHPDOCDIR%%/function.ora-logon.html +%%PHPDOCDIR%%/function.ora-numcols.html +%%PHPDOCDIR%%/function.ora-numrows.html +%%PHPDOCDIR%%/function.ora-open.html +%%PHPDOCDIR%%/function.ora-parse.html +%%PHPDOCDIR%%/function.ora-plogon.html +%%PHPDOCDIR%%/function.ora-rollback.html +%%PHPDOCDIR%%/function.ord.html +%%PHPDOCDIR%%/function.ovrimos-close-all.html +%%PHPDOCDIR%%/function.ovrimos-close.html +%%PHPDOCDIR%%/function.ovrimos-commit.html +%%PHPDOCDIR%%/function.ovrimos-connect.html +%%PHPDOCDIR%%/function.ovrimos-cursor.html +%%PHPDOCDIR%%/function.ovrimos-exec.html +%%PHPDOCDIR%%/function.ovrimos-execute.html +%%PHPDOCDIR%%/function.ovrimos-fetch-into.html +%%PHPDOCDIR%%/function.ovrimos-fetch-row.html +%%PHPDOCDIR%%/function.ovrimos-field-len.html +%%PHPDOCDIR%%/function.ovrimos-field-name.html +%%PHPDOCDIR%%/function.ovrimos-field-num.html +%%PHPDOCDIR%%/function.ovrimos-field-type.html +%%PHPDOCDIR%%/function.ovrimos-free-result.html +%%PHPDOCDIR%%/function.ovrimos-longreadlen.html +%%PHPDOCDIR%%/function.ovrimos-num-fields.html +%%PHPDOCDIR%%/function.ovrimos-num-rows.html +%%PHPDOCDIR%%/function.ovrimos-prepare.html +%%PHPDOCDIR%%/function.ovrimos-result-all.html +%%PHPDOCDIR%%/function.ovrimos-result.html +%%PHPDOCDIR%%/function.ovrimos-rollback.html +%%PHPDOCDIR%%/function.pack.html +%%PHPDOCDIR%%/function.parse-str.html +%%PHPDOCDIR%%/function.parse-url.html +%%PHPDOCDIR%%/function.passthru.html +%%PHPDOCDIR%%/function.pathinfo.html +%%PHPDOCDIR%%/function.pclose.html +%%PHPDOCDIR%%/function.pdf-add-annotation.html +%%PHPDOCDIR%%/function.pdf-add-bookmark.html +%%PHPDOCDIR%%/function.pdf-add-launchlink.html +%%PHPDOCDIR%%/function.pdf-add-locallink.html +%%PHPDOCDIR%%/function.pdf-add-note.html +%%PHPDOCDIR%%/function.pdf-add-outline.html +%%PHPDOCDIR%%/function.pdf-add-pdflink.html +%%PHPDOCDIR%%/function.pdf-add-thumbnail.html +%%PHPDOCDIR%%/function.pdf-add-weblink.html +%%PHPDOCDIR%%/function.pdf-arc.html +%%PHPDOCDIR%%/function.pdf-arcn.html +%%PHPDOCDIR%%/function.pdf-attach-file.html +%%PHPDOCDIR%%/function.pdf-begin-page.html +%%PHPDOCDIR%%/function.pdf-begin-pattern.html +%%PHPDOCDIR%%/function.pdf-begin-template.html +%%PHPDOCDIR%%/function.pdf-circle.html +%%PHPDOCDIR%%/function.pdf-clip.html +%%PHPDOCDIR%%/function.pdf-close-image.html +%%PHPDOCDIR%%/function.pdf-close-pdi-page.html +%%PHPDOCDIR%%/function.pdf-close-pdi.html +%%PHPDOCDIR%%/function.pdf-close.html +%%PHPDOCDIR%%/function.pdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath.html +%%PHPDOCDIR%%/function.pdf-concat.html +%%PHPDOCDIR%%/function.pdf-continue-text.html +%%PHPDOCDIR%%/function.pdf-curveto.html +%%PHPDOCDIR%%/function.pdf-delete.html +%%PHPDOCDIR%%/function.pdf-end-page.html +%%PHPDOCDIR%%/function.pdf-end-pattern.html +%%PHPDOCDIR%%/function.pdf-end-template.html +%%PHPDOCDIR%%/function.pdf-endpath.html +%%PHPDOCDIR%%/function.pdf-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-fill.html +%%PHPDOCDIR%%/function.pdf-findfont.html +%%PHPDOCDIR%%/function.pdf-get-buffer.html +%%PHPDOCDIR%%/function.pdf-get-font.html +%%PHPDOCDIR%%/function.pdf-get-fontname.html +%%PHPDOCDIR%%/function.pdf-get-fontsize.html +%%PHPDOCDIR%%/function.pdf-get-image-height.html +%%PHPDOCDIR%%/function.pdf-get-image-width.html +%%PHPDOCDIR%%/function.pdf-get-parameter.html +%%PHPDOCDIR%%/function.pdf-get-pdi-parameter.html +%%PHPDOCDIR%%/function.pdf-get-pdi-value.html +%%PHPDOCDIR%%/function.pdf-get-value.html +%%PHPDOCDIR%%/function.pdf-initgraphics.html +%%PHPDOCDIR%%/function.pdf-lineto.html +%%PHPDOCDIR%%/function.pdf-makespotcolor.html +%%PHPDOCDIR%%/function.pdf-moveto.html +%%PHPDOCDIR%%/function.pdf-new.html +%%PHPDOCDIR%%/function.pdf-open-ccitt.html +%%PHPDOCDIR%%/function.pdf-open-file.html +%%PHPDOCDIR%%/function.pdf-open-gif.html +%%PHPDOCDIR%%/function.pdf-open-image-file.html +%%PHPDOCDIR%%/function.pdf-open-image.html +%%PHPDOCDIR%%/function.pdf-open-jpeg.html +%%PHPDOCDIR%%/function.pdf-open-memory-image.html +%%PHPDOCDIR%%/function.pdf-open-pdi-page.html +%%PHPDOCDIR%%/function.pdf-open-pdi.html +%%PHPDOCDIR%%/function.pdf-open-png.html +%%PHPDOCDIR%%/function.pdf-open-tiff.html +%%PHPDOCDIR%%/function.pdf-open.html +%%PHPDOCDIR%%/function.pdf-place-image.html +%%PHPDOCDIR%%/function.pdf-place-pdi-page.html +%%PHPDOCDIR%%/function.pdf-rect.html +%%PHPDOCDIR%%/function.pdf-restore.html +%%PHPDOCDIR%%/function.pdf-rotate.html +%%PHPDOCDIR%%/function.pdf-save.html +%%PHPDOCDIR%%/function.pdf-scale.html +%%PHPDOCDIR%%/function.pdf-set-border-color.html +%%PHPDOCDIR%%/function.pdf-set-border-dash.html +%%PHPDOCDIR%%/function.pdf-set-border-style.html +%%PHPDOCDIR%%/function.pdf-set-char-spacing.html +%%PHPDOCDIR%%/function.pdf-set-duration.html +%%PHPDOCDIR%%/function.pdf-set-font.html +%%PHPDOCDIR%%/function.pdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.pdf-set-info.html +%%PHPDOCDIR%%/function.pdf-set-leading.html +%%PHPDOCDIR%%/function.pdf-set-parameter.html +%%PHPDOCDIR%%/function.pdf-set-text-pos.html +%%PHPDOCDIR%%/function.pdf-set-text-rendering.html +%%PHPDOCDIR%%/function.pdf-set-text-rise.html +%%PHPDOCDIR%%/function.pdf-set-transition.html +%%PHPDOCDIR%%/function.pdf-set-value.html +%%PHPDOCDIR%%/function.pdf-set-word-spacing.html +%%PHPDOCDIR%%/function.pdf-setcolor.html +%%PHPDOCDIR%%/function.pdf-setdash.html +%%PHPDOCDIR%%/function.pdf-setflat.html +%%PHPDOCDIR%%/function.pdf-setfont.html +%%PHPDOCDIR%%/function.pdf-setgray-fill.html +%%PHPDOCDIR%%/function.pdf-setgray-stroke.html +%%PHPDOCDIR%%/function.pdf-setgray.html +%%PHPDOCDIR%%/function.pdf-setlinecap.html +%%PHPDOCDIR%%/function.pdf-setlinejoin.html +%%PHPDOCDIR%%/function.pdf-setlinewidth.html +%%PHPDOCDIR%%/function.pdf-setmatrix.html +%%PHPDOCDIR%%/function.pdf-setmiterlimit.html +%%PHPDOCDIR%%/function.pdf-setpolydash.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor.html +%%PHPDOCDIR%%/function.pdf-show-boxed.html +%%PHPDOCDIR%%/function.pdf-show-xy.html +%%PHPDOCDIR%%/function.pdf-show.html +%%PHPDOCDIR%%/function.pdf-skew.html +%%PHPDOCDIR%%/function.pdf-stringwidth.html +%%PHPDOCDIR%%/function.pdf-stroke.html +%%PHPDOCDIR%%/function.pdf-translate.html +%%PHPDOCDIR%%/function.pfpro-cleanup.html +%%PHPDOCDIR%%/function.pfpro-init.html +%%PHPDOCDIR%%/function.pfpro-process-raw.html +%%PHPDOCDIR%%/function.pfpro-process.html +%%PHPDOCDIR%%/function.pfpro-version.html +%%PHPDOCDIR%%/function.pfsockopen.html +%%PHPDOCDIR%%/function.pg-client-encoding.html +%%PHPDOCDIR%%/function.pg-close.html +%%PHPDOCDIR%%/function.pg-cmdtuples.html +%%PHPDOCDIR%%/function.pg-connect.html +%%PHPDOCDIR%%/function.pg-dbname.html +%%PHPDOCDIR%%/function.pg-end-copy.html +%%PHPDOCDIR%%/function.pg-errormessage.html +%%PHPDOCDIR%%/function.pg-exec.html +%%PHPDOCDIR%%/function.pg-fetch-array.html +%%PHPDOCDIR%%/function.pg-fetch-object.html +%%PHPDOCDIR%%/function.pg-fetch-row.html +%%PHPDOCDIR%%/function.pg-fieldisnull.html +%%PHPDOCDIR%%/function.pg-fieldname.html +%%PHPDOCDIR%%/function.pg-fieldnum.html +%%PHPDOCDIR%%/function.pg-fieldprtlen.html +%%PHPDOCDIR%%/function.pg-fieldsize.html +%%PHPDOCDIR%%/function.pg-fieldtype.html +%%PHPDOCDIR%%/function.pg-freeresult.html +%%PHPDOCDIR%%/function.pg-getlastoid.html +%%PHPDOCDIR%%/function.pg-host.html +%%PHPDOCDIR%%/function.pg-loclose.html +%%PHPDOCDIR%%/function.pg-locreate.html +%%PHPDOCDIR%%/function.pg-loexport.html +%%PHPDOCDIR%%/function.pg-loimport.html +%%PHPDOCDIR%%/function.pg-loopen.html +%%PHPDOCDIR%%/function.pg-loread.html +%%PHPDOCDIR%%/function.pg-loreadall.html +%%PHPDOCDIR%%/function.pg-lounlink.html +%%PHPDOCDIR%%/function.pg-lowrite.html +%%PHPDOCDIR%%/function.pg-numfields.html +%%PHPDOCDIR%%/function.pg-numrows.html +%%PHPDOCDIR%%/function.pg-options.html +%%PHPDOCDIR%%/function.pg-pconnect.html +%%PHPDOCDIR%%/function.pg-port.html +%%PHPDOCDIR%%/function.pg-put-line.html +%%PHPDOCDIR%%/function.pg-result.html +%%PHPDOCDIR%%/function.pg-set-client-encoding.html +%%PHPDOCDIR%%/function.pg-trace.html +%%PHPDOCDIR%%/function.pg-tty.html +%%PHPDOCDIR%%/function.pg-untrace.html +%%PHPDOCDIR%%/function.php-logo-guid.html +%%PHPDOCDIR%%/function.php-sapi-name.html +%%PHPDOCDIR%%/function.php-uname.html +%%PHPDOCDIR%%/function.phpcredits.html +%%PHPDOCDIR%%/function.phpinfo.html +%%PHPDOCDIR%%/function.phpversion.html +%%PHPDOCDIR%%/function.pi.html +%%PHPDOCDIR%%/function.popen.html +%%PHPDOCDIR%%/function.pos.html +%%PHPDOCDIR%%/function.posix-ctermid.html +%%PHPDOCDIR%%/function.posix-getcwd.html +%%PHPDOCDIR%%/function.posix-getegid.html +%%PHPDOCDIR%%/function.posix-geteuid.html +%%PHPDOCDIR%%/function.posix-getgid.html +%%PHPDOCDIR%%/function.posix-getgrgid.html +%%PHPDOCDIR%%/function.posix-getgrnam.html +%%PHPDOCDIR%%/function.posix-getgroups.html +%%PHPDOCDIR%%/function.posix-getlogin.html +%%PHPDOCDIR%%/function.posix-getpgid.html +%%PHPDOCDIR%%/function.posix-getpgrp.html +%%PHPDOCDIR%%/function.posix-getpid.html +%%PHPDOCDIR%%/function.posix-getppid.html +%%PHPDOCDIR%%/function.posix-getpwnam.html +%%PHPDOCDIR%%/function.posix-getpwuid.html +%%PHPDOCDIR%%/function.posix-getrlimit.html +%%PHPDOCDIR%%/function.posix-getsid.html +%%PHPDOCDIR%%/function.posix-getuid.html +%%PHPDOCDIR%%/function.posix-isatty.html +%%PHPDOCDIR%%/function.posix-kill.html +%%PHPDOCDIR%%/function.posix-mkfifo.html +%%PHPDOCDIR%%/function.posix-setgid.html +%%PHPDOCDIR%%/function.posix-setpgid.html +%%PHPDOCDIR%%/function.posix-setsid.html +%%PHPDOCDIR%%/function.posix-setuid.html +%%PHPDOCDIR%%/function.posix-times.html +%%PHPDOCDIR%%/function.posix-ttyname.html +%%PHPDOCDIR%%/function.posix-uname.html +%%PHPDOCDIR%%/function.pow.html +%%PHPDOCDIR%%/function.preg-grep.html +%%PHPDOCDIR%%/function.preg-match-all.html +%%PHPDOCDIR%%/function.preg-match.html +%%PHPDOCDIR%%/function.preg-quote.html +%%PHPDOCDIR%%/function.preg-replace-callback.html +%%PHPDOCDIR%%/function.preg-replace.html +%%PHPDOCDIR%%/function.preg-split.html +%%PHPDOCDIR%%/function.prev.html +%%PHPDOCDIR%%/function.print-r.html +%%PHPDOCDIR%%/function.print.html +%%PHPDOCDIR%%/function.printf.html +%%PHPDOCDIR%%/function.pspell-add-to-personal.html +%%PHPDOCDIR%%/function.pspell-add-to-session.html +%%PHPDOCDIR%%/function.pspell-check.html +%%PHPDOCDIR%%/function.pspell-clear-session.html +%%PHPDOCDIR%%/function.pspell-config-create.html +%%PHPDOCDIR%%/function.pspell-config-ignore.html +%%PHPDOCDIR%%/function.pspell-config-mode.html +%%PHPDOCDIR%%/function.pspell-config-personal.html +%%PHPDOCDIR%%/function.pspell-config-repl.html +%%PHPDOCDIR%%/function.pspell-config-runtogether.html +%%PHPDOCDIR%%/function.pspell-config-save-repl.html +%%PHPDOCDIR%%/function.pspell-new-config.html +%%PHPDOCDIR%%/function.pspell-new-personal.html +%%PHPDOCDIR%%/function.pspell-new.html +%%PHPDOCDIR%%/function.pspell-save-wordlist.html +%%PHPDOCDIR%%/function.pspell-store-replacement.html +%%PHPDOCDIR%%/function.pspell-suggest.html +%%PHPDOCDIR%%/function.putenv.html +%%PHPDOCDIR%%/function.quoted-printable-decode.html +%%PHPDOCDIR%%/function.quotemeta.html +%%PHPDOCDIR%%/function.rad2deg.html +%%PHPDOCDIR%%/function.rand.html +%%PHPDOCDIR%%/function.range.html +%%PHPDOCDIR%%/function.rawurldecode.html +%%PHPDOCDIR%%/function.rawurlencode.html +%%PHPDOCDIR%%/function.read-exif-data.html +%%PHPDOCDIR%%/function.read.html +%%PHPDOCDIR%%/function.readdir.html +%%PHPDOCDIR%%/function.readfile.html +%%PHPDOCDIR%%/function.readgzfile.html +%%PHPDOCDIR%%/function.readline-add-history.html +%%PHPDOCDIR%%/function.readline-clear-history.html +%%PHPDOCDIR%%/function.readline-completion-function.html +%%PHPDOCDIR%%/function.readline-info.html +%%PHPDOCDIR%%/function.readline-list-history.html +%%PHPDOCDIR%%/function.readline-read-history.html +%%PHPDOCDIR%%/function.readline-write-history.html +%%PHPDOCDIR%%/function.readline.html +%%PHPDOCDIR%%/function.readlink.html +%%PHPDOCDIR%%/function.realpath.html +%%PHPDOCDIR%%/function.recode-file.html +%%PHPDOCDIR%%/function.recode-string.html +%%PHPDOCDIR%%/function.recode.html +%%PHPDOCDIR%%/function.register-shutdown-function.html +%%PHPDOCDIR%%/function.rename.html +%%PHPDOCDIR%%/function.require-once.html +%%PHPDOCDIR%%/function.require.html +%%PHPDOCDIR%%/function.reset.html +%%PHPDOCDIR%%/function.restore-error-handler.html +%%PHPDOCDIR%%/function.rewind.html +%%PHPDOCDIR%%/function.rewinddir.html +%%PHPDOCDIR%%/function.rmdir.html +%%PHPDOCDIR%%/function.round.html +%%PHPDOCDIR%%/function.rsort.html +%%PHPDOCDIR%%/function.rtrim.html +%%PHPDOCDIR%%/function.satellite_caught_exception.html +%%PHPDOCDIR%%/function.satellite_exception_id.html +%%PHPDOCDIR%%/function.satellite_exception_value.html +%%PHPDOCDIR%%/function.sem-acquire.html +%%PHPDOCDIR%%/function.sem-get.html +%%PHPDOCDIR%%/function.sem-release.html +%%PHPDOCDIR%%/function.serialize.html +%%PHPDOCDIR%%/function.sesam-affected-rows.html +%%PHPDOCDIR%%/function.sesam-commit.html +%%PHPDOCDIR%%/function.sesam-connect.html +%%PHPDOCDIR%%/function.sesam-diagnostic.html +%%PHPDOCDIR%%/function.sesam-disconnect.html +%%PHPDOCDIR%%/function.sesam-errormsg.html +%%PHPDOCDIR%%/function.sesam-execimm.html +%%PHPDOCDIR%%/function.sesam-fetch-array.html +%%PHPDOCDIR%%/function.sesam-fetch-result.html +%%PHPDOCDIR%%/function.sesam-fetch-row.html +%%PHPDOCDIR%%/function.sesam-field-array.html +%%PHPDOCDIR%%/function.sesam-field-name.html +%%PHPDOCDIR%%/function.sesam-free-result.html +%%PHPDOCDIR%%/function.sesam-num-fields.html +%%PHPDOCDIR%%/function.sesam-query.html +%%PHPDOCDIR%%/function.sesam-rollback.html +%%PHPDOCDIR%%/function.sesam-seek-row.html +%%PHPDOCDIR%%/function.sesam-settransaction.html +%%PHPDOCDIR%%/function.session-cache-limiter.html +%%PHPDOCDIR%%/function.session-decode.html +%%PHPDOCDIR%%/function.session-destroy.html +%%PHPDOCDIR%%/function.session-encode.html +%%PHPDOCDIR%%/function.session-get-cookie-params.html +%%PHPDOCDIR%%/function.session-id.html +%%PHPDOCDIR%%/function.session-is-registered.html +%%PHPDOCDIR%%/function.session-module-name.html +%%PHPDOCDIR%%/function.session-name.html +%%PHPDOCDIR%%/function.session-register.html +%%PHPDOCDIR%%/function.session-save-path.html +%%PHPDOCDIR%%/function.session-set-cookie-params.html +%%PHPDOCDIR%%/function.session-set-save-handler.html +%%PHPDOCDIR%%/function.session-start.html +%%PHPDOCDIR%%/function.session-unregister.html +%%PHPDOCDIR%%/function.session-unset.html +%%PHPDOCDIR%%/function.set-error-handler.html +%%PHPDOCDIR%%/function.set-file-buffer.html +%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.set-time-limit.html +%%PHPDOCDIR%%/function.setcookie.html +%%PHPDOCDIR%%/function.setlocale.html +%%PHPDOCDIR%%/function.settype.html +%%PHPDOCDIR%%/function.shm-attach.html +%%PHPDOCDIR%%/function.shm-detach.html +%%PHPDOCDIR%%/function.shm-get-var.html +%%PHPDOCDIR%%/function.shm-put-var.html +%%PHPDOCDIR%%/function.shm-remove-var.html +%%PHPDOCDIR%%/function.shm-remove.html +%%PHPDOCDIR%%/function.shmop_close.html +%%PHPDOCDIR%%/function.shmop_delete.html +%%PHPDOCDIR%%/function.shmop_open.html +%%PHPDOCDIR%%/function.shmop_read.html +%%PHPDOCDIR%%/function.shmop_write.html +%%PHPDOCDIR%%/function.show-source.html +%%PHPDOCDIR%%/function.shuffle.html +%%PHPDOCDIR%%/function.similar-text.html +%%PHPDOCDIR%%/function.sin.html +%%PHPDOCDIR%%/function.size.html +%%PHPDOCDIR%%/function.sizeof.html +%%PHPDOCDIR%%/function.sleep.html +%%PHPDOCDIR%%/function.snmp-get-quick-print.html +%%PHPDOCDIR%%/function.snmp-set-quick-print.html +%%PHPDOCDIR%%/function.snmpget.html +%%PHPDOCDIR%%/function.snmpset.html +%%PHPDOCDIR%%/function.snmpwalk.html +%%PHPDOCDIR%%/function.snmpwalkoid.html +%%PHPDOCDIR%%/function.socket-get-status.html +%%PHPDOCDIR%%/function.socket-set-blocking.html +%%PHPDOCDIR%%/function.socket-set-timeout.html +%%PHPDOCDIR%%/function.socket.html +%%PHPDOCDIR%%/function.sort.html +%%PHPDOCDIR%%/function.soundex.html +%%PHPDOCDIR%%/function.split.html +%%PHPDOCDIR%%/function.spliti.html +%%PHPDOCDIR%%/function.sprintf.html +%%PHPDOCDIR%%/function.sql-regcase.html +%%PHPDOCDIR%%/function.sqrt.html +%%PHPDOCDIR%%/function.srand.html +%%PHPDOCDIR%%/function.sscanf.html +%%PHPDOCDIR%%/function.stat.html +%%PHPDOCDIR%%/function.str-pad.html +%%PHPDOCDIR%%/function.str-repeat.html +%%PHPDOCDIR%%/function.str-replace.html +%%PHPDOCDIR%%/function.strcasecmp.html +%%PHPDOCDIR%%/function.strchr.html +%%PHPDOCDIR%%/function.strcmp.html +%%PHPDOCDIR%%/function.strcoll.html +%%PHPDOCDIR%%/function.strcspn.html +%%PHPDOCDIR%%/function.strerror.html +%%PHPDOCDIR%%/function.strftime.html +%%PHPDOCDIR%%/function.strip-tags.html +%%PHPDOCDIR%%/function.stripcslashes.html +%%PHPDOCDIR%%/function.stripslashes.html +%%PHPDOCDIR%%/function.stristr.html +%%PHPDOCDIR%%/function.strlen.html +%%PHPDOCDIR%%/function.strnatcasecmp.html +%%PHPDOCDIR%%/function.strnatcmp.html +%%PHPDOCDIR%%/function.strncasecmp.html +%%PHPDOCDIR%%/function.strncmp.html +%%PHPDOCDIR%%/function.strpos.html +%%PHPDOCDIR%%/function.strrchr.html +%%PHPDOCDIR%%/function.strrev.html +%%PHPDOCDIR%%/function.strrpos.html +%%PHPDOCDIR%%/function.strspn.html +%%PHPDOCDIR%%/function.strstr.html +%%PHPDOCDIR%%/function.strtok.html +%%PHPDOCDIR%%/function.strtolower.html +%%PHPDOCDIR%%/function.strtotime.html +%%PHPDOCDIR%%/function.strtoupper.html +%%PHPDOCDIR%%/function.strtr.html +%%PHPDOCDIR%%/function.strval.html +%%PHPDOCDIR%%/function.substr-count.html +%%PHPDOCDIR%%/function.substr-replace.html +%%PHPDOCDIR%%/function.substr.html +%%PHPDOCDIR%%/function.swf-actiongeturl.html +%%PHPDOCDIR%%/function.swf-actiongotoframe.html +%%PHPDOCDIR%%/function.swf-actiongotolabel.html +%%PHPDOCDIR%%/function.swf-actionnextframe.html +%%PHPDOCDIR%%/function.swf-actionplay.html +%%PHPDOCDIR%%/function.swf-actionprevframe.html +%%PHPDOCDIR%%/function.swf-actionsettarget.html +%%PHPDOCDIR%%/function.swf-actionstop.html +%%PHPDOCDIR%%/function.swf-actiontogglequality.html +%%PHPDOCDIR%%/function.swf-actionwaitforframe.html +%%PHPDOCDIR%%/function.swf-addbuttonrecord.html +%%PHPDOCDIR%%/function.swf-addcolor.html +%%PHPDOCDIR%%/function.swf-closefile.html +%%PHPDOCDIR%%/function.swf-definebitmap.html +%%PHPDOCDIR%%/function.swf-definefont.html +%%PHPDOCDIR%%/function.swf-defineline.html +%%PHPDOCDIR%%/function.swf-definepoly.html +%%PHPDOCDIR%%/function.swf-definerect.html +%%PHPDOCDIR%%/function.swf-definetext.html +%%PHPDOCDIR%%/function.swf-endbutton.html +%%PHPDOCDIR%%/function.swf-enddoaction.html +%%PHPDOCDIR%%/function.swf-endshape.html +%%PHPDOCDIR%%/function.swf-endsymbol.html +%%PHPDOCDIR%%/function.swf-fontsize.html +%%PHPDOCDIR%%/function.swf-fontslant.html +%%PHPDOCDIR%%/function.swf-fonttracking.html +%%PHPDOCDIR%%/function.swf-getbitmapinfo.html +%%PHPDOCDIR%%/function.swf-getfontinfo.html +%%PHPDOCDIR%%/function.swf-getframe.html +%%PHPDOCDIR%%/function.swf-labelframe.html +%%PHPDOCDIR%%/function.swf-lookat.html +%%PHPDOCDIR%%/function.swf-modifyobject.html +%%PHPDOCDIR%%/function.swf-mulcolor.html +%%PHPDOCDIR%%/function.swf-nextid.html +%%PHPDOCDIR%%/function.swf-oncondition.html +%%PHPDOCDIR%%/function.swf-openfile.html +%%PHPDOCDIR%%/function.swf-ortho.html +%%PHPDOCDIR%%/function.swf-ortho2.html +%%PHPDOCDIR%%/function.swf-perspective.html +%%PHPDOCDIR%%/function.swf-placeobject.html +%%PHPDOCDIR%%/function.swf-polarview.html +%%PHPDOCDIR%%/function.swf-popmatrix.html +%%PHPDOCDIR%%/function.swf-posround.html +%%PHPDOCDIR%%/function.swf-pushmatrix.html +%%PHPDOCDIR%%/function.swf-removeobject.html +%%PHPDOCDIR%%/function.swf-rotate.html +%%PHPDOCDIR%%/function.swf-scale.html +%%PHPDOCDIR%%/function.swf-setfont.html +%%PHPDOCDIR%%/function.swf-setframe.html +%%PHPDOCDIR%%/function.swf-shapearc.html +%%PHPDOCDIR%%/function.swf-shapecurveto.html +%%PHPDOCDIR%%/function.swf-shapecurveto3.html +%%PHPDOCDIR%%/function.swf-shapefillbitmapclip.html +%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html +%%PHPDOCDIR%%/function.swf-shapefilloff.html +%%PHPDOCDIR%%/function.swf-shapefillsolid.html +%%PHPDOCDIR%%/function.swf-shapelinesold.html +%%PHPDOCDIR%%/function.swf-shapelineto.html +%%PHPDOCDIR%%/function.swf-shapemoveto.html +%%PHPDOCDIR%%/function.swf-showframe.html +%%PHPDOCDIR%%/function.swf-startbutton.html +%%PHPDOCDIR%%/function.swf-startdoaction.html +%%PHPDOCDIR%%/function.swf-startshape.html +%%PHPDOCDIR%%/function.swf-startsymbol.html +%%PHPDOCDIR%%/function.swf-textwidth.html +%%PHPDOCDIR%%/function.swf-translate.html +%%PHPDOCDIR%%/function.swf-viewport.html +%%PHPDOCDIR%%/function.swfaction.html +%%PHPDOCDIR%%/function.swfbitmap.getheight.html +%%PHPDOCDIR%%/function.swfbitmap.getwidth.html +%%PHPDOCDIR%%/function.swfbitmap.html +%%PHPDOCDIR%%/function.swfbutton.addshape.html +%%PHPDOCDIR%%/function.swfbutton.html +%%PHPDOCDIR%%/function.swfbutton.setaction.html +%%PHPDOCDIR%%/function.swfbutton.sethit.html +%%PHPDOCDIR%%/function.swfbutton.setover.html +%%PHPDOCDIR%%/function.swfbutton.setup.html +%%PHPDOCDIR%%/function.swfdisplayitem.addcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.html +%%PHPDOCDIR%%/function.swfdisplayitem.move.html +%%PHPDOCDIR%%/function.swfdisplayitem.moveto.html +%%PHPDOCDIR%%/function.swfdisplayitem.multcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.remove.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotate.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotateto.html +%%PHPDOCDIR%%/function.swfdisplayitem.scale.html +%%PHPDOCDIR%%/function.swfdisplayitem.scaleto.html +%%PHPDOCDIR%%/function.swfdisplayitem.setdepth.html +%%PHPDOCDIR%%/function.swfdisplayitem.setname.html +%%PHPDOCDIR%%/function.swfdisplayitem.setratio.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewx.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewxto.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewy.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewyto.html +%%PHPDOCDIR%%/function.swffill.html +%%PHPDOCDIR%%/function.swffill.moveto.html +%%PHPDOCDIR%%/function.swffill.rotateto.html +%%PHPDOCDIR%%/function.swffill.scaleto.html +%%PHPDOCDIR%%/function.swffill.skewxto.html +%%PHPDOCDIR%%/function.swffill.skewyto.html +%%PHPDOCDIR%%/function.swffont.getwidth.html +%%PHPDOCDIR%%/function.swffont.html +%%PHPDOCDIR%%/function.swfgradient.addentry.html +%%PHPDOCDIR%%/function.swfgradient.html +%%PHPDOCDIR%%/function.swfmorph.getshape1.html +%%PHPDOCDIR%%/function.swfmorph.getshape2.html +%%PHPDOCDIR%%/function.swfmorph.html +%%PHPDOCDIR%%/function.swfmovie.add.html +%%PHPDOCDIR%%/function.swfmovie.html +%%PHPDOCDIR%%/function.swfmovie.nextframe.html +%%PHPDOCDIR%%/function.swfmovie.output.html +%%PHPDOCDIR%%/function.swfmovie.remove.html +%%PHPDOCDIR%%/function.swfmovie.save.html +%%PHPDOCDIR%%/function.swfmovie.setbackground.html +%%PHPDOCDIR%%/function.swfmovie.setdimension.html +%%PHPDOCDIR%%/function.swfmovie.setframes.html +%%PHPDOCDIR%%/function.swfmovie.setrate.html +%%PHPDOCDIR%%/function.swfmovie.streammp3.html +%%PHPDOCDIR%%/function.swfshape.addfill.html +%%PHPDOCDIR%%/function.swfshape.drawcurve.html +%%PHPDOCDIR%%/function.swfshape.drawcurveto.html +%%PHPDOCDIR%%/function.swfshape.drawline.html +%%PHPDOCDIR%%/function.swfshape.drawlineto.html +%%PHPDOCDIR%%/function.swfshape.html +%%PHPDOCDIR%%/function.swfshape.movepen.html +%%PHPDOCDIR%%/function.swfshape.movepento.html +%%PHPDOCDIR%%/function.swfshape.setleftfill.html +%%PHPDOCDIR%%/function.swfshape.setline.html +%%PHPDOCDIR%%/function.swfshape.setrightfill.html +%%PHPDOCDIR%%/function.swfsprite.add.html +%%PHPDOCDIR%%/function.swfsprite.html +%%PHPDOCDIR%%/function.swfsprite.nextframe.html +%%PHPDOCDIR%%/function.swfsprite.remove.html +%%PHPDOCDIR%%/function.swfsprite.setframes.html +%%PHPDOCDIR%%/function.swftext.addstring.html +%%PHPDOCDIR%%/function.swftext.getwidth.html +%%PHPDOCDIR%%/function.swftext.html +%%PHPDOCDIR%%/function.swftext.moveto.html +%%PHPDOCDIR%%/function.swftext.setcolor.html +%%PHPDOCDIR%%/function.swftext.setfont.html +%%PHPDOCDIR%%/function.swftext.setheight.html +%%PHPDOCDIR%%/function.swftext.setspacing.html +%%PHPDOCDIR%%/function.swftextfield.addstring.html +%%PHPDOCDIR%%/function.swftextfield.align.html +%%PHPDOCDIR%%/function.swftextfield.html +%%PHPDOCDIR%%/function.swftextfield.setbounds.html +%%PHPDOCDIR%%/function.swftextfield.setcolor.html +%%PHPDOCDIR%%/function.swftextfield.setfont.html +%%PHPDOCDIR%%/function.swftextfield.setheight.html +%%PHPDOCDIR%%/function.swftextfield.setindentation.html +%%PHPDOCDIR%%/function.swftextfield.setleftmargin.html +%%PHPDOCDIR%%/function.swftextfield.setlinespacing.html +%%PHPDOCDIR%%/function.swftextfield.setmargins.html +%%PHPDOCDIR%%/function.swftextfield.setname.html +%%PHPDOCDIR%%/function.swftextfield.setrightmargin.html +%%PHPDOCDIR%%/function.sybase-affected-rows.html +%%PHPDOCDIR%%/function.sybase-close.html +%%PHPDOCDIR%%/function.sybase-connect.html +%%PHPDOCDIR%%/function.sybase-data-seek.html +%%PHPDOCDIR%%/function.sybase-fetch-array.html +%%PHPDOCDIR%%/function.sybase-fetch-field.html +%%PHPDOCDIR%%/function.sybase-fetch-object.html +%%PHPDOCDIR%%/function.sybase-fetch-row.html +%%PHPDOCDIR%%/function.sybase-field-seek.html +%%PHPDOCDIR%%/function.sybase-free-result.html +%%PHPDOCDIR%%/function.sybase-get-last-message.html +%%PHPDOCDIR%%/function.sybase-min-client-severity.html +%%PHPDOCDIR%%/function.sybase-min-error-severity.html +%%PHPDOCDIR%%/function.sybase-min-message-severity.html +%%PHPDOCDIR%%/function.sybase-min-server-severity.html +%%PHPDOCDIR%%/function.sybase-num-fields.html +%%PHPDOCDIR%%/function.sybase-num-rows.html +%%PHPDOCDIR%%/function.sybase-pconnect.html +%%PHPDOCDIR%%/function.sybase-query.html +%%PHPDOCDIR%%/function.sybase-result.html +%%PHPDOCDIR%%/function.sybase-select-db.html +%%PHPDOCDIR%%/function.symlink.html +%%PHPDOCDIR%%/function.syslog.html +%%PHPDOCDIR%%/function.system.html +%%PHPDOCDIR%%/function.tan.html +%%PHPDOCDIR%%/function.tempnam.html +%%PHPDOCDIR%%/function.textdomain.html +%%PHPDOCDIR%%/function.time.html +%%PHPDOCDIR%%/function.tmpfile.html +%%PHPDOCDIR%%/function.touch.html +%%PHPDOCDIR%%/function.trigger-error.html +%%PHPDOCDIR%%/function.trim.html +%%PHPDOCDIR%%/function.uasort.html +%%PHPDOCDIR%%/function.ucfirst.html +%%PHPDOCDIR%%/function.ucwords.html +%%PHPDOCDIR%%/function.udm-add-search-limit.html +%%PHPDOCDIR%%/function.udm-alloc-agent.html +%%PHPDOCDIR%%/function.udm-api-version.html +%%PHPDOCDIR%%/function.udm-clear-search-limits.html +%%PHPDOCDIR%%/function.udm-errno.html +%%PHPDOCDIR%%/function.udm-error.html +%%PHPDOCDIR%%/function.udm-find.html +%%PHPDOCDIR%%/function.udm-free-agent.html +%%PHPDOCDIR%%/function.udm-free-ispell-data.html +%%PHPDOCDIR%%/function.udm-free-res.html +%%PHPDOCDIR%%/function.udm-get-doc-count.html +%%PHPDOCDIR%%/function.udm-get-res-field.html +%%PHPDOCDIR%%/function.udm-get-res-param.html +%%PHPDOCDIR%%/function.udm-load-ispell-data.html +%%PHPDOCDIR%%/function.udm-set-agent-param.html +%%PHPDOCDIR%%/function.uksort.html +%%PHPDOCDIR%%/function.umask.html +%%PHPDOCDIR%%/function.uniqid.html +%%PHPDOCDIR%%/function.unixtojd.html +%%PHPDOCDIR%%/function.unlink.html +%%PHPDOCDIR%%/function.unpack.html +%%PHPDOCDIR%%/function.unserialize.html +%%PHPDOCDIR%%/function.unset.html +%%PHPDOCDIR%%/function.urldecode.html +%%PHPDOCDIR%%/function.urlencode.html +%%PHPDOCDIR%%/function.user-error.html +%%PHPDOCDIR%%/function.usleep.html +%%PHPDOCDIR%%/function.usort.html +%%PHPDOCDIR%%/function.utf8-decode.html +%%PHPDOCDIR%%/function.utf8-encode.html +%%PHPDOCDIR%%/function.var-dump.html +%%PHPDOCDIR%%/function.virtual.html +%%PHPDOCDIR%%/function.wddx-add-vars.html +%%PHPDOCDIR%%/function.wddx-deserialize.html +%%PHPDOCDIR%%/function.wddx-packet-end.html +%%PHPDOCDIR%%/function.wddx-packet-start.html +%%PHPDOCDIR%%/function.wddx-serialize-value.html +%%PHPDOCDIR%%/function.wddx-serialize-vars.html +%%PHPDOCDIR%%/function.wordwrap.html +%%PHPDOCDIR%%/function.write.html +%%PHPDOCDIR%%/function.xml-error-string.html +%%PHPDOCDIR%%/function.xml-get-current-byte-index.html +%%PHPDOCDIR%%/function.xml-get-current-column-number.html +%%PHPDOCDIR%%/function.xml-get-current-line-number.html +%%PHPDOCDIR%%/function.xml-get-error-code.html +%%PHPDOCDIR%%/function.xml-parse-into-struct.html +%%PHPDOCDIR%%/function.xml-parse.html +%%PHPDOCDIR%%/function.xml-parser-create.html +%%PHPDOCDIR%%/function.xml-parser-free.html +%%PHPDOCDIR%%/function.xml-parser-get-option.html +%%PHPDOCDIR%%/function.xml-parser-set-option.html +%%PHPDOCDIR%%/function.xml-set-character-data-handler.html +%%PHPDOCDIR%%/function.xml-set-default-handler.html +%%PHPDOCDIR%%/function.xml-set-element-handler.html +%%PHPDOCDIR%%/function.xml-set-external-entity-ref-handler.html +%%PHPDOCDIR%%/function.xml-set-notation-decl-handler.html +%%PHPDOCDIR%%/function.xml-set-object.html +%%PHPDOCDIR%%/function.xml-set-processing-instruction-handler.html +%%PHPDOCDIR%%/function.xml-set-unparsed-entity-decl-handler.html +%%PHPDOCDIR%%/function.xmldoc.html +%%PHPDOCDIR%%/function.xmldocfile.html +%%PHPDOCDIR%%/function.xmltree.html +%%PHPDOCDIR%%/function.xpath_eval.html +%%PHPDOCDIR%%/function.xpath_new_context.html +%%PHPDOCDIR%%/function.xslt-closelog.html +%%PHPDOCDIR%%/function.xslt-create.html +%%PHPDOCDIR%%/function.xslt-errno.html +%%PHPDOCDIR%%/function.xslt-error.html +%%PHPDOCDIR%%/function.xslt-fetch-result.html +%%PHPDOCDIR%%/function.xslt-free.html +%%PHPDOCDIR%%/function.xslt-openlog.html +%%PHPDOCDIR%%/function.xslt-output-begintransform.html +%%PHPDOCDIR%%/function.xslt-output-endtransform.html +%%PHPDOCDIR%%/function.xslt-process.html +%%PHPDOCDIR%%/function.xslt-run.html +%%PHPDOCDIR%%/function.xslt-set-sax-handler.html +%%PHPDOCDIR%%/function.xslt-transform.html +%%PHPDOCDIR%%/function.yaz-addinfo.html +%%PHPDOCDIR%%/function.yaz-ccl-conf.html +%%PHPDOCDIR%%/function.yaz-ccl-parse.html +%%PHPDOCDIR%%/function.yaz-close.html +%%PHPDOCDIR%%/function.yaz-connect.html +%%PHPDOCDIR%%/function.yaz-database.html +%%PHPDOCDIR%%/function.yaz-element.html +%%PHPDOCDIR%%/function.yaz-errno.html +%%PHPDOCDIR%%/function.yaz-error.html +%%PHPDOCDIR%%/function.yaz-hits.html +%%PHPDOCDIR%%/function.yaz-itemorder.html +%%PHPDOCDIR%%/function.yaz-present.html +%%PHPDOCDIR%%/function.yaz-range.html +%%PHPDOCDIR%%/function.yaz-record.html +%%PHPDOCDIR%%/function.yaz-scan-result.html +%%PHPDOCDIR%%/function.yaz-scan.html +%%PHPDOCDIR%%/function.yaz-search.html +%%PHPDOCDIR%%/function.yaz-syntax.html +%%PHPDOCDIR%%/function.yaz-wait.html +%%PHPDOCDIR%%/function.yp-first.html +%%PHPDOCDIR%%/function.yp-get-default-domain.html +%%PHPDOCDIR%%/function.yp-master.html +%%PHPDOCDIR%%/function.yp-match.html +%%PHPDOCDIR%%/function.yp-next.html +%%PHPDOCDIR%%/function.yp-order.html +%%PHPDOCDIR%%/function.zend-logo-guid.html +%%PHPDOCDIR%%/function.zend-version.html +%%PHPDOCDIR%%/functions.arguments.html +%%PHPDOCDIR%%/functions.html +%%PHPDOCDIR%%/functions.old-syntax.html +%%PHPDOCDIR%%/functions.returning-values.html +%%PHPDOCDIR%%/functions.variable-functions.html +%%PHPDOCDIR%%/getting-started.html +%%PHPDOCDIR%%/index.html +%%PHPDOCDIR%%/install-problems.html +%%PHPDOCDIR%%/install-windows.html +%%PHPDOCDIR%%/install.apache.html +%%PHPDOCDIR%%/install.caudium.html +%%PHPDOCDIR%%/install.commandline.html +%%PHPDOCDIR%%/install.configure.html +%%PHPDOCDIR%%/install.fhttpd.html +%%PHPDOCDIR%%/install.hpux.html +%%PHPDOCDIR%%/install.iis.html +%%PHPDOCDIR%%/install.linux.html +%%PHPDOCDIR%%/install.macosx.html +%%PHPDOCDIR%%/install.netscape-enterprise.html +%%PHPDOCDIR%%/install.omnihttpd.html +%%PHPDOCDIR%%/install.openbsd.html +%%PHPDOCDIR%%/install.oreilly.html +%%PHPDOCDIR%%/install.otherhttpd.html +%%PHPDOCDIR%%/install.solaris.html +%%PHPDOCDIR%%/install.unix.html +%%PHPDOCDIR%%/install.xitami.html +%%PHPDOCDIR%%/installation.html +%%PHPDOCDIR%%/intro-history.html +%%PHPDOCDIR%%/intro-whatcando.html +%%PHPDOCDIR%%/introduction.html +%%PHPDOCDIR%%/langref.html +%%PHPDOCDIR%%/language.basic-syntax.comments.html +%%PHPDOCDIR%%/language.basic-syntax.html +%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html +%%PHPDOCDIR%%/language.constants.html +%%PHPDOCDIR%%/language.expressions.html +%%PHPDOCDIR%%/language.oop.html +%%PHPDOCDIR%%/language.oop.newref.html +%%PHPDOCDIR%%/language.operators.assignment.html +%%PHPDOCDIR%%/language.operators.bitwise.html +%%PHPDOCDIR%%/language.operators.comparison.html +%%PHPDOCDIR%%/language.operators.errorcontrol.html +%%PHPDOCDIR%%/language.operators.execution.html +%%PHPDOCDIR%%/language.operators.html +%%PHPDOCDIR%%/language.operators.increment.html +%%PHPDOCDIR%%/language.operators.logical.html +%%PHPDOCDIR%%/language.operators.precedence.html +%%PHPDOCDIR%%/language.operators.string.html +%%PHPDOCDIR%%/language.references.arent.html +%%PHPDOCDIR%%/language.references.html +%%PHPDOCDIR%%/language.references.pass.html +%%PHPDOCDIR%%/language.references.return.html +%%PHPDOCDIR%%/language.references.spot.html +%%PHPDOCDIR%%/language.references.unset.html +%%PHPDOCDIR%%/language.references.whatdo.html +%%PHPDOCDIR%%/language.types.array.html +%%PHPDOCDIR%%/language.types.double.html +%%PHPDOCDIR%%/language.types.html +%%PHPDOCDIR%%/language.types.object.html +%%PHPDOCDIR%%/language.types.string.html +%%PHPDOCDIR%%/language.types.type-juggling.html +%%PHPDOCDIR%%/language.variables.external.html +%%PHPDOCDIR%%/language.variables.html +%%PHPDOCDIR%%/language.variables.predefined.html +%%PHPDOCDIR%%/language.variables.scope.html +%%PHPDOCDIR%%/language.variables.variable.html +%%PHPDOCDIR%%/migration.html +%%PHPDOCDIR%%/migration.php3.html +%%PHPDOCDIR%%/migration4.html +%%PHPDOCDIR%%/pcre.pattern.modifiers.html +%%PHPDOCDIR%%/pcre.pattern.syntax.html +%%PHPDOCDIR%%/pear.about.html +%%PHPDOCDIR%%/pear.html +%%PHPDOCDIR%%/pear.standards.comments.html +%%PHPDOCDIR%%/pear.standards.constants.html +%%PHPDOCDIR%%/pear.standards.control.html +%%PHPDOCDIR%%/pear.standards.cvstags.html +%%PHPDOCDIR%%/pear.standards.exampleurls.html +%%PHPDOCDIR%%/pear.standards.funcalls.html +%%PHPDOCDIR%%/pear.standards.funcdef.html +%%PHPDOCDIR%%/pear.standards.header.html +%%PHPDOCDIR%%/pear.standards.html +%%PHPDOCDIR%%/pear.standards.including.html +%%PHPDOCDIR%%/pear.standards.tags.html +%%PHPDOCDIR%%/phpdevel-errors.html +%%PHPDOCDIR%%/phpdevel.html +%%PHPDOCDIR%%/preface.html +%%PHPDOCDIR%%/r7670.html +%%PHPDOCDIR%%/ref.apache.html +%%PHPDOCDIR%%/ref.array.html +%%PHPDOCDIR%%/ref.aspell.html +%%PHPDOCDIR%%/ref.bc.html +%%PHPDOCDIR%%/ref.bzip2.html +%%PHPDOCDIR%%/ref.calendar.html +%%PHPDOCDIR%%/ref.ccvs.html +%%PHPDOCDIR%%/ref.classobj.html +%%PHPDOCDIR%%/ref.com.html +%%PHPDOCDIR%%/ref.cpdf.html +%%PHPDOCDIR%%/ref.ctype.html +%%PHPDOCDIR%%/ref.curl.html +%%PHPDOCDIR%%/ref.cybercash.html +%%PHPDOCDIR%%/ref.datetime.html +%%PHPDOCDIR%%/ref.dba.html +%%PHPDOCDIR%%/ref.dbase.html +%%PHPDOCDIR%%/ref.dbm.html +%%PHPDOCDIR%%/ref.dbx.html +%%PHPDOCDIR%%/ref.dir.html +%%PHPDOCDIR%%/ref.domxml.html +%%PHPDOCDIR%%/ref.errorfunc.html +%%PHPDOCDIR%%/ref.exec.html +%%PHPDOCDIR%%/ref.fdf.html +%%PHPDOCDIR%%/ref.filepro.html +%%PHPDOCDIR%%/ref.filesystem.html +%%PHPDOCDIR%%/ref.ftp.html +%%PHPDOCDIR%%/ref.funchand.html +%%PHPDOCDIR%%/ref.gettext.html +%%PHPDOCDIR%%/ref.gmp.html +%%PHPDOCDIR%%/ref.http.html +%%PHPDOCDIR%%/ref.hyperwave.html +%%PHPDOCDIR%%/ref.ibase.html +%%PHPDOCDIR%%/ref.icap.html +%%PHPDOCDIR%%/ref.ifx.html +%%PHPDOCDIR%%/ref.image.html +%%PHPDOCDIR%%/ref.imap.html +%%PHPDOCDIR%%/ref.info.html +%%PHPDOCDIR%%/ref.ingres.html +%%PHPDOCDIR%%/ref.ldap.html +%%PHPDOCDIR%%/ref.mail.html +%%PHPDOCDIR%%/ref.math.html +%%PHPDOCDIR%%/ref.mcal.html +%%PHPDOCDIR%%/ref.mcrypt.html +%%PHPDOCDIR%%/ref.mhash.html +%%PHPDOCDIR%%/ref.ming.html +%%PHPDOCDIR%%/ref.misc.html +%%PHPDOCDIR%%/ref.mnogo.html +%%PHPDOCDIR%%/ref.msql.html +%%PHPDOCDIR%%/ref.mssql.html +%%PHPDOCDIR%%/ref.mysql.html +%%PHPDOCDIR%%/ref.network.html +%%PHPDOCDIR%%/ref.nis.html +%%PHPDOCDIR%%/ref.oci8.html +%%PHPDOCDIR%%/ref.odbc.html +%%PHPDOCDIR%%/ref.openssl.html +%%PHPDOCDIR%%/ref.oracle.html +%%PHPDOCDIR%%/ref.outcontrol.html +%%PHPDOCDIR%%/ref.ovrimos.html +%%PHPDOCDIR%%/ref.pcre.html +%%PHPDOCDIR%%/ref.pdf.html +%%PHPDOCDIR%%/ref.pear.html +%%PHPDOCDIR%%/ref.pfpro.html +%%PHPDOCDIR%%/ref.pgsql.html +%%PHPDOCDIR%%/ref.posix.html +%%PHPDOCDIR%%/ref.pspell.html +%%PHPDOCDIR%%/ref.readline.html +%%PHPDOCDIR%%/ref.recode.html +%%PHPDOCDIR%%/ref.regex.html +%%PHPDOCDIR%%/ref.satellite.html +%%PHPDOCDIR%%/ref.sem.html +%%PHPDOCDIR%%/ref.sesam.html +%%PHPDOCDIR%%/ref.session.html +%%PHPDOCDIR%%/ref.shmop.html +%%PHPDOCDIR%%/ref.snmp.html +%%PHPDOCDIR%%/ref.sockets.html +%%PHPDOCDIR%%/ref.strings.html +%%PHPDOCDIR%%/ref.swf.html +%%PHPDOCDIR%%/ref.sybase.html +%%PHPDOCDIR%%/ref.url.html +%%PHPDOCDIR%%/ref.var.html +%%PHPDOCDIR%%/ref.wddx.html +%%PHPDOCDIR%%/ref.xml.html +%%PHPDOCDIR%%/ref.xslt.html +%%PHPDOCDIR%%/ref.yaz.html +%%PHPDOCDIR%%/ref.zlib.html +%%PHPDOCDIR%%/reserved.html +%%PHPDOCDIR%%/resource.html +%%PHPDOCDIR%%/security.apache.html +%%PHPDOCDIR%%/security.current.html +%%PHPDOCDIR%%/security.errors.html +%%PHPDOCDIR%%/security.filesystem.html +%%PHPDOCDIR%%/security.general.html +%%PHPDOCDIR%%/security.html +%%PHPDOCDIR%%/security.variables.html +%%PHPDOCDIR%%/x52391.html +%%PHPDOCDIR%%/x52408.html +%%PHPDOCDIR%%/x52431.html +%%PHPDOCDIR%%/x52435.html +%%PHPDOCDIR%%/x52441.html +%%PHPDOCDIR%%/x52466.html +%%PHPDOCDIR%%/x52469.html +%%PHPDOCDIR%%/x52480.html +@dirrm %%PHPDOCDIR%% diff --git a/lang/php_doc/pkg-plist.de b/lang/php_doc/pkg-plist.de new file mode 100644 index 000000000000..7b45b841f9b8 --- /dev/null +++ b/lang/php_doc/pkg-plist.de @@ -0,0 +1,1928 @@ +%%PHPDOCDIR%%/appendixes.html +%%PHPDOCDIR%%/calling-user-functions.html +%%PHPDOCDIR%%/class.dir.html +%%PHPDOCDIR%%/class.orbitenum.html +%%PHPDOCDIR%%/class.orbitobject.html +%%PHPDOCDIR%%/class.orbitstruct.html +%%PHPDOCDIR%%/class.pear-error.html +%%PHPDOCDIR%%/class.pear.html +%%PHPDOCDIR%%/configuration.html +%%PHPDOCDIR%%/control-structures.alternative-syntax.html +%%PHPDOCDIR%%/control-structures.break.html +%%PHPDOCDIR%%/control-structures.continue.html +%%PHPDOCDIR%%/control-structures.do.while.html +%%PHPDOCDIR%%/control-structures.else.html +%%PHPDOCDIR%%/control-structures.elseif.html +%%PHPDOCDIR%%/control-structures.for.html +%%PHPDOCDIR%%/control-structures.foreach.html +%%PHPDOCDIR%%/control-structures.html +%%PHPDOCDIR%%/control-structures.switch.html +%%PHPDOCDIR%%/control-structures.while.html +%%PHPDOCDIR%%/copyright.html +%%PHPDOCDIR%%/debugger-protocol.html +%%PHPDOCDIR%%/debugger.html +%%PHPDOCDIR%%/feature-fileupload.multiple.html +%%PHPDOCDIR%%/features.connection-handling.html +%%PHPDOCDIR%%/features.cookies.html +%%PHPDOCDIR%%/features.error-handling.html +%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html +%%PHPDOCDIR%%/features.file-upload.html +%%PHPDOCDIR%%/features.file-upload.put-method.html +%%PHPDOCDIR%%/features.html +%%PHPDOCDIR%%/features.http-auth.html +%%PHPDOCDIR%%/features.images.html +%%PHPDOCDIR%%/features.persistent-connections.html +%%PHPDOCDIR%%/features.remote-files.html +%%PHPDOCDIR%%/funcref.html +%%PHPDOCDIR%%/function.abs.html +%%PHPDOCDIR%%/function.accept-connect.html +%%PHPDOCDIR%%/function.acos.html +%%PHPDOCDIR%%/function.addcslashes.html +%%PHPDOCDIR%%/function.addslashes.html +%%PHPDOCDIR%%/function.apache-lookup-uri.html +%%PHPDOCDIR%%/function.apache-note.html +%%PHPDOCDIR%%/function.array-count-values.html +%%PHPDOCDIR%%/function.array-flip.html +%%PHPDOCDIR%%/function.array-keys.html +%%PHPDOCDIR%%/function.array-merge-recursive.html +%%PHPDOCDIR%%/function.array-merge.html +%%PHPDOCDIR%%/function.array-multisort.html +%%PHPDOCDIR%%/function.array-pad.html +%%PHPDOCDIR%%/function.array-pop.html +%%PHPDOCDIR%%/function.array-push.html +%%PHPDOCDIR%%/function.array-rand.html +%%PHPDOCDIR%%/function.array-reverse.html +%%PHPDOCDIR%%/function.array-shift.html +%%PHPDOCDIR%%/function.array-slice.html +%%PHPDOCDIR%%/function.array-splice.html +%%PHPDOCDIR%%/function.array-unshift.html +%%PHPDOCDIR%%/function.array-values.html +%%PHPDOCDIR%%/function.array-walk.html +%%PHPDOCDIR%%/function.array.html +%%PHPDOCDIR%%/function.arsort.html +%%PHPDOCDIR%%/function.ascii2ebcdic.html +%%PHPDOCDIR%%/function.asin.html +%%PHPDOCDIR%%/function.asort.html +%%PHPDOCDIR%%/function.aspell-check-raw.html +%%PHPDOCDIR%%/function.aspell-check.html +%%PHPDOCDIR%%/function.aspell-new.html +%%PHPDOCDIR%%/function.aspell-suggest.html +%%PHPDOCDIR%%/function.atan.html +%%PHPDOCDIR%%/function.atan2.html +%%PHPDOCDIR%%/function.base-convert.html +%%PHPDOCDIR%%/function.base64-decode.html +%%PHPDOCDIR%%/function.base64-encode.html +%%PHPDOCDIR%%/function.basename.html +%%PHPDOCDIR%%/function.bcadd.html +%%PHPDOCDIR%%/function.bccomp.html +%%PHPDOCDIR%%/function.bcdiv.html +%%PHPDOCDIR%%/function.bcmod.html +%%PHPDOCDIR%%/function.bcmul.html +%%PHPDOCDIR%%/function.bcpow.html +%%PHPDOCDIR%%/function.bcscale.html +%%PHPDOCDIR%%/function.bcsqrt.html +%%PHPDOCDIR%%/function.bcsub.html +%%PHPDOCDIR%%/function.bin2hex.html +%%PHPDOCDIR%%/function.bind.html +%%PHPDOCDIR%%/function.bindec.html +%%PHPDOCDIR%%/function.bindtextdomain.html +%%PHPDOCDIR%%/function.bzclose.html +%%PHPDOCDIR%%/function.bzcompress.html +%%PHPDOCDIR%%/function.bzdecompress.html +%%PHPDOCDIR%%/function.bzerrno.html +%%PHPDOCDIR%%/function.bzerror.html +%%PHPDOCDIR%%/function.bzerrstr.html +%%PHPDOCDIR%%/function.bzflush.html +%%PHPDOCDIR%%/function.bzopen.html +%%PHPDOCDIR%%/function.bzread.html +%%PHPDOCDIR%%/function.bzwrite.html +%%PHPDOCDIR%%/function.call-user-func.html +%%PHPDOCDIR%%/function.call-user-method.html +%%PHPDOCDIR%%/function.ceil.html +%%PHPDOCDIR%%/function.chdir.html +%%PHPDOCDIR%%/function.checkdate.html +%%PHPDOCDIR%%/function.checkdnsrr.html +%%PHPDOCDIR%%/function.chgrp.html +%%PHPDOCDIR%%/function.chmod.html +%%PHPDOCDIR%%/function.chop.html +%%PHPDOCDIR%%/function.chown.html +%%PHPDOCDIR%%/function.chr.html +%%PHPDOCDIR%%/function.chunk-split.html +%%PHPDOCDIR%%/function.class-exists.html +%%PHPDOCDIR%%/function.clearstatcache.html +%%PHPDOCDIR%%/function.close.html +%%PHPDOCDIR%%/function.closedir.html +%%PHPDOCDIR%%/function.closelog.html +%%PHPDOCDIR%%/function.com-get.html +%%PHPDOCDIR%%/function.com-invoke.html +%%PHPDOCDIR%%/function.com-load.html +%%PHPDOCDIR%%/function.com-propget.html +%%PHPDOCDIR%%/function.com-propput.html +%%PHPDOCDIR%%/function.com-propset.html +%%PHPDOCDIR%%/function.com-set.html +%%PHPDOCDIR%%/function.compact.html +%%PHPDOCDIR%%/function.connect.html +%%PHPDOCDIR%%/function.connection-aborted.html +%%PHPDOCDIR%%/function.connection-status.html +%%PHPDOCDIR%%/function.connection-timeout.html +%%PHPDOCDIR%%/function.convert-cyr-string.html +%%PHPDOCDIR%%/function.copy.html +%%PHPDOCDIR%%/function.cos.html +%%PHPDOCDIR%%/function.count-chars.html +%%PHPDOCDIR%%/function.count.html +%%PHPDOCDIR%%/function.cpdf-add-annotation.html +%%PHPDOCDIR%%/function.cpdf-add-outline.html +%%PHPDOCDIR%%/function.cpdf-arc.html +%%PHPDOCDIR%%/function.cpdf-begin-text.html +%%PHPDOCDIR%%/function.cpdf-circle.html +%%PHPDOCDIR%%/function.cpdf-clip.html +%%PHPDOCDIR%%/function.cpdf-close.html +%%PHPDOCDIR%%/function.cpdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath.html +%%PHPDOCDIR%%/function.cpdf-continue-text.html +%%PHPDOCDIR%%/function.cpdf-curveto.html +%%PHPDOCDIR%%/function.cpdf-end-text.html +%%PHPDOCDIR%%/function.cpdf-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-fill.html +%%PHPDOCDIR%%/function.cpdf-finalize-page.html +%%PHPDOCDIR%%/function.cpdf-finalize.html +%%PHPDOCDIR%%/function.cpdf-global-set-document-limits.html +%%PHPDOCDIR%%/function.cpdf-import-jpeg.html +%%PHPDOCDIR%%/function.cpdf-lineto.html +%%PHPDOCDIR%%/function.cpdf-moveto.html +%%PHPDOCDIR%%/function.cpdf-newpath.html +%%PHPDOCDIR%%/function.cpdf-open.html +%%PHPDOCDIR%%/function.cpdf-output-buffer.html +%%PHPDOCDIR%%/function.cpdf-page-init.html +%%PHPDOCDIR%%/function.cpdf-place-inline-image.html +%%PHPDOCDIR%%/function.cpdf-rect.html +%%PHPDOCDIR%%/function.cpdf-restore.html +%%PHPDOCDIR%%/function.cpdf-rlineto.html +%%PHPDOCDIR%%/function.cpdf-rmoveto.html +%%PHPDOCDIR%%/function.cpdf-rotate.html +%%PHPDOCDIR%%/function.cpdf-save-to-file.html +%%PHPDOCDIR%%/function.cpdf-save.html +%%PHPDOCDIR%%/function.cpdf-scale.html +%%PHPDOCDIR%%/function.cpdf-set-char-spacing.html +%%PHPDOCDIR%%/function.cpdf-set-creator.html +%%PHPDOCDIR%%/function.cpdf-set-current-page.html +%%PHPDOCDIR%%/function.cpdf-set-font.html +%%PHPDOCDIR%%/function.cpdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.cpdf-set-keywords.html +%%PHPDOCDIR%%/function.cpdf-set-leading.html +%%PHPDOCDIR%%/function.cpdf-set-page-animation.html +%%PHPDOCDIR%%/function.cpdf-set-subject.html +%%PHPDOCDIR%%/function.cpdf-set-text-matrix.html +%%PHPDOCDIR%%/function.cpdf-set-text-pos.html +%%PHPDOCDIR%%/function.cpdf-set-text-rendering.html +%%PHPDOCDIR%%/function.cpdf-set-text-rise.html +%%PHPDOCDIR%%/function.cpdf-set-title.html +%%PHPDOCDIR%%/function.cpdf-set-word-spacing.html +%%PHPDOCDIR%%/function.cpdf-setdash.html +%%PHPDOCDIR%%/function.cpdf-setflat.html +%%PHPDOCDIR%%/function.cpdf-setgray-fill.html +%%PHPDOCDIR%%/function.cpdf-setgray-stroke.html +%%PHPDOCDIR%%/function.cpdf-setgray.html +%%PHPDOCDIR%%/function.cpdf-setlinecap.html +%%PHPDOCDIR%%/function.cpdf-setlinejoin.html +%%PHPDOCDIR%%/function.cpdf-setlinewidth.html +%%PHPDOCDIR%%/function.cpdf-setmiterlimit.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor.html +%%PHPDOCDIR%%/function.cpdf-show-xy.html +%%PHPDOCDIR%%/function.cpdf-show.html +%%PHPDOCDIR%%/function.cpdf-stringwidth.html +%%PHPDOCDIR%%/function.cpdf-stroke.html +%%PHPDOCDIR%%/function.cpdf-text.html +%%PHPDOCDIR%%/function.cpdf-translate.html +%%PHPDOCDIR%%/function.crc32.html +%%PHPDOCDIR%%/function.create-function.html +%%PHPDOCDIR%%/function.crypt.html +%%PHPDOCDIR%%/function.ctype-alnum.html +%%PHPDOCDIR%%/function.ctype-alpha.html +%%PHPDOCDIR%%/function.ctype-cntrl.html +%%PHPDOCDIR%%/function.ctype-digit.html +%%PHPDOCDIR%%/function.ctype-graph.html +%%PHPDOCDIR%%/function.ctype-lower.html +%%PHPDOCDIR%%/function.ctype-print.html +%%PHPDOCDIR%%/function.ctype-punct.html +%%PHPDOCDIR%%/function.ctype-space.html +%%PHPDOCDIR%%/function.ctype-upper.html +%%PHPDOCDIR%%/function.ctype-xdigit.html +%%PHPDOCDIR%%/function.curl-close.html +%%PHPDOCDIR%%/function.curl-exec.html +%%PHPDOCDIR%%/function.curl-init.html +%%PHPDOCDIR%%/function.curl-setopt.html +%%PHPDOCDIR%%/function.curl-version.html +%%PHPDOCDIR%%/function.current.html +%%PHPDOCDIR%%/function.cybercash-base64-decode.html +%%PHPDOCDIR%%/function.cybercash-base64-encode.html +%%PHPDOCDIR%%/function.cybercash-decr.html +%%PHPDOCDIR%%/function.cybercash-encr.html +%%PHPDOCDIR%%/function.date.html +%%PHPDOCDIR%%/function.dba-close.html +%%PHPDOCDIR%%/function.dba-delete.html +%%PHPDOCDIR%%/function.dba-exists.html +%%PHPDOCDIR%%/function.dba-fetch.html +%%PHPDOCDIR%%/function.dba-firstkey.html +%%PHPDOCDIR%%/function.dba-insert.html +%%PHPDOCDIR%%/function.dba-nextkey.html +%%PHPDOCDIR%%/function.dba-open.html +%%PHPDOCDIR%%/function.dba-optimize.html +%%PHPDOCDIR%%/function.dba-popen.html +%%PHPDOCDIR%%/function.dba-replace.html +%%PHPDOCDIR%%/function.dba-sync.html +%%PHPDOCDIR%%/function.dbase-add-record.html +%%PHPDOCDIR%%/function.dbase-close.html +%%PHPDOCDIR%%/function.dbase-create.html +%%PHPDOCDIR%%/function.dbase-delete-record.html +%%PHPDOCDIR%%/function.dbase-get-record-with-names.html +%%PHPDOCDIR%%/function.dbase-get-record.html +%%PHPDOCDIR%%/function.dbase-numfields.html +%%PHPDOCDIR%%/function.dbase-numrecords.html +%%PHPDOCDIR%%/function.dbase-open.html +%%PHPDOCDIR%%/function.dbase-pack.html +%%PHPDOCDIR%%/function.dbase-replace-record.html +%%PHPDOCDIR%%/function.dblist.html +%%PHPDOCDIR%%/function.dbmclose.html +%%PHPDOCDIR%%/function.dbmdelete.html +%%PHPDOCDIR%%/function.dbmexists.html +%%PHPDOCDIR%%/function.dbmfetch.html +%%PHPDOCDIR%%/function.dbmfirstkey.html +%%PHPDOCDIR%%/function.dbminsert.html +%%PHPDOCDIR%%/function.dbmnextkey.html +%%PHPDOCDIR%%/function.dbmopen.html +%%PHPDOCDIR%%/function.dbmreplace.html +%%PHPDOCDIR%%/function.dbx-close.html +%%PHPDOCDIR%%/function.dbx-cmp-asc.html +%%PHPDOCDIR%%/function.dbx-cmp-desc.html +%%PHPDOCDIR%%/function.dbx-connect.html +%%PHPDOCDIR%%/function.dbx-error.html +%%PHPDOCDIR%%/function.dbx-query.html +%%PHPDOCDIR%%/function.dbx-sort.html +%%PHPDOCDIR%%/function.dcgettext.html +%%PHPDOCDIR%%/function.debugger-off.html +%%PHPDOCDIR%%/function.debugger-on.html +%%PHPDOCDIR%%/function.decbin.html +%%PHPDOCDIR%%/function.dechex.html +%%PHPDOCDIR%%/function.decoct.html +%%PHPDOCDIR%%/function.define-syslog-variables.html +%%PHPDOCDIR%%/function.define.html +%%PHPDOCDIR%%/function.defined.html +%%PHPDOCDIR%%/function.deg2rad.html +%%PHPDOCDIR%%/function.delete.html +%%PHPDOCDIR%%/function.dgettext.html +%%PHPDOCDIR%%/function.die.html +%%PHPDOCDIR%%/function.dirname.html +%%PHPDOCDIR%%/function.diskfreespace.html +%%PHPDOCDIR%%/function.doubleval.html +%%PHPDOCDIR%%/function.each.html +%%PHPDOCDIR%%/function.easter-date.html +%%PHPDOCDIR%%/function.easter-days.html +%%PHPDOCDIR%%/function.ebcdic2ascii.html +%%PHPDOCDIR%%/function.echo.html +%%PHPDOCDIR%%/function.empty.html +%%PHPDOCDIR%%/function.end.html +%%PHPDOCDIR%%/function.ereg-replace.html +%%PHPDOCDIR%%/function.ereg.html +%%PHPDOCDIR%%/function.eregi-replace.html +%%PHPDOCDIR%%/function.eregi.html +%%PHPDOCDIR%%/function.error-log.html +%%PHPDOCDIR%%/function.error-reporting.html +%%PHPDOCDIR%%/function.escapeshellarg.html +%%PHPDOCDIR%%/function.escapeshellcmd.html +%%PHPDOCDIR%%/function.eval.html +%%PHPDOCDIR%%/function.exec.html +%%PHPDOCDIR%%/function.exit.html +%%PHPDOCDIR%%/function.exp.html +%%PHPDOCDIR%%/function.explode.html +%%PHPDOCDIR%%/function.extension-loaded.html +%%PHPDOCDIR%%/function.extract.html +%%PHPDOCDIR%%/function.fclose.html +%%PHPDOCDIR%%/function.fdf-close.html +%%PHPDOCDIR%%/function.fdf-create.html +%%PHPDOCDIR%%/function.fdf-get-file.html +%%PHPDOCDIR%%/function.fdf-get-status.html +%%PHPDOCDIR%%/function.fdf-get-value.html +%%PHPDOCDIR%%/function.fdf-next-field-name.html +%%PHPDOCDIR%%/function.fdf-open.html +%%PHPDOCDIR%%/function.fdf-save.html +%%PHPDOCDIR%%/function.fdf-set-ap.html +%%PHPDOCDIR%%/function.fdf-set-file.html +%%PHPDOCDIR%%/function.fdf-set-flags.html +%%PHPDOCDIR%%/function.fdf-set-javascript-action.html +%%PHPDOCDIR%%/function.fdf-set-opt.html +%%PHPDOCDIR%%/function.fdf-set-status.html +%%PHPDOCDIR%%/function.fdf-set-submit-form-action.html +%%PHPDOCDIR%%/function.fdf-set-value.html +%%PHPDOCDIR%%/function.feof.html +%%PHPDOCDIR%%/function.fflush.html +%%PHPDOCDIR%%/function.fgetc.html +%%PHPDOCDIR%%/function.fgetcsv.html +%%PHPDOCDIR%%/function.fgets.html +%%PHPDOCDIR%%/function.fgetss.html +%%PHPDOCDIR%%/function.file-exists.html +%%PHPDOCDIR%%/function.file.html +%%PHPDOCDIR%%/function.fileatime.html +%%PHPDOCDIR%%/function.filectime.html +%%PHPDOCDIR%%/function.filegroup.html +%%PHPDOCDIR%%/function.fileinode.html +%%PHPDOCDIR%%/function.filemtime.html +%%PHPDOCDIR%%/function.fileowner.html +%%PHPDOCDIR%%/function.fileperms.html +%%PHPDOCDIR%%/function.filepro-fieldcount.html +%%PHPDOCDIR%%/function.filepro-fieldname.html +%%PHPDOCDIR%%/function.filepro-fieldtype.html +%%PHPDOCDIR%%/function.filepro-fieldwidth.html +%%PHPDOCDIR%%/function.filepro-retrieve.html +%%PHPDOCDIR%%/function.filepro-rowcount.html +%%PHPDOCDIR%%/function.filepro.html +%%PHPDOCDIR%%/function.filesize.html +%%PHPDOCDIR%%/function.filetype.html +%%PHPDOCDIR%%/function.flock.html +%%PHPDOCDIR%%/function.floor.html +%%PHPDOCDIR%%/function.flush.html +%%PHPDOCDIR%%/function.fopen.html +%%PHPDOCDIR%%/function.fpassthru.html +%%PHPDOCDIR%%/function.fputs.html +%%PHPDOCDIR%%/function.fread.html +%%PHPDOCDIR%%/function.frenchtojd.html +%%PHPDOCDIR%%/function.fscanf.html +%%PHPDOCDIR%%/function.fseek.html +%%PHPDOCDIR%%/function.fsockopen.html +%%PHPDOCDIR%%/function.fstat.html +%%PHPDOCDIR%%/function.ftell.html +%%PHPDOCDIR%%/function.ftp-cdup.html +%%PHPDOCDIR%%/function.ftp-chdir.html +%%PHPDOCDIR%%/function.ftp-connect.html +%%PHPDOCDIR%%/function.ftp-delete.html +%%PHPDOCDIR%%/function.ftp-fget.html +%%PHPDOCDIR%%/function.ftp-fput.html +%%PHPDOCDIR%%/function.ftp-get.html +%%PHPDOCDIR%%/function.ftp-login.html +%%PHPDOCDIR%%/function.ftp-mdtm.html +%%PHPDOCDIR%%/function.ftp-mkdir.html +%%PHPDOCDIR%%/function.ftp-nlist.html +%%PHPDOCDIR%%/function.ftp-pasv.html +%%PHPDOCDIR%%/function.ftp-put.html +%%PHPDOCDIR%%/function.ftp-pwd.html +%%PHPDOCDIR%%/function.ftp-quit.html +%%PHPDOCDIR%%/function.ftp-rawlist.html +%%PHPDOCDIR%%/function.ftp-rename.html +%%PHPDOCDIR%%/function.ftp-rmdir.html +%%PHPDOCDIR%%/function.ftp-site.html +%%PHPDOCDIR%%/function.ftp-size.html +%%PHPDOCDIR%%/function.ftp-systype.html +%%PHPDOCDIR%%/function.ftruncate.html +%%PHPDOCDIR%%/function.func-get-arg.html +%%PHPDOCDIR%%/function.func-get-args.html +%%PHPDOCDIR%%/function.func-num-args.html +%%PHPDOCDIR%%/function.function-exists.html +%%PHPDOCDIR%%/function.fwrite.html +%%PHPDOCDIR%%/function.get-browser.html +%%PHPDOCDIR%%/function.get-cfg-var.html +%%PHPDOCDIR%%/function.get-class-methods.html +%%PHPDOCDIR%%/function.get-class-vars.html +%%PHPDOCDIR%%/function.get-class.html +%%PHPDOCDIR%%/function.get-current-user.html +%%PHPDOCDIR%%/function.get-declared-classes.html +%%PHPDOCDIR%%/function.get-extension-funcs.html +%%PHPDOCDIR%%/function.get-html-translation-table.html +%%PHPDOCDIR%%/function.get-included-files.html +%%PHPDOCDIR%%/function.get-loaded-extensions.html +%%PHPDOCDIR%%/function.get-magic-quotes-gpc.html +%%PHPDOCDIR%%/function.get-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.get-meta-tags.html +%%PHPDOCDIR%%/function.get-object-vars.html +%%PHPDOCDIR%%/function.get-parent-class.html +%%PHPDOCDIR%%/function.get-required-files.html +%%PHPDOCDIR%%/function.getallheaders.html +%%PHPDOCDIR%%/function.getcwd.html +%%PHPDOCDIR%%/function.getdate.html +%%PHPDOCDIR%%/function.getenv.html +%%PHPDOCDIR%%/function.gethostbyaddr.html +%%PHPDOCDIR%%/function.gethostbyname.html +%%PHPDOCDIR%%/function.gethostbynamel.html +%%PHPDOCDIR%%/function.getimagesize.html +%%PHPDOCDIR%%/function.getlastmod.html +%%PHPDOCDIR%%/function.getmxrr.html +%%PHPDOCDIR%%/function.getmyinode.html +%%PHPDOCDIR%%/function.getmypid.html +%%PHPDOCDIR%%/function.getmyuid.html +%%PHPDOCDIR%%/function.getprotobyname.html +%%PHPDOCDIR%%/function.getprotobynumber.html +%%PHPDOCDIR%%/function.getrandmax.html +%%PHPDOCDIR%%/function.getrusage.html +%%PHPDOCDIR%%/function.getservbyname.html +%%PHPDOCDIR%%/function.getservbyport.html +%%PHPDOCDIR%%/function.gettext.html +%%PHPDOCDIR%%/function.gettimeofday.html +%%PHPDOCDIR%%/function.gettype.html +%%PHPDOCDIR%%/function.gmdate.html +%%PHPDOCDIR%%/function.gmmktime.html +%%PHPDOCDIR%%/function.gmp-abs.html +%%PHPDOCDIR%%/function.gmp-add.html +%%PHPDOCDIR%%/function.gmp-and.html +%%PHPDOCDIR%%/function.gmp-clrbit.html +%%PHPDOCDIR%%/function.gmp-cmp.html +%%PHPDOCDIR%%/function.gmp-div-q.html +%%PHPDOCDIR%%/function.gmp-div-qr.html +%%PHPDOCDIR%%/function.gmp-div-r.html +%%PHPDOCDIR%%/function.gmp-div.html +%%PHPDOCDIR%%/function.gmp-divexact.html +%%PHPDOCDIR%%/function.gmp-fact.html +%%PHPDOCDIR%%/function.gmp-gcd.html +%%PHPDOCDIR%%/function.gmp-gcdext.html +%%PHPDOCDIR%%/function.gmp-hamdist.html +%%PHPDOCDIR%%/function.gmp-init.html +%%PHPDOCDIR%%/function.gmp-intval.html +%%PHPDOCDIR%%/function.gmp-invert.html +%%PHPDOCDIR%%/function.gmp-jacobi.html +%%PHPDOCDIR%%/function.gmp-legendre.html +%%PHPDOCDIR%%/function.gmp-mod.html +%%PHPDOCDIR%%/function.gmp-mul.html +%%PHPDOCDIR%%/function.gmp-neg.html +%%PHPDOCDIR%%/function.gmp-or.html +%%PHPDOCDIR%%/function.gmp-perfect-square.html +%%PHPDOCDIR%%/function.gmp-popcount.html +%%PHPDOCDIR%%/function.gmp-pow.html +%%PHPDOCDIR%%/function.gmp-powm.html +%%PHPDOCDIR%%/function.gmp-prob-prime.html +%%PHPDOCDIR%%/function.gmp-random.html +%%PHPDOCDIR%%/function.gmp-scan0.html +%%PHPDOCDIR%%/function.gmp-scan1.html +%%PHPDOCDIR%%/function.gmp-setbit.html +%%PHPDOCDIR%%/function.gmp-sign.html +%%PHPDOCDIR%%/function.gmp-sqrt.html +%%PHPDOCDIR%%/function.gmp-sqrtrm.html +%%PHPDOCDIR%%/function.gmp-strval.html +%%PHPDOCDIR%%/function.gmp-sub.html +%%PHPDOCDIR%%/function.gmp-xor.html +%%PHPDOCDIR%%/function.gmstrftime.html +%%PHPDOCDIR%%/function.gregoriantojd.html +%%PHPDOCDIR%%/function.gzclose.html +%%PHPDOCDIR%%/function.gzcompress.html +%%PHPDOCDIR%%/function.gzdeflate.html +%%PHPDOCDIR%%/function.gzencode.html +%%PHPDOCDIR%%/function.gzeof.html +%%PHPDOCDIR%%/function.gzfile.html +%%PHPDOCDIR%%/function.gzgetc.html +%%PHPDOCDIR%%/function.gzgets.html +%%PHPDOCDIR%%/function.gzgetss.html +%%PHPDOCDIR%%/function.gzinflate.html +%%PHPDOCDIR%%/function.gzopen.html +%%PHPDOCDIR%%/function.gzpassthru.html +%%PHPDOCDIR%%/function.gzputs.html +%%PHPDOCDIR%%/function.gzread.html +%%PHPDOCDIR%%/function.gzrewind.html +%%PHPDOCDIR%%/function.gzseek.html +%%PHPDOCDIR%%/function.gztell.html +%%PHPDOCDIR%%/function.gzuncompress.html +%%PHPDOCDIR%%/function.gzwrite.html +%%PHPDOCDIR%%/function.header.html +%%PHPDOCDIR%%/function.headers-sent.html +%%PHPDOCDIR%%/function.hebrev.html +%%PHPDOCDIR%%/function.hebrevc.html +%%PHPDOCDIR%%/function.hexdec.html +%%PHPDOCDIR%%/function.highlight-file.html +%%PHPDOCDIR%%/function.highlight-string.html +%%PHPDOCDIR%%/function.htmlentities.html +%%PHPDOCDIR%%/function.htmlspecialchars.html +%%PHPDOCDIR%%/function.hw-array2objrec.html +%%PHPDOCDIR%%/function.hw-children.html +%%PHPDOCDIR%%/function.hw-childrenobj.html +%%PHPDOCDIR%%/function.hw-close.html +%%PHPDOCDIR%%/function.hw-connect.html +%%PHPDOCDIR%%/function.hw-cp.html +%%PHPDOCDIR%%/function.hw-deleteobject.html +%%PHPDOCDIR%%/function.hw-docbyanchor.html +%%PHPDOCDIR%%/function.hw-docbyanchorobj.html +%%PHPDOCDIR%%/function.hw-document-attributes.html +%%PHPDOCDIR%%/function.hw-document-bodytag.html +%%PHPDOCDIR%%/function.hw-document-content.html +%%PHPDOCDIR%%/function.hw-document-setcontent.html +%%PHPDOCDIR%%/function.hw-document-size.html +%%PHPDOCDIR%%/function.hw-edittext.html +%%PHPDOCDIR%%/function.hw-error.html +%%PHPDOCDIR%%/function.hw-errormsg.html +%%PHPDOCDIR%%/function.hw-free-document.html +%%PHPDOCDIR%%/function.hw-getanchors.html +%%PHPDOCDIR%%/function.hw-getanchorsobj.html +%%PHPDOCDIR%%/function.hw-getandlock.html +%%PHPDOCDIR%%/function.hw-getchildcoll.html +%%PHPDOCDIR%%/function.hw-getchildcollobj.html +%%PHPDOCDIR%%/function.hw-getchilddoccoll.html +%%PHPDOCDIR%%/function.hw-getchilddoccollobj.html +%%PHPDOCDIR%%/function.hw-getobject.html +%%PHPDOCDIR%%/function.hw-getobjectbyquery.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycoll.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycollobj.html +%%PHPDOCDIR%%/function.hw-getobjectbyqueryobj.html +%%PHPDOCDIR%%/function.hw-getparents.html +%%PHPDOCDIR%%/function.hw-getparentsobj.html +%%PHPDOCDIR%%/function.hw-getremote.html +%%PHPDOCDIR%%/function.hw-getremotechildren.html +%%PHPDOCDIR%%/function.hw-getsrcbydestobj.html +%%PHPDOCDIR%%/function.hw-gettext.html +%%PHPDOCDIR%%/function.hw-getusername.html +%%PHPDOCDIR%%/function.hw-identify.html +%%PHPDOCDIR%%/function.hw-incollections.html +%%PHPDOCDIR%%/function.hw-info.html +%%PHPDOCDIR%%/function.hw-inscoll.html +%%PHPDOCDIR%%/function.hw-insdoc.html +%%PHPDOCDIR%%/function.hw-insertdocument.html +%%PHPDOCDIR%%/function.hw-insertobject.html +%%PHPDOCDIR%%/function.hw-mapid.html +%%PHPDOCDIR%%/function.hw-modifyobject.html +%%PHPDOCDIR%%/function.hw-mv.html +%%PHPDOCDIR%%/function.hw-new-document.html +%%PHPDOCDIR%%/function.hw-objrec2array.html +%%PHPDOCDIR%%/function.hw-output-document.html +%%PHPDOCDIR%%/function.hw-pconnect.html +%%PHPDOCDIR%%/function.hw-pipedocument.html +%%PHPDOCDIR%%/function.hw-root.html +%%PHPDOCDIR%%/function.hw-unlock.html +%%PHPDOCDIR%%/function.hw-who.html +%%PHPDOCDIR%%/function.ibase-close.html +%%PHPDOCDIR%%/function.ibase-connect.html +%%PHPDOCDIR%%/function.ibase-execute.html +%%PHPDOCDIR%%/function.ibase-fetch-object.html +%%PHPDOCDIR%%/function.ibase-fetch-row.html +%%PHPDOCDIR%%/function.ibase-free-query.html +%%PHPDOCDIR%%/function.ibase-free-result.html +%%PHPDOCDIR%%/function.ibase-num-fields.html +%%PHPDOCDIR%%/function.ibase-pconnect.html +%%PHPDOCDIR%%/function.ibase-prepare.html +%%PHPDOCDIR%%/function.ibase-query.html +%%PHPDOCDIR%%/function.ibase-timefmt.html +%%PHPDOCDIR%%/function.icap-close.html +%%PHPDOCDIR%%/function.icap-delete-event.html +%%PHPDOCDIR%%/function.icap-fetch-event.html +%%PHPDOCDIR%%/function.icap-list-alarms.html +%%PHPDOCDIR%%/function.icap-list-events.html +%%PHPDOCDIR%%/function.icap-open.html +%%PHPDOCDIR%%/function.icap-snooze.html +%%PHPDOCDIR%%/function.icap-store-event.html +%%PHPDOCDIR%%/function.ifx-affected-rows.html +%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html +%%PHPDOCDIR%%/function.ifx-byteasvarchar.html +%%PHPDOCDIR%%/function.ifx-close.html +%%PHPDOCDIR%%/function.ifx-connect.html +%%PHPDOCDIR%%/function.ifx-copy-blob.html +%%PHPDOCDIR%%/function.ifx-create-blob.html +%%PHPDOCDIR%%/function.ifx-create-char.html +%%PHPDOCDIR%%/function.ifx-do.html +%%PHPDOCDIR%%/function.ifx-error.html +%%PHPDOCDIR%%/function.ifx-errormsg.html +%%PHPDOCDIR%%/function.ifx-fetch-row.html +%%PHPDOCDIR%%/function.ifx-fieldproperties.html +%%PHPDOCDIR%%/function.ifx-fieldtypes.html +%%PHPDOCDIR%%/function.ifx-free-blob.html +%%PHPDOCDIR%%/function.ifx-free-char.html +%%PHPDOCDIR%%/function.ifx-free-result.html +%%PHPDOCDIR%%/function.ifx-get-blob.html +%%PHPDOCDIR%%/function.ifx-get-char.html +%%PHPDOCDIR%%/function.ifx-getsqlca.html +%%PHPDOCDIR%%/function.ifx-htmltbl-result.html +%%PHPDOCDIR%%/function.ifx-nullformat.html +%%PHPDOCDIR%%/function.ifx-num-fields.html +%%PHPDOCDIR%%/function.ifx-num-rows.html +%%PHPDOCDIR%%/function.ifx-pconnect.html +%%PHPDOCDIR%%/function.ifx-prepare.html +%%PHPDOCDIR%%/function.ifx-query.html +%%PHPDOCDIR%%/function.ifx-textasvarchar.html +%%PHPDOCDIR%%/function.ifx-update-blob.html +%%PHPDOCDIR%%/function.ifx-update-char.html +%%PHPDOCDIR%%/function.ifxus-close-slob.html +%%PHPDOCDIR%%/function.ifxus-create-slob.html +%%PHPDOCDIR%%/function.ifxus-free-slob.html +%%PHPDOCDIR%%/function.ifxus-open-slob.html +%%PHPDOCDIR%%/function.ifxus-read-slob.html +%%PHPDOCDIR%%/function.ifxus-seek-slob.html +%%PHPDOCDIR%%/function.ifxus-tell-slob.html +%%PHPDOCDIR%%/function.ifxus-write-slob.html +%%PHPDOCDIR%%/function.ignore-user-abort.html +%%PHPDOCDIR%%/function.imagearc.html +%%PHPDOCDIR%%/function.imagechar.html +%%PHPDOCDIR%%/function.imagecharup.html +%%PHPDOCDIR%%/function.imagecolorallocate.html +%%PHPDOCDIR%%/function.imagecolorat.html +%%PHPDOCDIR%%/function.imagecolorclosest.html +%%PHPDOCDIR%%/function.imagecolordeallocate.html +%%PHPDOCDIR%%/function.imagecolorexact.html +%%PHPDOCDIR%%/function.imagecolorresolve.html +%%PHPDOCDIR%%/function.imagecolorset.html +%%PHPDOCDIR%%/function.imagecolorsforindex.html +%%PHPDOCDIR%%/function.imagecolorstotal.html +%%PHPDOCDIR%%/function.imagecolortransparent.html +%%PHPDOCDIR%%/function.imagecopy.html +%%PHPDOCDIR%%/function.imagecopyresized.html +%%PHPDOCDIR%%/function.imagecreate.html +%%PHPDOCDIR%%/function.imagecreatefromgif.html +%%PHPDOCDIR%%/function.imagecreatefromjpeg.html +%%PHPDOCDIR%%/function.imagecreatefrompng.html +%%PHPDOCDIR%%/function.imagedashedline.html +%%PHPDOCDIR%%/function.imagedestroy.html +%%PHPDOCDIR%%/function.imagefill.html +%%PHPDOCDIR%%/function.imagefilledpolygon.html +%%PHPDOCDIR%%/function.imagefilledrectangle.html +%%PHPDOCDIR%%/function.imagefilltoborder.html +%%PHPDOCDIR%%/function.imagefontheight.html +%%PHPDOCDIR%%/function.imagefontwidth.html +%%PHPDOCDIR%%/function.imagegammacorrect.html +%%PHPDOCDIR%%/function.imagegif.html +%%PHPDOCDIR%%/function.imageinterlace.html +%%PHPDOCDIR%%/function.imagejpeg.html +%%PHPDOCDIR%%/function.imageline.html +%%PHPDOCDIR%%/function.imageloadfont.html +%%PHPDOCDIR%%/function.imagepng.html +%%PHPDOCDIR%%/function.imagepolygon.html +%%PHPDOCDIR%%/function.imagepsbbox.html +%%PHPDOCDIR%%/function.imagepsencodefont.html +%%PHPDOCDIR%%/function.imagepsextendfont.html +%%PHPDOCDIR%%/function.imagepsfreefont.html +%%PHPDOCDIR%%/function.imagepsloadfont.html +%%PHPDOCDIR%%/function.imagepsslantfont.html +%%PHPDOCDIR%%/function.imagepstext.html +%%PHPDOCDIR%%/function.imagerectangle.html +%%PHPDOCDIR%%/function.imagesetpixel.html +%%PHPDOCDIR%%/function.imagestring.html +%%PHPDOCDIR%%/function.imagestringup.html +%%PHPDOCDIR%%/function.imagesx.html +%%PHPDOCDIR%%/function.imagesy.html +%%PHPDOCDIR%%/function.imagettfbbox.html +%%PHPDOCDIR%%/function.imagettftext.html +%%PHPDOCDIR%%/function.imagetypes.html +%%PHPDOCDIR%%/function.imap-8bit.html +%%PHPDOCDIR%%/function.imap-alerts.html +%%PHPDOCDIR%%/function.imap-append.html +%%PHPDOCDIR%%/function.imap-base64.html +%%PHPDOCDIR%%/function.imap-binary.html +%%PHPDOCDIR%%/function.imap-body.html +%%PHPDOCDIR%%/function.imap-check.html +%%PHPDOCDIR%%/function.imap-clearflag-full.html +%%PHPDOCDIR%%/function.imap-close.html +%%PHPDOCDIR%%/function.imap-createmailbox.html +%%PHPDOCDIR%%/function.imap-delete.html +%%PHPDOCDIR%%/function.imap-deletemailbox.html +%%PHPDOCDIR%%/function.imap-errors.html +%%PHPDOCDIR%%/function.imap-expunge.html +%%PHPDOCDIR%%/function.imap-fetch-overview.html +%%PHPDOCDIR%%/function.imap-fetchbody.html +%%PHPDOCDIR%%/function.imap-fetchheader.html +%%PHPDOCDIR%%/function.imap-fetchstructure.html +%%PHPDOCDIR%%/function.imap-getmailboxes.html +%%PHPDOCDIR%%/function.imap-getsubscribed.html +%%PHPDOCDIR%%/function.imap-header.html +%%PHPDOCDIR%%/function.imap-headers.html +%%PHPDOCDIR%%/function.imap-last-error.html +%%PHPDOCDIR%%/function.imap-listmailbox.html +%%PHPDOCDIR%%/function.imap-listsubscribed.html +%%PHPDOCDIR%%/function.imap-mail-compose.html +%%PHPDOCDIR%%/function.imap-mail-copy.html +%%PHPDOCDIR%%/function.imap-mail-move.html +%%PHPDOCDIR%%/function.imap-mail.html +%%PHPDOCDIR%%/function.imap-mailboxmsginfo.html +%%PHPDOCDIR%%/function.imap-mime-header-decode.html +%%PHPDOCDIR%%/function.imap-msgno.html +%%PHPDOCDIR%%/function.imap-num-msg.html +%%PHPDOCDIR%%/function.imap-num-recent.html +%%PHPDOCDIR%%/function.imap-open.html +%%PHPDOCDIR%%/function.imap-ping.html +%%PHPDOCDIR%%/function.imap-qprint.html +%%PHPDOCDIR%%/function.imap-renamemailbox.html +%%PHPDOCDIR%%/function.imap-reopen.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-adrlist.html +%%PHPDOCDIR%%/function.imap-rfc822-write-address.html +%%PHPDOCDIR%%/function.imap-scanmailbox.html +%%PHPDOCDIR%%/function.imap-search.html +%%PHPDOCDIR%%/function.imap-setflag-full.html +%%PHPDOCDIR%%/function.imap-sort.html +%%PHPDOCDIR%%/function.imap-status.html +%%PHPDOCDIR%%/function.imap-subscribe.html +%%PHPDOCDIR%%/function.imap-uid.html +%%PHPDOCDIR%%/function.imap-undelete.html +%%PHPDOCDIR%%/function.imap-unsubscribe.html +%%PHPDOCDIR%%/function.imap-utf7-decode.html +%%PHPDOCDIR%%/function.imap-utf7-encode.html +%%PHPDOCDIR%%/function.imap-utf8.html +%%PHPDOCDIR%%/function.implode.html +%%PHPDOCDIR%%/function.in-array.html +%%PHPDOCDIR%%/function.include-once.html +%%PHPDOCDIR%%/function.include.html +%%PHPDOCDIR%%/function.ingres-autocommit.html +%%PHPDOCDIR%%/function.ingres-close.html +%%PHPDOCDIR%%/function.ingres-commit.html +%%PHPDOCDIR%%/function.ingres-connect.html +%%PHPDOCDIR%%/function.ingres-fetch-array.html +%%PHPDOCDIR%%/function.ingres-fetch-object.html +%%PHPDOCDIR%%/function.ingres-fetch-row.html +%%PHPDOCDIR%%/function.ingres-field-length.html +%%PHPDOCDIR%%/function.ingres-field-name.html +%%PHPDOCDIR%%/function.ingres-field-nullable.html +%%PHPDOCDIR%%/function.ingres-field-precision.html +%%PHPDOCDIR%%/function.ingres-field-scale.html +%%PHPDOCDIR%%/function.ingres-field-type.html +%%PHPDOCDIR%%/function.ingres-num-fields.html +%%PHPDOCDIR%%/function.ingres-num-rows.html +%%PHPDOCDIR%%/function.ingres-pconnect.html +%%PHPDOCDIR%%/function.ingres-query.html +%%PHPDOCDIR%%/function.ingres-rollback.html +%%PHPDOCDIR%%/function.intval.html +%%PHPDOCDIR%%/function.ip2long.html +%%PHPDOCDIR%%/function.iptcparse.html +%%PHPDOCDIR%%/function.is-array.html +%%PHPDOCDIR%%/function.is-bool.html +%%PHPDOCDIR%%/function.is-dir.html +%%PHPDOCDIR%%/function.is-double.html +%%PHPDOCDIR%%/function.is-executable.html +%%PHPDOCDIR%%/function.is-file.html +%%PHPDOCDIR%%/function.is-float.html +%%PHPDOCDIR%%/function.is-int.html +%%PHPDOCDIR%%/function.is-integer.html +%%PHPDOCDIR%%/function.is-link.html +%%PHPDOCDIR%%/function.is-long.html +%%PHPDOCDIR%%/function.is-numeric.html +%%PHPDOCDIR%%/function.is-object.html +%%PHPDOCDIR%%/function.is-readable.html +%%PHPDOCDIR%%/function.is-real.html +%%PHPDOCDIR%%/function.is-resource.html +%%PHPDOCDIR%%/function.is-string.html +%%PHPDOCDIR%%/function.is-subclass-of.html +%%PHPDOCDIR%%/function.is-uploaded-file.html +%%PHPDOCDIR%%/function.is-writeable.html +%%PHPDOCDIR%%/function.isset.html +%%PHPDOCDIR%%/function.jddayofweek.html +%%PHPDOCDIR%%/function.jdmonthname.html +%%PHPDOCDIR%%/function.jdtofrench.html +%%PHPDOCDIR%%/function.jdtogregorian.html +%%PHPDOCDIR%%/function.jdtojewish.html +%%PHPDOCDIR%%/function.jdtojulian.html +%%PHPDOCDIR%%/function.jdtounix.html +%%PHPDOCDIR%%/function.jewishtojd.html +%%PHPDOCDIR%%/function.join.html +%%PHPDOCDIR%%/function.juliantojd.html +%%PHPDOCDIR%%/function.key.html +%%PHPDOCDIR%%/function.krsort.html +%%PHPDOCDIR%%/function.ksort.html +%%PHPDOCDIR%%/function.ldap-add.html +%%PHPDOCDIR%%/function.ldap-bind.html +%%PHPDOCDIR%%/function.ldap-close.html +%%PHPDOCDIR%%/function.ldap-compare.html +%%PHPDOCDIR%%/function.ldap-connect.html +%%PHPDOCDIR%%/function.ldap-count-entries.html +%%PHPDOCDIR%%/function.ldap-delete.html +%%PHPDOCDIR%%/function.ldap-dn2ufn.html +%%PHPDOCDIR%%/function.ldap-err2str.html +%%PHPDOCDIR%%/function.ldap-errno.html +%%PHPDOCDIR%%/function.ldap-error.html +%%PHPDOCDIR%%/function.ldap-explode-dn.html +%%PHPDOCDIR%%/function.ldap-first-attribute.html +%%PHPDOCDIR%%/function.ldap-first-entry.html +%%PHPDOCDIR%%/function.ldap-free-result.html +%%PHPDOCDIR%%/function.ldap-get-attributes.html +%%PHPDOCDIR%%/function.ldap-get-dn.html +%%PHPDOCDIR%%/function.ldap-get-entries.html +%%PHPDOCDIR%%/function.ldap-get-option.html +%%PHPDOCDIR%%/function.ldap-get-values-len.html +%%PHPDOCDIR%%/function.ldap-get-values.html +%%PHPDOCDIR%%/function.ldap-list.html +%%PHPDOCDIR%%/function.ldap-mod-add.html +%%PHPDOCDIR%%/function.ldap-mod-del.html +%%PHPDOCDIR%%/function.ldap-mod-replace.html +%%PHPDOCDIR%%/function.ldap-modify.html +%%PHPDOCDIR%%/function.ldap-next-attribute.html +%%PHPDOCDIR%%/function.ldap-next-entry.html +%%PHPDOCDIR%%/function.ldap-read.html +%%PHPDOCDIR%%/function.ldap-search.html +%%PHPDOCDIR%%/function.ldap-set-option.html +%%PHPDOCDIR%%/function.ldap-unbind.html +%%PHPDOCDIR%%/function.leak.html +%%PHPDOCDIR%%/function.levenshtein.html +%%PHPDOCDIR%%/function.link.html +%%PHPDOCDIR%%/function.linkinfo.html +%%PHPDOCDIR%%/function.list.html +%%PHPDOCDIR%%/function.listen.html +%%PHPDOCDIR%%/function.localtime.html +%%PHPDOCDIR%%/function.log.html +%%PHPDOCDIR%%/function.log10.html +%%PHPDOCDIR%%/function.long2ip.html +%%PHPDOCDIR%%/function.lstat.html +%%PHPDOCDIR%%/function.ltrim.html +%%PHPDOCDIR%%/function.mail.html +%%PHPDOCDIR%%/function.max.html +%%PHPDOCDIR%%/function.mcal-append-event.html +%%PHPDOCDIR%%/function.mcal-close.html +%%PHPDOCDIR%%/function.mcal-date-compare.html +%%PHPDOCDIR%%/function.mcal-date-valid.html +%%PHPDOCDIR%%/function.mcal-day-of-week.html +%%PHPDOCDIR%%/function.mcal-day-of-year.html +%%PHPDOCDIR%%/function.mcal-days-in-month.html +%%PHPDOCDIR%%/function.mcal-delete-event.html +%%PHPDOCDIR%%/function.mcal-event-init.html +%%PHPDOCDIR%%/function.mcal-event-set-alarm.html +%%PHPDOCDIR%%/function.mcal-event-set-category.html +%%PHPDOCDIR%%/function.mcal-event-set-class.html +%%PHPDOCDIR%%/function.mcal-event-set-description.html +%%PHPDOCDIR%%/function.mcal-event-set-end.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-daily.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-mday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-wday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-none.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-weekly.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-yearly.html +%%PHPDOCDIR%%/function.mcal-event-set-start.html +%%PHPDOCDIR%%/function.mcal-event-set-title.html +%%PHPDOCDIR%%/function.mcal-fetch-current-stream-event.html +%%PHPDOCDIR%%/function.mcal-fetch-event.html +%%PHPDOCDIR%%/function.mcal-is-leap-year.html +%%PHPDOCDIR%%/function.mcal-list-alarms.html +%%PHPDOCDIR%%/function.mcal-list-events.html +%%PHPDOCDIR%%/function.mcal-next-recurrence.html +%%PHPDOCDIR%%/function.mcal-open.html +%%PHPDOCDIR%%/function.mcal-snooze.html +%%PHPDOCDIR%%/function.mcal-store-event.html +%%PHPDOCDIR%%/function.mcal-time-valid.html +%%PHPDOCDIR%%/function.mcrypt-cbc.html +%%PHPDOCDIR%%/function.mcrypt-cfb.html +%%PHPDOCDIR%%/function.mcrypt-create-iv.html +%%PHPDOCDIR%%/function.mcrypt-decrypt.html +%%PHPDOCDIR%%/function.mcrypt-ecb.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-algorithms-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-modes-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-self-test.html +%%PHPDOCDIR%%/function.mcrypt-encrypt.html +%%PHPDOCDIR%%/function.mcrypt-generic-end.html +%%PHPDOCDIR%%/function.mcrypt-generic-init.html +%%PHPDOCDIR%%/function.mcrypt-generic.html +%%PHPDOCDIR%%/function.mcrypt-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-get-cipher-name.html +%%PHPDOCDIR%%/function.mcrypt-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-list-algorithms.html +%%PHPDOCDIR%%/function.mcrypt-list-modes.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-block-size.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-open.html +%%PHPDOCDIR%%/function.mcrypt-module-self-test.html +%%PHPDOCDIR%%/function.mcrypt-ofb.html +%%PHPDOCDIR%%/function.md5.html +%%PHPDOCDIR%%/function.mdecrypt-generic.html +%%PHPDOCDIR%%/function.metaphone.html +%%PHPDOCDIR%%/function.method-exists.html +%%PHPDOCDIR%%/function.mhash-count.html +%%PHPDOCDIR%%/function.mhash-get-block-size.html +%%PHPDOCDIR%%/function.mhash-get-hash-name.html +%%PHPDOCDIR%%/function.mhash.html +%%PHPDOCDIR%%/function.microtime.html +%%PHPDOCDIR%%/function.min.html +%%PHPDOCDIR%%/function.mkdir.html +%%PHPDOCDIR%%/function.mktime.html +%%PHPDOCDIR%%/function.move-uploaded-file.html +%%PHPDOCDIR%%/function.msql-affected-rows.html +%%PHPDOCDIR%%/function.msql-close.html +%%PHPDOCDIR%%/function.msql-connect.html +%%PHPDOCDIR%%/function.msql-create-db.html +%%PHPDOCDIR%%/function.msql-createdb.html +%%PHPDOCDIR%%/function.msql-data-seek.html +%%PHPDOCDIR%%/function.msql-dbname.html +%%PHPDOCDIR%%/function.msql-drop-db.html +%%PHPDOCDIR%%/function.msql-dropdb.html +%%PHPDOCDIR%%/function.msql-error.html +%%PHPDOCDIR%%/function.msql-fetch-array.html +%%PHPDOCDIR%%/function.msql-fetch-field.html +%%PHPDOCDIR%%/function.msql-fetch-object.html +%%PHPDOCDIR%%/function.msql-fetch-row.html +%%PHPDOCDIR%%/function.msql-field-seek.html +%%PHPDOCDIR%%/function.msql-fieldflags.html +%%PHPDOCDIR%%/function.msql-fieldlen.html +%%PHPDOCDIR%%/function.msql-fieldname.html +%%PHPDOCDIR%%/function.msql-fieldtable.html +%%PHPDOCDIR%%/function.msql-fieldtype.html +%%PHPDOCDIR%%/function.msql-free-result.html +%%PHPDOCDIR%%/function.msql-freeresult.html +%%PHPDOCDIR%%/function.msql-list-dbs.html +%%PHPDOCDIR%%/function.msql-list-fields.html +%%PHPDOCDIR%%/function.msql-list-tables.html +%%PHPDOCDIR%%/function.msql-listdbs.html +%%PHPDOCDIR%%/function.msql-listfields.html +%%PHPDOCDIR%%/function.msql-listtables.html +%%PHPDOCDIR%%/function.msql-num-fields.html +%%PHPDOCDIR%%/function.msql-num-rows.html +%%PHPDOCDIR%%/function.msql-numfields.html +%%PHPDOCDIR%%/function.msql-numrows.html +%%PHPDOCDIR%%/function.msql-pconnect.html +%%PHPDOCDIR%%/function.msql-query.html +%%PHPDOCDIR%%/function.msql-regcase.html +%%PHPDOCDIR%%/function.msql-result.html +%%PHPDOCDIR%%/function.msql-select-db.html +%%PHPDOCDIR%%/function.msql-selectdb.html +%%PHPDOCDIR%%/function.msql-tablename.html +%%PHPDOCDIR%%/function.msql.html +%%PHPDOCDIR%%/function.mssql-close.html +%%PHPDOCDIR%%/function.mssql-connect.html +%%PHPDOCDIR%%/function.mssql-data-seek.html +%%PHPDOCDIR%%/function.mssql-fetch-array.html +%%PHPDOCDIR%%/function.mssql-fetch-field.html +%%PHPDOCDIR%%/function.mssql-fetch-object.html +%%PHPDOCDIR%%/function.mssql-fetch-row.html +%%PHPDOCDIR%%/function.mssql-field-length.html +%%PHPDOCDIR%%/function.mssql-field-name.html +%%PHPDOCDIR%%/function.mssql-field-seek.html +%%PHPDOCDIR%%/function.mssql-field-type.html +%%PHPDOCDIR%%/function.mssql-free-result.html +%%PHPDOCDIR%%/function.mssql-get-last-message.html +%%PHPDOCDIR%%/function.mssql-min-error-severity.html +%%PHPDOCDIR%%/function.mssql-min-message-severity.html +%%PHPDOCDIR%%/function.mssql-num-fields.html +%%PHPDOCDIR%%/function.mssql-num-rows.html +%%PHPDOCDIR%%/function.mssql-pconnect.html +%%PHPDOCDIR%%/function.mssql-query.html +%%PHPDOCDIR%%/function.mssql-result.html +%%PHPDOCDIR%%/function.mssql-select-db.html +%%PHPDOCDIR%%/function.mt-getrandmax.html +%%PHPDOCDIR%%/function.mt-rand.html +%%PHPDOCDIR%%/function.mt-srand.html +%%PHPDOCDIR%%/function.mysql-affected-rows.html +%%PHPDOCDIR%%/function.mysql-change-user.html +%%PHPDOCDIR%%/function.mysql-close.html +%%PHPDOCDIR%%/function.mysql-connect.html +%%PHPDOCDIR%%/function.mysql-create-db.html +%%PHPDOCDIR%%/function.mysql-data-seek.html +%%PHPDOCDIR%%/function.mysql-db-query.html +%%PHPDOCDIR%%/function.mysql-drop-db.html +%%PHPDOCDIR%%/function.mysql-errno.html +%%PHPDOCDIR%%/function.mysql-error.html +%%PHPDOCDIR%%/function.mysql-fetch-array.html +%%PHPDOCDIR%%/function.mysql-fetch-field.html +%%PHPDOCDIR%%/function.mysql-fetch-lengths.html +%%PHPDOCDIR%%/function.mysql-fetch-object.html +%%PHPDOCDIR%%/function.mysql-fetch-row.html +%%PHPDOCDIR%%/function.mysql-field-flags.html +%%PHPDOCDIR%%/function.mysql-field-len.html +%%PHPDOCDIR%%/function.mysql-field-name.html +%%PHPDOCDIR%%/function.mysql-field-seek.html +%%PHPDOCDIR%%/function.mysql-field-table.html +%%PHPDOCDIR%%/function.mysql-field-type.html +%%PHPDOCDIR%%/function.mysql-free-result.html +%%PHPDOCDIR%%/function.mysql-insert-id.html +%%PHPDOCDIR%%/function.mysql-list-dbs.html +%%PHPDOCDIR%%/function.mysql-list-fields.html +%%PHPDOCDIR%%/function.mysql-list-tables.html +%%PHPDOCDIR%%/function.mysql-num-fields.html +%%PHPDOCDIR%%/function.mysql-num-rows.html +%%PHPDOCDIR%%/function.mysql-pconnect.html +%%PHPDOCDIR%%/function.mysql-query.html +%%PHPDOCDIR%%/function.mysql-result.html +%%PHPDOCDIR%%/function.mysql-select-db.html +%%PHPDOCDIR%%/function.mysql-tablename.html +%%PHPDOCDIR%%/function.next.html +%%PHPDOCDIR%%/function.nl2br.html +%%PHPDOCDIR%%/function.number-format.html +%%PHPDOCDIR%%/function.ob-end-clean.html +%%PHPDOCDIR%%/function.ob-end-flush.html +%%PHPDOCDIR%%/function.ob-get-contents.html +%%PHPDOCDIR%%/function.ob-implicit-flush.html +%%PHPDOCDIR%%/function.ob-start.html +%%PHPDOCDIR%%/function.ocibindbyname.html +%%PHPDOCDIR%%/function.ocicolumnisnull.html +%%PHPDOCDIR%%/function.ocicolumnname.html +%%PHPDOCDIR%%/function.ocicolumnsize.html +%%PHPDOCDIR%%/function.ocicolumntype.html +%%PHPDOCDIR%%/function.ocicommit.html +%%PHPDOCDIR%%/function.ocidefinebyname.html +%%PHPDOCDIR%%/function.ocierror.html +%%PHPDOCDIR%%/function.ociexecute.html +%%PHPDOCDIR%%/function.ocifetch.html +%%PHPDOCDIR%%/function.ocifetchinto.html +%%PHPDOCDIR%%/function.ocifetchstatement.html +%%PHPDOCDIR%%/function.ocifreecursor.html +%%PHPDOCDIR%%/function.ocifreestatement.html +%%PHPDOCDIR%%/function.ociinternaldebug.html +%%PHPDOCDIR%%/function.ocilogoff.html +%%PHPDOCDIR%%/function.ocilogon.html +%%PHPDOCDIR%%/function.ocinewcursor.html +%%PHPDOCDIR%%/function.ocinewdescriptor.html +%%PHPDOCDIR%%/function.ocinlogon.html +%%PHPDOCDIR%%/function.ocinumcols.html +%%PHPDOCDIR%%/function.ociparse.html +%%PHPDOCDIR%%/function.ociplogon.html +%%PHPDOCDIR%%/function.ociresult.html +%%PHPDOCDIR%%/function.ocirollback.html +%%PHPDOCDIR%%/function.ocirowcount.html +%%PHPDOCDIR%%/function.ociserverversion.html +%%PHPDOCDIR%%/function.ocistatementtype.html +%%PHPDOCDIR%%/function.octdec.html +%%PHPDOCDIR%%/function.odbc-autocommit.html +%%PHPDOCDIR%%/function.odbc-binmode.html +%%PHPDOCDIR%%/function.odbc-close-all.html +%%PHPDOCDIR%%/function.odbc-close.html +%%PHPDOCDIR%%/function.odbc-commit.html +%%PHPDOCDIR%%/function.odbc-connect.html +%%PHPDOCDIR%%/function.odbc-cursor.html +%%PHPDOCDIR%%/function.odbc-do.html +%%PHPDOCDIR%%/function.odbc-exec.html +%%PHPDOCDIR%%/function.odbc-execute.html +%%PHPDOCDIR%%/function.odbc-fetch-into.html +%%PHPDOCDIR%%/function.odbc-fetch-row.html +%%PHPDOCDIR%%/function.odbc-field-len.html +%%PHPDOCDIR%%/function.odbc-field-name.html +%%PHPDOCDIR%%/function.odbc-field-type.html +%%PHPDOCDIR%%/function.odbc-free-result.html +%%PHPDOCDIR%%/function.odbc-longreadlen.html +%%PHPDOCDIR%%/function.odbc-num-fields.html +%%PHPDOCDIR%%/function.odbc-num-rows.html +%%PHPDOCDIR%%/function.odbc-pconnect.html +%%PHPDOCDIR%%/function.odbc-prepare.html +%%PHPDOCDIR%%/function.odbc-result-all.html +%%PHPDOCDIR%%/function.odbc-result.html +%%PHPDOCDIR%%/function.odbc-rollback.html +%%PHPDOCDIR%%/function.odbc-setoption.html +%%PHPDOCDIR%%/function.opendir.html +%%PHPDOCDIR%%/function.openlog.html +%%PHPDOCDIR%%/function.openssl-error-string.html +%%PHPDOCDIR%%/function.openssl-free-key.html +%%PHPDOCDIR%%/function.openssl-get-privatekey.html +%%PHPDOCDIR%%/function.openssl-get-publickey.html +%%PHPDOCDIR%%/function.openssl-open.html +%%PHPDOCDIR%%/function.openssl-pkcs7-decrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-encrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-sign.html +%%PHPDOCDIR%%/function.openssl-pkcs7-verify.html +%%PHPDOCDIR%%/function.openssl-seal.html +%%PHPDOCDIR%%/function.openssl-sign.html +%%PHPDOCDIR%%/function.openssl-verify.html +%%PHPDOCDIR%%/function.openssl-x509-checkpurpose.html +%%PHPDOCDIR%%/function.openssl-x509-free.html +%%PHPDOCDIR%%/function.openssl-x509-parse.html +%%PHPDOCDIR%%/function.openssl-x509-read.html +%%PHPDOCDIR%%/function.ora-bind.html +%%PHPDOCDIR%%/function.ora-close.html +%%PHPDOCDIR%%/function.ora-columnname.html +%%PHPDOCDIR%%/function.ora-columnsize.html +%%PHPDOCDIR%%/function.ora-columntype.html +%%PHPDOCDIR%%/function.ora-commit.html +%%PHPDOCDIR%%/function.ora-commitoff.html +%%PHPDOCDIR%%/function.ora-commiton.html +%%PHPDOCDIR%%/function.ora-do.html +%%PHPDOCDIR%%/function.ora-error.html +%%PHPDOCDIR%%/function.ora-errorcode.html +%%PHPDOCDIR%%/function.ora-exec.html +%%PHPDOCDIR%%/function.ora-fetch-into.html +%%PHPDOCDIR%%/function.ora-fetch.html +%%PHPDOCDIR%%/function.ora-getcolumn.html +%%PHPDOCDIR%%/function.ora-logoff.html +%%PHPDOCDIR%%/function.ora-logon.html +%%PHPDOCDIR%%/function.ora-numcols.html +%%PHPDOCDIR%%/function.ora-numrows.html +%%PHPDOCDIR%%/function.ora-open.html +%%PHPDOCDIR%%/function.ora-parse.html +%%PHPDOCDIR%%/function.ora-plogon.html +%%PHPDOCDIR%%/function.ora-rollback.html +%%PHPDOCDIR%%/function.ord.html +%%PHPDOCDIR%%/function.ovrimos-close-all.html +%%PHPDOCDIR%%/function.ovrimos-close.html +%%PHPDOCDIR%%/function.ovrimos-commit.html +%%PHPDOCDIR%%/function.ovrimos-connect.html +%%PHPDOCDIR%%/function.ovrimos-cursor.html +%%PHPDOCDIR%%/function.ovrimos-exec.html +%%PHPDOCDIR%%/function.ovrimos-execute.html +%%PHPDOCDIR%%/function.ovrimos-fetch-into.html +%%PHPDOCDIR%%/function.ovrimos-fetch-row.html +%%PHPDOCDIR%%/function.ovrimos-field-len.html +%%PHPDOCDIR%%/function.ovrimos-field-name.html +%%PHPDOCDIR%%/function.ovrimos-field-num.html +%%PHPDOCDIR%%/function.ovrimos-field-type.html +%%PHPDOCDIR%%/function.ovrimos-free-result.html +%%PHPDOCDIR%%/function.ovrimos-longreadlen.html +%%PHPDOCDIR%%/function.ovrimos-num-fields.html +%%PHPDOCDIR%%/function.ovrimos-num-rows.html +%%PHPDOCDIR%%/function.ovrimos-prepare.html +%%PHPDOCDIR%%/function.ovrimos-result-all.html +%%PHPDOCDIR%%/function.ovrimos-result.html +%%PHPDOCDIR%%/function.ovrimos-rollback.html +%%PHPDOCDIR%%/function.pack.html +%%PHPDOCDIR%%/function.parse-str.html +%%PHPDOCDIR%%/function.parse-url.html +%%PHPDOCDIR%%/function.passthru.html +%%PHPDOCDIR%%/function.pathinfo.html +%%PHPDOCDIR%%/function.pclose.html +%%PHPDOCDIR%%/function.pdf-add-annotation.html +%%PHPDOCDIR%%/function.pdf-add-outline.html +%%PHPDOCDIR%%/function.pdf-arc.html +%%PHPDOCDIR%%/function.pdf-begin-page.html +%%PHPDOCDIR%%/function.pdf-circle.html +%%PHPDOCDIR%%/function.pdf-clip.html +%%PHPDOCDIR%%/function.pdf-close-image.html +%%PHPDOCDIR%%/function.pdf-close.html +%%PHPDOCDIR%%/function.pdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath.html +%%PHPDOCDIR%%/function.pdf-continue-text.html +%%PHPDOCDIR%%/function.pdf-curveto.html +%%PHPDOCDIR%%/function.pdf-end-page.html +%%PHPDOCDIR%%/function.pdf-endpath.html +%%PHPDOCDIR%%/function.pdf-execute-image.html +%%PHPDOCDIR%%/function.pdf-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-fill.html +%%PHPDOCDIR%%/function.pdf-get-image-height.html +%%PHPDOCDIR%%/function.pdf-get-image-width.html +%%PHPDOCDIR%%/function.pdf-get-parameter.html +%%PHPDOCDIR%%/function.pdf-get-value.html +%%PHPDOCDIR%%/function.pdf-lineto.html +%%PHPDOCDIR%%/function.pdf-moveto.html +%%PHPDOCDIR%%/function.pdf-open-gif.html +%%PHPDOCDIR%%/function.pdf-open-image-file.html +%%PHPDOCDIR%%/function.pdf-open-jpeg.html +%%PHPDOCDIR%%/function.pdf-open-memory-image.html +%%PHPDOCDIR%%/function.pdf-open-png.html +%%PHPDOCDIR%%/function.pdf-open-tiff.html +%%PHPDOCDIR%%/function.pdf-open.html +%%PHPDOCDIR%%/function.pdf-place-image.html +%%PHPDOCDIR%%/function.pdf-put-image.html +%%PHPDOCDIR%%/function.pdf-rect.html +%%PHPDOCDIR%%/function.pdf-restore.html +%%PHPDOCDIR%%/function.pdf-rotate.html +%%PHPDOCDIR%%/function.pdf-save.html +%%PHPDOCDIR%%/function.pdf-scale.html +%%PHPDOCDIR%%/function.pdf-set-border-color.html +%%PHPDOCDIR%%/function.pdf-set-border-dash.html +%%PHPDOCDIR%%/function.pdf-set-border-style.html +%%PHPDOCDIR%%/function.pdf-set-char-spacing.html +%%PHPDOCDIR%%/function.pdf-set-duration.html +%%PHPDOCDIR%%/function.pdf-set-font.html +%%PHPDOCDIR%%/function.pdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.pdf-set-info.html +%%PHPDOCDIR%%/function.pdf-set-leading.html +%%PHPDOCDIR%%/function.pdf-set-parameter.html +%%PHPDOCDIR%%/function.pdf-set-text-matrix.html +%%PHPDOCDIR%%/function.pdf-set-text-pos.html +%%PHPDOCDIR%%/function.pdf-set-text-rendering.html +%%PHPDOCDIR%%/function.pdf-set-text-rise.html +%%PHPDOCDIR%%/function.pdf-set-transition.html +%%PHPDOCDIR%%/function.pdf-set-value.html +%%PHPDOCDIR%%/function.pdf-set-word-spacing.html +%%PHPDOCDIR%%/function.pdf-setdash.html +%%PHPDOCDIR%%/function.pdf-setflat.html +%%PHPDOCDIR%%/function.pdf-setgray-fill.html +%%PHPDOCDIR%%/function.pdf-setgray-stroke.html +%%PHPDOCDIR%%/function.pdf-setgray.html +%%PHPDOCDIR%%/function.pdf-setlinecap.html +%%PHPDOCDIR%%/function.pdf-setlinejoin.html +%%PHPDOCDIR%%/function.pdf-setlinewidth.html +%%PHPDOCDIR%%/function.pdf-setmiterlimit.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor.html +%%PHPDOCDIR%%/function.pdf-show-boxed.html +%%PHPDOCDIR%%/function.pdf-show-xy.html +%%PHPDOCDIR%%/function.pdf-show.html +%%PHPDOCDIR%%/function.pdf-skew.html +%%PHPDOCDIR%%/function.pdf-stringwidth.html +%%PHPDOCDIR%%/function.pdf-stroke.html +%%PHPDOCDIR%%/function.pdf-translate.html +%%PHPDOCDIR%%/function.pfpro-cleanup.html +%%PHPDOCDIR%%/function.pfpro-init.html +%%PHPDOCDIR%%/function.pfpro-process-raw.html +%%PHPDOCDIR%%/function.pfpro-process.html +%%PHPDOCDIR%%/function.pfpro-version.html +%%PHPDOCDIR%%/function.pfsockopen.html +%%PHPDOCDIR%%/function.pg-client-encoding.html +%%PHPDOCDIR%%/function.pg-close.html +%%PHPDOCDIR%%/function.pg-cmdtuples.html +%%PHPDOCDIR%%/function.pg-connect.html +%%PHPDOCDIR%%/function.pg-dbname.html +%%PHPDOCDIR%%/function.pg-end-copy.html +%%PHPDOCDIR%%/function.pg-errormessage.html +%%PHPDOCDIR%%/function.pg-exec.html +%%PHPDOCDIR%%/function.pg-fetch-array.html +%%PHPDOCDIR%%/function.pg-fetch-object.html +%%PHPDOCDIR%%/function.pg-fetch-row.html +%%PHPDOCDIR%%/function.pg-fieldisnull.html +%%PHPDOCDIR%%/function.pg-fieldname.html +%%PHPDOCDIR%%/function.pg-fieldnum.html +%%PHPDOCDIR%%/function.pg-fieldprtlen.html +%%PHPDOCDIR%%/function.pg-fieldsize.html +%%PHPDOCDIR%%/function.pg-fieldtype.html +%%PHPDOCDIR%%/function.pg-freeresult.html +%%PHPDOCDIR%%/function.pg-getlastoid.html +%%PHPDOCDIR%%/function.pg-host.html +%%PHPDOCDIR%%/function.pg-loclose.html +%%PHPDOCDIR%%/function.pg-locreate.html +%%PHPDOCDIR%%/function.pg-loexport.html +%%PHPDOCDIR%%/function.pg-loimport.html +%%PHPDOCDIR%%/function.pg-loopen.html +%%PHPDOCDIR%%/function.pg-loread.html +%%PHPDOCDIR%%/function.pg-loreadall.html +%%PHPDOCDIR%%/function.pg-lounlink.html +%%PHPDOCDIR%%/function.pg-lowrite.html +%%PHPDOCDIR%%/function.pg-numfields.html +%%PHPDOCDIR%%/function.pg-numrows.html +%%PHPDOCDIR%%/function.pg-options.html +%%PHPDOCDIR%%/function.pg-pconnect.html +%%PHPDOCDIR%%/function.pg-port.html +%%PHPDOCDIR%%/function.pg-put-line.html +%%PHPDOCDIR%%/function.pg-result.html +%%PHPDOCDIR%%/function.pg-set-client-encoding.html +%%PHPDOCDIR%%/function.pg-trace.html +%%PHPDOCDIR%%/function.pg-tty.html +%%PHPDOCDIR%%/function.pg-untrace.html +%%PHPDOCDIR%%/function.php-logo-guid.html +%%PHPDOCDIR%%/function.php-sapi-name.html +%%PHPDOCDIR%%/function.phpinfo.html +%%PHPDOCDIR%%/function.phpversion.html +%%PHPDOCDIR%%/function.pi.html +%%PHPDOCDIR%%/function.popen.html +%%PHPDOCDIR%%/function.pos.html +%%PHPDOCDIR%%/function.posix-ctermid.html +%%PHPDOCDIR%%/function.posix-getcwd.html +%%PHPDOCDIR%%/function.posix-getegid.html +%%PHPDOCDIR%%/function.posix-geteuid.html +%%PHPDOCDIR%%/function.posix-getgid.html +%%PHPDOCDIR%%/function.posix-getgrgid.html +%%PHPDOCDIR%%/function.posix-getgrnam.html +%%PHPDOCDIR%%/function.posix-getgroups.html +%%PHPDOCDIR%%/function.posix-getlogin.html +%%PHPDOCDIR%%/function.posix-getpgid.html +%%PHPDOCDIR%%/function.posix-getpgrp.html +%%PHPDOCDIR%%/function.posix-getpid.html +%%PHPDOCDIR%%/function.posix-getppid.html +%%PHPDOCDIR%%/function.posix-getpwnam.html +%%PHPDOCDIR%%/function.posix-getpwuid.html +%%PHPDOCDIR%%/function.posix-getrlimit.html +%%PHPDOCDIR%%/function.posix-getsid.html +%%PHPDOCDIR%%/function.posix-getuid.html +%%PHPDOCDIR%%/function.posix-isatty.html +%%PHPDOCDIR%%/function.posix-kill.html +%%PHPDOCDIR%%/function.posix-mkfifo.html +%%PHPDOCDIR%%/function.posix-setgid.html +%%PHPDOCDIR%%/function.posix-setpgid.html +%%PHPDOCDIR%%/function.posix-setsid.html +%%PHPDOCDIR%%/function.posix-setuid.html +%%PHPDOCDIR%%/function.posix-times.html +%%PHPDOCDIR%%/function.posix-ttyname.html +%%PHPDOCDIR%%/function.posix-uname.html +%%PHPDOCDIR%%/function.pow.html +%%PHPDOCDIR%%/function.preg-grep.html +%%PHPDOCDIR%%/function.preg-match-all.html +%%PHPDOCDIR%%/function.preg-match.html +%%PHPDOCDIR%%/function.preg-quote.html +%%PHPDOCDIR%%/function.preg-replace-callback.html +%%PHPDOCDIR%%/function.preg-replace.html +%%PHPDOCDIR%%/function.preg-split.html +%%PHPDOCDIR%%/function.prev.html +%%PHPDOCDIR%%/function.print-r.html +%%PHPDOCDIR%%/function.print.html +%%PHPDOCDIR%%/function.printf.html +%%PHPDOCDIR%%/function.pspell-add-to-personal.html +%%PHPDOCDIR%%/function.pspell-add-to-session.html +%%PHPDOCDIR%%/function.pspell-check.html +%%PHPDOCDIR%%/function.pspell-clear-session.html +%%PHPDOCDIR%%/function.pspell-config-create.html +%%PHPDOCDIR%%/function.pspell-config-ignore.html +%%PHPDOCDIR%%/function.pspell-config-mode.html +%%PHPDOCDIR%%/function.pspell-config-personal.html +%%PHPDOCDIR%%/function.pspell-config-repl.html +%%PHPDOCDIR%%/function.pspell-config-runtogether.html +%%PHPDOCDIR%%/function.pspell-config-save-repl.html +%%PHPDOCDIR%%/function.pspell-new-config.html +%%PHPDOCDIR%%/function.pspell-new-personal.html +%%PHPDOCDIR%%/function.pspell-new.html +%%PHPDOCDIR%%/function.pspell-save-wordlist.html +%%PHPDOCDIR%%/function.pspell-store-replacement.html +%%PHPDOCDIR%%/function.pspell-suggest.html +%%PHPDOCDIR%%/function.putenv.html +%%PHPDOCDIR%%/function.quoted-printable-decode.html +%%PHPDOCDIR%%/function.quotemeta.html +%%PHPDOCDIR%%/function.rad2deg.html +%%PHPDOCDIR%%/function.rand.html +%%PHPDOCDIR%%/function.range.html +%%PHPDOCDIR%%/function.rawurldecode.html +%%PHPDOCDIR%%/function.rawurlencode.html +%%PHPDOCDIR%%/function.read-exif-data.html +%%PHPDOCDIR%%/function.read.html +%%PHPDOCDIR%%/function.readdir.html +%%PHPDOCDIR%%/function.readfile.html +%%PHPDOCDIR%%/function.readgzfile.html +%%PHPDOCDIR%%/function.readline-add-history.html +%%PHPDOCDIR%%/function.readline-clear-history.html +%%PHPDOCDIR%%/function.readline-completion-function.html +%%PHPDOCDIR%%/function.readline-info.html +%%PHPDOCDIR%%/function.readline-list-history.html +%%PHPDOCDIR%%/function.readline-read-history.html +%%PHPDOCDIR%%/function.readline-write-history.html +%%PHPDOCDIR%%/function.readline.html +%%PHPDOCDIR%%/function.readlink.html +%%PHPDOCDIR%%/function.realpath.html +%%PHPDOCDIR%%/function.recode-file.html +%%PHPDOCDIR%%/function.recode-string.html +%%PHPDOCDIR%%/function.recode.html +%%PHPDOCDIR%%/function.register-shutdown-function.html +%%PHPDOCDIR%%/function.rename.html +%%PHPDOCDIR%%/function.require-once.html +%%PHPDOCDIR%%/function.require.html +%%PHPDOCDIR%%/function.reset.html +%%PHPDOCDIR%%/function.restore-error-handler.html +%%PHPDOCDIR%%/function.rewind.html +%%PHPDOCDIR%%/function.rewinddir.html +%%PHPDOCDIR%%/function.rmdir.html +%%PHPDOCDIR%%/function.round.html +%%PHPDOCDIR%%/function.rsort.html +%%PHPDOCDIR%%/function.rtrim.html +%%PHPDOCDIR%%/function.satellite_caught_exception.html +%%PHPDOCDIR%%/function.satellite_exception_id.html +%%PHPDOCDIR%%/function.satellite_exception_value.html +%%PHPDOCDIR%%/function.sem-acquire.html +%%PHPDOCDIR%%/function.sem-get.html +%%PHPDOCDIR%%/function.sem-release.html +%%PHPDOCDIR%%/function.serialize.html +%%PHPDOCDIR%%/function.sesam-affected-rows.html +%%PHPDOCDIR%%/function.sesam-commit.html +%%PHPDOCDIR%%/function.sesam-connect.html +%%PHPDOCDIR%%/function.sesam-diagnostic.html +%%PHPDOCDIR%%/function.sesam-disconnect.html +%%PHPDOCDIR%%/function.sesam-errormsg.html +%%PHPDOCDIR%%/function.sesam-execimm.html +%%PHPDOCDIR%%/function.sesam-fetch-array.html +%%PHPDOCDIR%%/function.sesam-fetch-result.html +%%PHPDOCDIR%%/function.sesam-fetch-row.html +%%PHPDOCDIR%%/function.sesam-field-array.html +%%PHPDOCDIR%%/function.sesam-field-name.html +%%PHPDOCDIR%%/function.sesam-free-result.html +%%PHPDOCDIR%%/function.sesam-num-fields.html +%%PHPDOCDIR%%/function.sesam-query.html +%%PHPDOCDIR%%/function.sesam-rollback.html +%%PHPDOCDIR%%/function.sesam-seek-row.html +%%PHPDOCDIR%%/function.sesam-settransaction.html +%%PHPDOCDIR%%/function.session-cache-limiter.html +%%PHPDOCDIR%%/function.session-decode.html +%%PHPDOCDIR%%/function.session-destroy.html +%%PHPDOCDIR%%/function.session-encode.html +%%PHPDOCDIR%%/function.session-get-cookie-params.html +%%PHPDOCDIR%%/function.session-id.html +%%PHPDOCDIR%%/function.session-is-registered.html +%%PHPDOCDIR%%/function.session-module-name.html +%%PHPDOCDIR%%/function.session-name.html +%%PHPDOCDIR%%/function.session-register.html +%%PHPDOCDIR%%/function.session-save-path.html +%%PHPDOCDIR%%/function.session-set-cookie-params.html +%%PHPDOCDIR%%/function.session-set-save-handler.html +%%PHPDOCDIR%%/function.session-start.html +%%PHPDOCDIR%%/function.session-unregister.html +%%PHPDOCDIR%%/function.session-unset.html +%%PHPDOCDIR%%/function.set-error-handler.html +%%PHPDOCDIR%%/function.set-file-buffer.html +%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.set-socket-blocking.html +%%PHPDOCDIR%%/function.set-time-limit.html +%%PHPDOCDIR%%/function.setcookie.html +%%PHPDOCDIR%%/function.setlocale.html +%%PHPDOCDIR%%/function.settype.html +%%PHPDOCDIR%%/function.shm-attach.html +%%PHPDOCDIR%%/function.shm-detach.html +%%PHPDOCDIR%%/function.shm-get-var.html +%%PHPDOCDIR%%/function.shm-put-var.html +%%PHPDOCDIR%%/function.shm-remove-var.html +%%PHPDOCDIR%%/function.shm-remove.html +%%PHPDOCDIR%%/function.shmop_close.html +%%PHPDOCDIR%%/function.shmop_delete.html +%%PHPDOCDIR%%/function.shmop_open.html +%%PHPDOCDIR%%/function.shmop_read.html +%%PHPDOCDIR%%/function.shmop_write.html +%%PHPDOCDIR%%/function.show-source.html +%%PHPDOCDIR%%/function.shuffle.html +%%PHPDOCDIR%%/function.similar-text.html +%%PHPDOCDIR%%/function.sin.html +%%PHPDOCDIR%%/function.size.html +%%PHPDOCDIR%%/function.sizeof.html +%%PHPDOCDIR%%/function.sleep.html +%%PHPDOCDIR%%/function.snmp-get-quick-print.html +%%PHPDOCDIR%%/function.snmp-set-quick-print.html +%%PHPDOCDIR%%/function.snmpget.html +%%PHPDOCDIR%%/function.snmpset.html +%%PHPDOCDIR%%/function.snmpwalk.html +%%PHPDOCDIR%%/function.snmpwalkoid.html +%%PHPDOCDIR%%/function.socket-get-status.html +%%PHPDOCDIR%%/function.socket-set-timeout.html +%%PHPDOCDIR%%/function.socket.html +%%PHPDOCDIR%%/function.sort.html +%%PHPDOCDIR%%/function.soundex.html +%%PHPDOCDIR%%/function.split.html +%%PHPDOCDIR%%/function.spliti.html +%%PHPDOCDIR%%/function.sprintf.html +%%PHPDOCDIR%%/function.sql-regcase.html +%%PHPDOCDIR%%/function.sqrt.html +%%PHPDOCDIR%%/function.srand.html +%%PHPDOCDIR%%/function.sscanf.html +%%PHPDOCDIR%%/function.stat.html +%%PHPDOCDIR%%/function.str-pad.html +%%PHPDOCDIR%%/function.str-repeat.html +%%PHPDOCDIR%%/function.str-replace.html +%%PHPDOCDIR%%/function.strcasecmp.html +%%PHPDOCDIR%%/function.strchr.html +%%PHPDOCDIR%%/function.strcmp.html +%%PHPDOCDIR%%/function.strcspn.html +%%PHPDOCDIR%%/function.strerror.html +%%PHPDOCDIR%%/function.strftime.html +%%PHPDOCDIR%%/function.strip-tags.html +%%PHPDOCDIR%%/function.stripcslashes.html +%%PHPDOCDIR%%/function.stripslashes.html +%%PHPDOCDIR%%/function.stristr.html +%%PHPDOCDIR%%/function.strlen.html +%%PHPDOCDIR%%/function.strnatcasecmp.html +%%PHPDOCDIR%%/function.strnatcmp.html +%%PHPDOCDIR%%/function.strncmp.html +%%PHPDOCDIR%%/function.strpos.html +%%PHPDOCDIR%%/function.strrchr.html +%%PHPDOCDIR%%/function.strrev.html +%%PHPDOCDIR%%/function.strrpos.html +%%PHPDOCDIR%%/function.strspn.html +%%PHPDOCDIR%%/function.strstr.html +%%PHPDOCDIR%%/function.strtok.html +%%PHPDOCDIR%%/function.strtolower.html +%%PHPDOCDIR%%/function.strtotime.html +%%PHPDOCDIR%%/function.strtoupper.html +%%PHPDOCDIR%%/function.strtr.html +%%PHPDOCDIR%%/function.strval.html +%%PHPDOCDIR%%/function.substr-count.html +%%PHPDOCDIR%%/function.substr-replace.html +%%PHPDOCDIR%%/function.substr.html +%%PHPDOCDIR%%/function.swf-actiongeturl.html +%%PHPDOCDIR%%/function.swf-actiongotoframe.html +%%PHPDOCDIR%%/function.swf-actiongotolabel.html +%%PHPDOCDIR%%/function.swf-actionnextframe.html +%%PHPDOCDIR%%/function.swf-actionplay.html +%%PHPDOCDIR%%/function.swf-actionprevframe.html +%%PHPDOCDIR%%/function.swf-actionsettarget.html +%%PHPDOCDIR%%/function.swf-actionstop.html +%%PHPDOCDIR%%/function.swf-actiontogglequality.html +%%PHPDOCDIR%%/function.swf-actionwaitforframe.html +%%PHPDOCDIR%%/function.swf-addbuttonrecord.html +%%PHPDOCDIR%%/function.swf-addcolor.html +%%PHPDOCDIR%%/function.swf-closefile.html +%%PHPDOCDIR%%/function.swf-definebitmap.html +%%PHPDOCDIR%%/function.swf-definefont.html +%%PHPDOCDIR%%/function.swf-defineline.html +%%PHPDOCDIR%%/function.swf-definepoly.html +%%PHPDOCDIR%%/function.swf-definerect.html +%%PHPDOCDIR%%/function.swf-definetext.html +%%PHPDOCDIR%%/function.swf-endbutton.html +%%PHPDOCDIR%%/function.swf-enddoaction.html +%%PHPDOCDIR%%/function.swf-endshape.html +%%PHPDOCDIR%%/function.swf-endsymbol.html +%%PHPDOCDIR%%/function.swf-fontsize.html +%%PHPDOCDIR%%/function.swf-fontslant.html +%%PHPDOCDIR%%/function.swf-fonttracking.html +%%PHPDOCDIR%%/function.swf-getbitmapinfo.html +%%PHPDOCDIR%%/function.swf-getfontinfo.html +%%PHPDOCDIR%%/function.swf-getframe.html +%%PHPDOCDIR%%/function.swf-labelframe.html +%%PHPDOCDIR%%/function.swf-lookat.html +%%PHPDOCDIR%%/function.swf-modifyobject.html +%%PHPDOCDIR%%/function.swf-mulcolor.html +%%PHPDOCDIR%%/function.swf-nextid.html +%%PHPDOCDIR%%/function.swf-oncondition.html +%%PHPDOCDIR%%/function.swf-openfile.html +%%PHPDOCDIR%%/function.swf-ortho.html +%%PHPDOCDIR%%/function.swf-ortho2.html +%%PHPDOCDIR%%/function.swf-perspective.html +%%PHPDOCDIR%%/function.swf-placeobject.html +%%PHPDOCDIR%%/function.swf-polarview.html +%%PHPDOCDIR%%/function.swf-popmatrix.html +%%PHPDOCDIR%%/function.swf-posround.html +%%PHPDOCDIR%%/function.swf-pushmatrix.html +%%PHPDOCDIR%%/function.swf-removeobject.html +%%PHPDOCDIR%%/function.swf-rotate.html +%%PHPDOCDIR%%/function.swf-scale.html +%%PHPDOCDIR%%/function.swf-setfont.html +%%PHPDOCDIR%%/function.swf-setframe.html +%%PHPDOCDIR%%/function.swf-shapearc.html +%%PHPDOCDIR%%/function.swf-shapecurveto.html +%%PHPDOCDIR%%/function.swf-shapecurveto3.html +%%PHPDOCDIR%%/function.swf-shapefillbitmapclip.html +%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html +%%PHPDOCDIR%%/function.swf-shapefilloff.html +%%PHPDOCDIR%%/function.swf-shapefillsolid.html +%%PHPDOCDIR%%/function.swf-shapelinesold.html +%%PHPDOCDIR%%/function.swf-shapelineto.html +%%PHPDOCDIR%%/function.swf-shapemoveto.html +%%PHPDOCDIR%%/function.swf-showframe.html +%%PHPDOCDIR%%/function.swf-startbutton.html +%%PHPDOCDIR%%/function.swf-startdoaction.html +%%PHPDOCDIR%%/function.swf-startshape.html +%%PHPDOCDIR%%/function.swf-startsymbol.html +%%PHPDOCDIR%%/function.swf-textwidth.html +%%PHPDOCDIR%%/function.swf-translate.html +%%PHPDOCDIR%%/function.swf-viewport.html +%%PHPDOCDIR%%/function.swfaction.html +%%PHPDOCDIR%%/function.swfbitmap.getheight.html +%%PHPDOCDIR%%/function.swfbitmap.getwidth.html +%%PHPDOCDIR%%/function.swfbitmap.html +%%PHPDOCDIR%%/function.swfbutton.addshape.html +%%PHPDOCDIR%%/function.swfbutton.html +%%PHPDOCDIR%%/function.swfbutton.setaction.html +%%PHPDOCDIR%%/function.swfbutton.sethit.html +%%PHPDOCDIR%%/function.swfbutton.setover.html +%%PHPDOCDIR%%/function.swfbutton.setup.html +%%PHPDOCDIR%%/function.swfdisplayitem.addcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.html +%%PHPDOCDIR%%/function.swfdisplayitem.move.html +%%PHPDOCDIR%%/function.swfdisplayitem.moveto.html +%%PHPDOCDIR%%/function.swfdisplayitem.multcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.remove.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotate.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotateto.html +%%PHPDOCDIR%%/function.swfdisplayitem.scale.html +%%PHPDOCDIR%%/function.swfdisplayitem.scaleto.html +%%PHPDOCDIR%%/function.swfdisplayitem.setdepth.html +%%PHPDOCDIR%%/function.swfdisplayitem.setname.html +%%PHPDOCDIR%%/function.swfdisplayitem.setratio.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewx.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewxto.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewy.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewyto.html +%%PHPDOCDIR%%/function.swffill.html +%%PHPDOCDIR%%/function.swffill.moveto.html +%%PHPDOCDIR%%/function.swffill.rotateto.html +%%PHPDOCDIR%%/function.swffill.scaleto.html +%%PHPDOCDIR%%/function.swffill.skewxto.html +%%PHPDOCDIR%%/function.swffill.skewyto.html +%%PHPDOCDIR%%/function.swffont.getwidth.html +%%PHPDOCDIR%%/function.swffont.html +%%PHPDOCDIR%%/function.swfgradient.addentry.html +%%PHPDOCDIR%%/function.swfgradient.html +%%PHPDOCDIR%%/function.swfmorph.getshape1.html +%%PHPDOCDIR%%/function.swfmorph.getshape2.html +%%PHPDOCDIR%%/function.swfmorph.html +%%PHPDOCDIR%%/function.swfmovie.add.html +%%PHPDOCDIR%%/function.swfmovie.html +%%PHPDOCDIR%%/function.swfmovie.nextframe.html +%%PHPDOCDIR%%/function.swfmovie.output.html +%%PHPDOCDIR%%/function.swfmovie.remove.html +%%PHPDOCDIR%%/function.swfmovie.save.html +%%PHPDOCDIR%%/function.swfmovie.setbackground.html +%%PHPDOCDIR%%/function.swfmovie.setdimension.html +%%PHPDOCDIR%%/function.swfmovie.setframes.html +%%PHPDOCDIR%%/function.swfmovie.setrate.html +%%PHPDOCDIR%%/function.swfmovie.streammp3.html +%%PHPDOCDIR%%/function.swfshape.addfill.html +%%PHPDOCDIR%%/function.swfshape.drawcurve.html +%%PHPDOCDIR%%/function.swfshape.drawcurveto.html +%%PHPDOCDIR%%/function.swfshape.drawline.html +%%PHPDOCDIR%%/function.swfshape.drawlineto.html +%%PHPDOCDIR%%/function.swfshape.html +%%PHPDOCDIR%%/function.swfshape.movepen.html +%%PHPDOCDIR%%/function.swfshape.movepento.html +%%PHPDOCDIR%%/function.swfshape.setleftfill.html +%%PHPDOCDIR%%/function.swfshape.setline.html +%%PHPDOCDIR%%/function.swfshape.setrightfill.html +%%PHPDOCDIR%%/function.swfsprite.add.html +%%PHPDOCDIR%%/function.swfsprite.html +%%PHPDOCDIR%%/function.swfsprite.nextframe.html +%%PHPDOCDIR%%/function.swfsprite.remove.html +%%PHPDOCDIR%%/function.swfsprite.setframes.html +%%PHPDOCDIR%%/function.swftext.addstring.html +%%PHPDOCDIR%%/function.swftext.getwidth.html +%%PHPDOCDIR%%/function.swftext.html +%%PHPDOCDIR%%/function.swftext.moveto.html +%%PHPDOCDIR%%/function.swftext.setcolor.html +%%PHPDOCDIR%%/function.swftext.setfont.html +%%PHPDOCDIR%%/function.swftext.setheight.html +%%PHPDOCDIR%%/function.swftext.setspacing.html +%%PHPDOCDIR%%/function.swftextfield.addstring.html +%%PHPDOCDIR%%/function.swftextfield.align.html +%%PHPDOCDIR%%/function.swftextfield.html +%%PHPDOCDIR%%/function.swftextfield.setbounds.html +%%PHPDOCDIR%%/function.swftextfield.setcolor.html +%%PHPDOCDIR%%/function.swftextfield.setfont.html +%%PHPDOCDIR%%/function.swftextfield.setheight.html +%%PHPDOCDIR%%/function.swftextfield.setindentation.html +%%PHPDOCDIR%%/function.swftextfield.setleftmargin.html +%%PHPDOCDIR%%/function.swftextfield.setlinespacing.html +%%PHPDOCDIR%%/function.swftextfield.setmargins.html +%%PHPDOCDIR%%/function.swftextfield.setname.html +%%PHPDOCDIR%%/function.swftextfield.setrightmargin.html +%%PHPDOCDIR%%/function.sybase-affected-rows.html +%%PHPDOCDIR%%/function.sybase-close.html +%%PHPDOCDIR%%/function.sybase-connect.html +%%PHPDOCDIR%%/function.sybase-data-seek.html +%%PHPDOCDIR%%/function.sybase-fetch-array.html +%%PHPDOCDIR%%/function.sybase-fetch-field.html +%%PHPDOCDIR%%/function.sybase-fetch-object.html +%%PHPDOCDIR%%/function.sybase-fetch-row.html +%%PHPDOCDIR%%/function.sybase-field-seek.html +%%PHPDOCDIR%%/function.sybase-free-result.html +%%PHPDOCDIR%%/function.sybase-get-last-message.html +%%PHPDOCDIR%%/function.sybase-min-client-severity.html +%%PHPDOCDIR%%/function.sybase-min-error-severity.html +%%PHPDOCDIR%%/function.sybase-min-message-severity.html +%%PHPDOCDIR%%/function.sybase-min-server-severity.html +%%PHPDOCDIR%%/function.sybase-num-fields.html +%%PHPDOCDIR%%/function.sybase-num-rows.html +%%PHPDOCDIR%%/function.sybase-pconnect.html +%%PHPDOCDIR%%/function.sybase-query.html +%%PHPDOCDIR%%/function.sybase-result.html +%%PHPDOCDIR%%/function.sybase-select-db.html +%%PHPDOCDIR%%/function.symlink.html +%%PHPDOCDIR%%/function.syslog.html +%%PHPDOCDIR%%/function.system.html +%%PHPDOCDIR%%/function.tan.html +%%PHPDOCDIR%%/function.tempnam.html +%%PHPDOCDIR%%/function.textdomain.html +%%PHPDOCDIR%%/function.time.html +%%PHPDOCDIR%%/function.tmpfile.html +%%PHPDOCDIR%%/function.touch.html +%%PHPDOCDIR%%/function.trigger-error.html +%%PHPDOCDIR%%/function.trim.html +%%PHPDOCDIR%%/function.uasort.html +%%PHPDOCDIR%%/function.ucfirst.html +%%PHPDOCDIR%%/function.ucwords.html +%%PHPDOCDIR%%/function.udm-add-search-limit.html +%%PHPDOCDIR%%/function.udm-alloc-agent.html +%%PHPDOCDIR%%/function.udm-api-version.html +%%PHPDOCDIR%%/function.udm-clear-search-limits.html +%%PHPDOCDIR%%/function.udm-errno.html +%%PHPDOCDIR%%/function.udm-error.html +%%PHPDOCDIR%%/function.udm-find.html +%%PHPDOCDIR%%/function.udm-free-agent.html +%%PHPDOCDIR%%/function.udm-free-ispell-data.html +%%PHPDOCDIR%%/function.udm-free-res.html +%%PHPDOCDIR%%/function.udm-get-doc-count.html +%%PHPDOCDIR%%/function.udm-get-res-field.html +%%PHPDOCDIR%%/function.udm-get-res-param.html +%%PHPDOCDIR%%/function.udm-load-ispell-data.html +%%PHPDOCDIR%%/function.udm-set-agent-param.html +%%PHPDOCDIR%%/function.uksort.html +%%PHPDOCDIR%%/function.umask.html +%%PHPDOCDIR%%/function.uniqid.html +%%PHPDOCDIR%%/function.unixtojd.html +%%PHPDOCDIR%%/function.unlink.html +%%PHPDOCDIR%%/function.unpack.html +%%PHPDOCDIR%%/function.unserialize.html +%%PHPDOCDIR%%/function.unset.html +%%PHPDOCDIR%%/function.urldecode.html +%%PHPDOCDIR%%/function.urlencode.html +%%PHPDOCDIR%%/function.user-error.html +%%PHPDOCDIR%%/function.usleep.html +%%PHPDOCDIR%%/function.usort.html +%%PHPDOCDIR%%/function.utf8-decode.html +%%PHPDOCDIR%%/function.utf8-encode.html +%%PHPDOCDIR%%/function.var-dump.html +%%PHPDOCDIR%%/function.virtual.html +%%PHPDOCDIR%%/function.wddx-add-vars.html +%%PHPDOCDIR%%/function.wddx-deserialize.html +%%PHPDOCDIR%%/function.wddx-packet-end.html +%%PHPDOCDIR%%/function.wddx-packet-start.html +%%PHPDOCDIR%%/function.wddx-serialize-value.html +%%PHPDOCDIR%%/function.wddx-serialize-vars.html +%%PHPDOCDIR%%/function.wordwrap.html +%%PHPDOCDIR%%/function.write.html +%%PHPDOCDIR%%/function.xml-error-string.html +%%PHPDOCDIR%%/function.xml-get-current-byte-index.html +%%PHPDOCDIR%%/function.xml-get-current-column-number.html +%%PHPDOCDIR%%/function.xml-get-current-line-number.html +%%PHPDOCDIR%%/function.xml-get-error-code.html +%%PHPDOCDIR%%/function.xml-parse-into-struct.html +%%PHPDOCDIR%%/function.xml-parse.html +%%PHPDOCDIR%%/function.xml-parser-create.html +%%PHPDOCDIR%%/function.xml-parser-free.html +%%PHPDOCDIR%%/function.xml-parser-get-option.html +%%PHPDOCDIR%%/function.xml-parser-set-option.html +%%PHPDOCDIR%%/function.xml-set-character-data-handler.html +%%PHPDOCDIR%%/function.xml-set-default-handler.html +%%PHPDOCDIR%%/function.xml-set-element-handler.html +%%PHPDOCDIR%%/function.xml-set-external-entity-ref-handler.html +%%PHPDOCDIR%%/function.xml-set-notation-decl-handler.html +%%PHPDOCDIR%%/function.xml-set-object.html +%%PHPDOCDIR%%/function.xml-set-processing-instruction-handler.html +%%PHPDOCDIR%%/function.xml-set-unparsed-entity-decl-handler.html +%%PHPDOCDIR%%/function.xmldoc.html +%%PHPDOCDIR%%/function.xmldocfile.html +%%PHPDOCDIR%%/function.xmltree.html +%%PHPDOCDIR%%/function.xslt-closelog.html +%%PHPDOCDIR%%/function.xslt-create.html +%%PHPDOCDIR%%/function.xslt-errno.html +%%PHPDOCDIR%%/function.xslt-error.html +%%PHPDOCDIR%%/function.xslt-fetch-result.html +%%PHPDOCDIR%%/function.xslt-free.html +%%PHPDOCDIR%%/function.xslt-openlog.html +%%PHPDOCDIR%%/function.xslt-output-begintransform.html +%%PHPDOCDIR%%/function.xslt-output-endtransform.html +%%PHPDOCDIR%%/function.xslt-process.html +%%PHPDOCDIR%%/function.xslt-run.html +%%PHPDOCDIR%%/function.xslt-set-sax-handler.html +%%PHPDOCDIR%%/function.xslt-transform.html +%%PHPDOCDIR%%/function.yaz-addinfo.html +%%PHPDOCDIR%%/function.yaz-ccl-conf.html +%%PHPDOCDIR%%/function.yaz-ccl-parse.html +%%PHPDOCDIR%%/function.yaz-close.html +%%PHPDOCDIR%%/function.yaz-connect.html +%%PHPDOCDIR%%/function.yaz-database.html +%%PHPDOCDIR%%/function.yaz-element.html +%%PHPDOCDIR%%/function.yaz-errno.html +%%PHPDOCDIR%%/function.yaz-error.html +%%PHPDOCDIR%%/function.yaz-hits.html +%%PHPDOCDIR%%/function.yaz-itemorder.html +%%PHPDOCDIR%%/function.yaz-present.html +%%PHPDOCDIR%%/function.yaz-range.html +%%PHPDOCDIR%%/function.yaz-record.html +%%PHPDOCDIR%%/function.yaz-scan-result.html +%%PHPDOCDIR%%/function.yaz-scan.html +%%PHPDOCDIR%%/function.yaz-search.html +%%PHPDOCDIR%%/function.yaz-syntax.html +%%PHPDOCDIR%%/function.yaz-wait.html +%%PHPDOCDIR%%/function.yp-first.html +%%PHPDOCDIR%%/function.yp-get-default-domain.html +%%PHPDOCDIR%%/function.yp-master.html +%%PHPDOCDIR%%/function.yp-match.html +%%PHPDOCDIR%%/function.yp-next.html +%%PHPDOCDIR%%/function.yp-order.html +%%PHPDOCDIR%%/function.zend-logo-guid.html +%%PHPDOCDIR%%/functions.arguments.html +%%PHPDOCDIR%%/functions.html +%%PHPDOCDIR%%/functions.old-syntax.html +%%PHPDOCDIR%%/functions.returning-values.html +%%PHPDOCDIR%%/functions.variable-functions.html +%%PHPDOCDIR%%/getting-started.html +%%PHPDOCDIR%%/index.html +%%PHPDOCDIR%%/install-problems.html +%%PHPDOCDIR%%/install-unix.html +%%PHPDOCDIR%%/install-windows95-nt.html +%%PHPDOCDIR%%/installation.html +%%PHPDOCDIR%%/intro-history.html +%%PHPDOCDIR%%/intro-whatcando.html +%%PHPDOCDIR%%/introduction.html +%%PHPDOCDIR%%/langref.html +%%PHPDOCDIR%%/language.basic-syntax.comments.html +%%PHPDOCDIR%%/language.basic-syntax.html +%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html +%%PHPDOCDIR%%/language.constants.html +%%PHPDOCDIR%%/language.expressions.html +%%PHPDOCDIR%%/language.oop.html +%%PHPDOCDIR%%/language.operators.assignment.html +%%PHPDOCDIR%%/language.operators.bitwise.html +%%PHPDOCDIR%%/language.operators.comparison.html +%%PHPDOCDIR%%/language.operators.errorcontrol.html +%%PHPDOCDIR%%/language.operators.execution.html +%%PHPDOCDIR%%/language.operators.html +%%PHPDOCDIR%%/language.operators.increment.html +%%PHPDOCDIR%%/language.operators.logical.html +%%PHPDOCDIR%%/language.operators.precedence.html +%%PHPDOCDIR%%/language.operators.string.html +%%PHPDOCDIR%%/language.references.arent.html +%%PHPDOCDIR%%/language.references.html +%%PHPDOCDIR%%/language.references.return.html +%%PHPDOCDIR%%/language.references.spot.html +%%PHPDOCDIR%%/language.references.unset.html +%%PHPDOCDIR%%/language.references.whatdo.html +%%PHPDOCDIR%%/language.types.array.html +%%PHPDOCDIR%%/language.types.double.html +%%PHPDOCDIR%%/language.types.html +%%PHPDOCDIR%%/language.types.object.html +%%PHPDOCDIR%%/language.types.string.html +%%PHPDOCDIR%%/language.types.type-juggling.html +%%PHPDOCDIR%%/language.variables.external.html +%%PHPDOCDIR%%/language.variables.html +%%PHPDOCDIR%%/language.variables.predefined.html +%%PHPDOCDIR%%/language.variables.scope.html +%%PHPDOCDIR%%/language.variables.variable.html +%%PHPDOCDIR%%/migration-booleval.html +%%PHPDOCDIR%%/migration-errors.html +%%PHPDOCDIR%%/migration-expr.html +%%PHPDOCDIR%%/migration-if-endif.html +%%PHPDOCDIR%%/migration-other.html +%%PHPDOCDIR%%/migration-startendtags.html +%%PHPDOCDIR%%/migration-truefalse.html +%%PHPDOCDIR%%/migration-while.html +%%PHPDOCDIR%%/migration.html +%%PHPDOCDIR%%/migration4.html +%%PHPDOCDIR%%/pcre.pattern.modifiers.html +%%PHPDOCDIR%%/pcre.pattern.syntax.html +%%PHPDOCDIR%%/pear.about.html +%%PHPDOCDIR%%/pear.html +%%PHPDOCDIR%%/pear.standards.comments.html +%%PHPDOCDIR%%/pear.standards.constants.html +%%PHPDOCDIR%%/pear.standards.control.html +%%PHPDOCDIR%%/pear.standards.cvstags.html +%%PHPDOCDIR%%/pear.standards.exampleurls.html +%%PHPDOCDIR%%/pear.standards.funcalls.html +%%PHPDOCDIR%%/pear.standards.funcdef.html +%%PHPDOCDIR%%/pear.standards.header.html +%%PHPDOCDIR%%/pear.standards.html +%%PHPDOCDIR%%/pear.standards.including.html +%%PHPDOCDIR%%/pear.standards.tags.html +%%PHPDOCDIR%%/phpdevel-errors.html +%%PHPDOCDIR%%/phpdevel.html +%%PHPDOCDIR%%/preface.html +%%PHPDOCDIR%%/r5690.html +%%PHPDOCDIR%%/ref.apache.html +%%PHPDOCDIR%%/ref.array.html +%%PHPDOCDIR%%/ref.aspell.html +%%PHPDOCDIR%%/ref.bc.html +%%PHPDOCDIR%%/ref.bzip2.html +%%PHPDOCDIR%%/ref.calendar.html +%%PHPDOCDIR%%/ref.ccvs.html +%%PHPDOCDIR%%/ref.classobj.html +%%PHPDOCDIR%%/ref.com.html +%%PHPDOCDIR%%/ref.cpdf.html +%%PHPDOCDIR%%/ref.ctype.html +%%PHPDOCDIR%%/ref.curl.html +%%PHPDOCDIR%%/ref.cybercash.html +%%PHPDOCDIR%%/ref.datetime.html +%%PHPDOCDIR%%/ref.dba.html +%%PHPDOCDIR%%/ref.dbase.html +%%PHPDOCDIR%%/ref.dbm.html +%%PHPDOCDIR%%/ref.dbx.html +%%PHPDOCDIR%%/ref.dir.html +%%PHPDOCDIR%%/ref.domxml.html +%%PHPDOCDIR%%/ref.errorfunc.html +%%PHPDOCDIR%%/ref.exec.html +%%PHPDOCDIR%%/ref.fdf.html +%%PHPDOCDIR%%/ref.filepro.html +%%PHPDOCDIR%%/ref.filesystem.html +%%PHPDOCDIR%%/ref.ftp.html +%%PHPDOCDIR%%/ref.funchand.html +%%PHPDOCDIR%%/ref.gettext.html +%%PHPDOCDIR%%/ref.gmp.html +%%PHPDOCDIR%%/ref.http.html +%%PHPDOCDIR%%/ref.hyperwave.html +%%PHPDOCDIR%%/ref.ibase.html +%%PHPDOCDIR%%/ref.icap.html +%%PHPDOCDIR%%/ref.ifx.html +%%PHPDOCDIR%%/ref.image.html +%%PHPDOCDIR%%/ref.imap.html +%%PHPDOCDIR%%/ref.info.html +%%PHPDOCDIR%%/ref.ingres.html +%%PHPDOCDIR%%/ref.ldap.html +%%PHPDOCDIR%%/ref.mail.html +%%PHPDOCDIR%%/ref.math.html +%%PHPDOCDIR%%/ref.mcal.html +%%PHPDOCDIR%%/ref.mcrypt.html +%%PHPDOCDIR%%/ref.mhash.html +%%PHPDOCDIR%%/ref.ming.html +%%PHPDOCDIR%%/ref.misc.html +%%PHPDOCDIR%%/ref.mnogo.html +%%PHPDOCDIR%%/ref.msql.html +%%PHPDOCDIR%%/ref.mssql.html +%%PHPDOCDIR%%/ref.mysql.html +%%PHPDOCDIR%%/ref.network.html +%%PHPDOCDIR%%/ref.nis.html +%%PHPDOCDIR%%/ref.oci8.html +%%PHPDOCDIR%%/ref.odbc.html +%%PHPDOCDIR%%/ref.openssl.html +%%PHPDOCDIR%%/ref.oracle.html +%%PHPDOCDIR%%/ref.outcontrol.html +%%PHPDOCDIR%%/ref.ovrimos.html +%%PHPDOCDIR%%/ref.pcre.html +%%PHPDOCDIR%%/ref.pdf.html +%%PHPDOCDIR%%/ref.pear.html +%%PHPDOCDIR%%/ref.pfpro.html +%%PHPDOCDIR%%/ref.pgsql.html +%%PHPDOCDIR%%/ref.posix.html +%%PHPDOCDIR%%/ref.pspell.html +%%PHPDOCDIR%%/ref.readline.html +%%PHPDOCDIR%%/ref.recode.html +%%PHPDOCDIR%%/ref.regex.html +%%PHPDOCDIR%%/ref.satellite.html +%%PHPDOCDIR%%/ref.sem.html +%%PHPDOCDIR%%/ref.sesam.html +%%PHPDOCDIR%%/ref.session.html +%%PHPDOCDIR%%/ref.shmop.html +%%PHPDOCDIR%%/ref.snmp.html +%%PHPDOCDIR%%/ref.sockets.html +%%PHPDOCDIR%%/ref.strings.html +%%PHPDOCDIR%%/ref.swf.html +%%PHPDOCDIR%%/ref.sybase.html +%%PHPDOCDIR%%/ref.url.html +%%PHPDOCDIR%%/ref.var.html +%%PHPDOCDIR%%/ref.wddx.html +%%PHPDOCDIR%%/ref.xml.html +%%PHPDOCDIR%%/ref.xslt.html +%%PHPDOCDIR%%/ref.yaz.html +%%PHPDOCDIR%%/ref.zlib.html +%%PHPDOCDIR%%/reserved.html +%%PHPDOCDIR%%/resource.html +%%PHPDOCDIR%%/security.apache.html +%%PHPDOCDIR%%/security.html +%%PHPDOCDIR%%/x46745.html +%%PHPDOCDIR%%/x46762.html +%%PHPDOCDIR%%/x46785.html +%%PHPDOCDIR%%/x46789.html +%%PHPDOCDIR%%/x46795.html +%%PHPDOCDIR%%/x46820.html +%%PHPDOCDIR%%/x46823.html +%%PHPDOCDIR%%/x46834.html +@dirrm %%PHPDOCDIR%% diff --git a/lang/php_doc/pkg-plist.es b/lang/php_doc/pkg-plist.es new file mode 100644 index 000000000000..01bebda1b552 --- /dev/null +++ b/lang/php_doc/pkg-plist.es @@ -0,0 +1,1753 @@ +%%PHPDOCDIR%%/appendixes.html +%%PHPDOCDIR%%/calling-user-functions.html +%%PHPDOCDIR%%/class.dir.html +%%PHPDOCDIR%%/class.orbitenum.html +%%PHPDOCDIR%%/class.orbitobject.html +%%PHPDOCDIR%%/class.orbitstruct.html +%%PHPDOCDIR%%/class.pear-error.html +%%PHPDOCDIR%%/class.pear.html +%%PHPDOCDIR%%/configuration.html +%%PHPDOCDIR%%/control-structures.alternative-syntax.html +%%PHPDOCDIR%%/control-structures.break.html +%%PHPDOCDIR%%/control-structures.continue.html +%%PHPDOCDIR%%/control-structures.do.while.html +%%PHPDOCDIR%%/control-structures.else.html +%%PHPDOCDIR%%/control-structures.elseif.html +%%PHPDOCDIR%%/control-structures.for.html +%%PHPDOCDIR%%/control-structures.foreach.html +%%PHPDOCDIR%%/control-structures.html +%%PHPDOCDIR%%/control-structures.switch.html +%%PHPDOCDIR%%/control-structures.while.html +%%PHPDOCDIR%%/copyright.html +%%PHPDOCDIR%%/debugger-protocol.html +%%PHPDOCDIR%%/debugger.html +%%PHPDOCDIR%%/feature-fileupload.multiple.html +%%PHPDOCDIR%%/features.connection-handling.html +%%PHPDOCDIR%%/features.cookies.html +%%PHPDOCDIR%%/features.error-handling.html +%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html +%%PHPDOCDIR%%/features.file-upload.html +%%PHPDOCDIR%%/features.file-upload.put-method.html +%%PHPDOCDIR%%/features.html +%%PHPDOCDIR%%/features.http-auth.html +%%PHPDOCDIR%%/features.images.html +%%PHPDOCDIR%%/features.persistent-connections.html +%%PHPDOCDIR%%/features.remote-files.html +%%PHPDOCDIR%%/funcion.yp-master.html +%%PHPDOCDIR%%/funcion.yp-order.html +%%PHPDOCDIR%%/funcref.html +%%PHPDOCDIR%%/function.abs.html +%%PHPDOCDIR%%/function.accept-connect.html +%%PHPDOCDIR%%/function.acos.html +%%PHPDOCDIR%%/function.addcslashes.html +%%PHPDOCDIR%%/function.addslashes.html +%%PHPDOCDIR%%/function.apache-lookup-uri.html +%%PHPDOCDIR%%/function.apache-note.html +%%PHPDOCDIR%%/function.array-count-values.html +%%PHPDOCDIR%%/function.array-flip.html +%%PHPDOCDIR%%/function.array-keys.html +%%PHPDOCDIR%%/function.array-merge.html +%%PHPDOCDIR%%/function.array-pad.html +%%PHPDOCDIR%%/function.array-pop.html +%%PHPDOCDIR%%/function.array-push.html +%%PHPDOCDIR%%/function.array-reverse.html +%%PHPDOCDIR%%/function.array-shift.html +%%PHPDOCDIR%%/function.array-slice.html +%%PHPDOCDIR%%/function.array-splice.html +%%PHPDOCDIR%%/function.array-unshift.html +%%PHPDOCDIR%%/function.array-values.html +%%PHPDOCDIR%%/function.array-walk.html +%%PHPDOCDIR%%/function.array.html +%%PHPDOCDIR%%/function.arsort.html +%%PHPDOCDIR%%/function.asin.html +%%PHPDOCDIR%%/function.asort.html +%%PHPDOCDIR%%/function.aspell-check-raw.html +%%PHPDOCDIR%%/function.aspell-check.html +%%PHPDOCDIR%%/function.aspell-new.html +%%PHPDOCDIR%%/function.aspell-suggest.html +%%PHPDOCDIR%%/function.atan.html +%%PHPDOCDIR%%/function.atan2.html +%%PHPDOCDIR%%/function.base-convert.html +%%PHPDOCDIR%%/function.base64-decode.html +%%PHPDOCDIR%%/function.base64-encode.html +%%PHPDOCDIR%%/function.basename.html +%%PHPDOCDIR%%/function.bcadd.html +%%PHPDOCDIR%%/function.bccomp.html +%%PHPDOCDIR%%/function.bcdiv.html +%%PHPDOCDIR%%/function.bcmod.html +%%PHPDOCDIR%%/function.bcmul.html +%%PHPDOCDIR%%/function.bcpow.html +%%PHPDOCDIR%%/function.bcscale.html +%%PHPDOCDIR%%/function.bcsqrt.html +%%PHPDOCDIR%%/function.bcsub.html +%%PHPDOCDIR%%/function.bin2hex.html +%%PHPDOCDIR%%/function.bind.html +%%PHPDOCDIR%%/function.bindec.html +%%PHPDOCDIR%%/function.bindtextdomain.html +%%PHPDOCDIR%%/function.bzclose.html +%%PHPDOCDIR%%/function.bzcompress.html +%%PHPDOCDIR%%/function.bzdecompress.html +%%PHPDOCDIR%%/function.bzerrno.html +%%PHPDOCDIR%%/function.bzerror.html +%%PHPDOCDIR%%/function.bzerrstr.html +%%PHPDOCDIR%%/function.bzflush.html +%%PHPDOCDIR%%/function.bzopen.html +%%PHPDOCDIR%%/function.bzread.html +%%PHPDOCDIR%%/function.bzwrite.html +%%PHPDOCDIR%%/function.call-user-func.html +%%PHPDOCDIR%%/function.ceil.html +%%PHPDOCDIR%%/function.chdir.html +%%PHPDOCDIR%%/function.checkdate.html +%%PHPDOCDIR%%/function.checkdnsrr.html +%%PHPDOCDIR%%/function.chgrp.html +%%PHPDOCDIR%%/function.chmod.html +%%PHPDOCDIR%%/function.chop.html +%%PHPDOCDIR%%/function.chown.html +%%PHPDOCDIR%%/function.chr.html +%%PHPDOCDIR%%/function.chunk-split.html +%%PHPDOCDIR%%/function.clearstatcache.html +%%PHPDOCDIR%%/function.closedir.html +%%PHPDOCDIR%%/function.closelog.html +%%PHPDOCDIR%%/function.com-get.html +%%PHPDOCDIR%%/function.com-invoke.html +%%PHPDOCDIR%%/function.com-load.html +%%PHPDOCDIR%%/function.com-propget.html +%%PHPDOCDIR%%/function.com-propput.html +%%PHPDOCDIR%%/function.com-propset.html +%%PHPDOCDIR%%/function.com-set.html +%%PHPDOCDIR%%/function.compact.html +%%PHPDOCDIR%%/function.connect.html +%%PHPDOCDIR%%/function.connection-aborted.html +%%PHPDOCDIR%%/function.connection-status.html +%%PHPDOCDIR%%/function.connection-timeout.html +%%PHPDOCDIR%%/function.convert-cyr-string.html +%%PHPDOCDIR%%/function.copy.html +%%PHPDOCDIR%%/function.cos.html +%%PHPDOCDIR%%/function.count-chars.html +%%PHPDOCDIR%%/function.count.html +%%PHPDOCDIR%%/function.cpdf-add-annotation.html +%%PHPDOCDIR%%/function.cpdf-add-outline.html +%%PHPDOCDIR%%/function.cpdf-arc.html +%%PHPDOCDIR%%/function.cpdf-begin-text.html +%%PHPDOCDIR%%/function.cpdf-circle.html +%%PHPDOCDIR%%/function.cpdf-clip.html +%%PHPDOCDIR%%/function.cpdf-close.html +%%PHPDOCDIR%%/function.cpdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath.html +%%PHPDOCDIR%%/function.cpdf-continue-text.html +%%PHPDOCDIR%%/function.cpdf-curveto.html +%%PHPDOCDIR%%/function.cpdf-end-text.html +%%PHPDOCDIR%%/function.cpdf-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-fill.html +%%PHPDOCDIR%%/function.cpdf-finalize-page.html +%%PHPDOCDIR%%/function.cpdf-finalize.html +%%PHPDOCDIR%%/function.cpdf-global-set-document-limits.html +%%PHPDOCDIR%%/function.cpdf-import-jpeg.html +%%PHPDOCDIR%%/function.cpdf-lineto.html +%%PHPDOCDIR%%/function.cpdf-moveto.html +%%PHPDOCDIR%%/function.cpdf-open.html +%%PHPDOCDIR%%/function.cpdf-output-buffer.html +%%PHPDOCDIR%%/function.cpdf-page-init.html +%%PHPDOCDIR%%/function.cpdf-place-inline-image.html +%%PHPDOCDIR%%/function.cpdf-rect.html +%%PHPDOCDIR%%/function.cpdf-restore.html +%%PHPDOCDIR%%/function.cpdf-rlineto.html +%%PHPDOCDIR%%/function.cpdf-rmoveto.html +%%PHPDOCDIR%%/function.cpdf-rotate.html +%%PHPDOCDIR%%/function.cpdf-save-to-file.html +%%PHPDOCDIR%%/function.cpdf-save.html +%%PHPDOCDIR%%/function.cpdf-scale.html +%%PHPDOCDIR%%/function.cpdf-set-char-spacing.html +%%PHPDOCDIR%%/function.cpdf-set-creator.html +%%PHPDOCDIR%%/function.cpdf-set-current-page.html +%%PHPDOCDIR%%/function.cpdf-set-font.html +%%PHPDOCDIR%%/function.cpdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.cpdf-set-keywords.html +%%PHPDOCDIR%%/function.cpdf-set-leading.html +%%PHPDOCDIR%%/function.cpdf-set-page-animation.html +%%PHPDOCDIR%%/function.cpdf-set-subject.html +%%PHPDOCDIR%%/function.cpdf-set-text-matrix.html +%%PHPDOCDIR%%/function.cpdf-set-text-pos.html +%%PHPDOCDIR%%/function.cpdf-set-text-rendering.html +%%PHPDOCDIR%%/function.cpdf-set-text-rise.html +%%PHPDOCDIR%%/function.cpdf-set-title.html +%%PHPDOCDIR%%/function.cpdf-set-word-spacing.html +%%PHPDOCDIR%%/function.cpdf-setdash.html +%%PHPDOCDIR%%/function.cpdf-setflat.html +%%PHPDOCDIR%%/function.cpdf-setgray-fill.html +%%PHPDOCDIR%%/function.cpdf-setgray-stroke.html +%%PHPDOCDIR%%/function.cpdf-setgray.html +%%PHPDOCDIR%%/function.cpdf-setlinecap.html +%%PHPDOCDIR%%/function.cpdf-setlinejoin.html +%%PHPDOCDIR%%/function.cpdf-setlinewidth.html +%%PHPDOCDIR%%/function.cpdf-setmiterlimit.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor.html +%%PHPDOCDIR%%/function.cpdf-show-xy.html +%%PHPDOCDIR%%/function.cpdf-show.html +%%PHPDOCDIR%%/function.cpdf-stringwidth.html +%%PHPDOCDIR%%/function.cpdf-stroke.html +%%PHPDOCDIR%%/function.cpdf-text.html +%%PHPDOCDIR%%/function.cpdf-translate.html +%%PHPDOCDIR%%/function.crc32.html +%%PHPDOCDIR%%/function.create-function.html +%%PHPDOCDIR%%/function.crypt.html +%%PHPDOCDIR%%/function.ctype-alnum.html +%%PHPDOCDIR%%/function.ctype-alpha.html +%%PHPDOCDIR%%/function.ctype-cntrl.html +%%PHPDOCDIR%%/function.ctype-digit.html +%%PHPDOCDIR%%/function.ctype-graph.html +%%PHPDOCDIR%%/function.ctype-lower.html +%%PHPDOCDIR%%/function.ctype-print.html +%%PHPDOCDIR%%/function.ctype-punct.html +%%PHPDOCDIR%%/function.ctype-space.html +%%PHPDOCDIR%%/function.ctype-upper.html +%%PHPDOCDIR%%/function.ctype-xdigit.html +%%PHPDOCDIR%%/function.curl-close.html +%%PHPDOCDIR%%/function.curl-exec.html +%%PHPDOCDIR%%/function.curl-init.html +%%PHPDOCDIR%%/function.curl-setopt.html +%%PHPDOCDIR%%/function.curl-version.html +%%PHPDOCDIR%%/function.current.html +%%PHPDOCDIR%%/function.cybercash-base64-decode.html +%%PHPDOCDIR%%/function.cybercash-base64-encode.html +%%PHPDOCDIR%%/function.cybercash-decr.html +%%PHPDOCDIR%%/function.cybercash-encr.html +%%PHPDOCDIR%%/function.date.html +%%PHPDOCDIR%%/function.dba-close.html +%%PHPDOCDIR%%/function.dba-delete.html +%%PHPDOCDIR%%/function.dba-exists.html +%%PHPDOCDIR%%/function.dba-fetch.html +%%PHPDOCDIR%%/function.dba-firstkey.html +%%PHPDOCDIR%%/function.dba-insert.html +%%PHPDOCDIR%%/function.dba-nextkey.html +%%PHPDOCDIR%%/function.dba-open.html +%%PHPDOCDIR%%/function.dba-optimize.html +%%PHPDOCDIR%%/function.dba-popen.html +%%PHPDOCDIR%%/function.dba-replace.html +%%PHPDOCDIR%%/function.dba-sync.html +%%PHPDOCDIR%%/function.dbase-add-record.html +%%PHPDOCDIR%%/function.dbase-close.html +%%PHPDOCDIR%%/function.dbase-create.html +%%PHPDOCDIR%%/function.dbase-delete-record.html +%%PHPDOCDIR%%/function.dbase-get-record-with-names.html +%%PHPDOCDIR%%/function.dbase-get-record.html +%%PHPDOCDIR%%/function.dbase-numfields.html +%%PHPDOCDIR%%/function.dbase-numrecords.html +%%PHPDOCDIR%%/function.dbase-open.html +%%PHPDOCDIR%%/function.dbase-pack.html +%%PHPDOCDIR%%/function.dbase-replace-record.html +%%PHPDOCDIR%%/function.dblist.html +%%PHPDOCDIR%%/function.dbmclose.html +%%PHPDOCDIR%%/function.dbmdelete.html +%%PHPDOCDIR%%/function.dbmexists.html +%%PHPDOCDIR%%/function.dbmfetch.html +%%PHPDOCDIR%%/function.dbmfirstkey.html +%%PHPDOCDIR%%/function.dbminsert.html +%%PHPDOCDIR%%/function.dbmnextkey.html +%%PHPDOCDIR%%/function.dbmopen.html +%%PHPDOCDIR%%/function.dbmreplace.html +%%PHPDOCDIR%%/function.dcgettext.html +%%PHPDOCDIR%%/function.debugger-off.html +%%PHPDOCDIR%%/function.debugger-on.html +%%PHPDOCDIR%%/function.decbin.html +%%PHPDOCDIR%%/function.dechex.html +%%PHPDOCDIR%%/function.decoct.html +%%PHPDOCDIR%%/function.define.html +%%PHPDOCDIR%%/function.defined.html +%%PHPDOCDIR%%/function.delete.html +%%PHPDOCDIR%%/function.dgettext.html +%%PHPDOCDIR%%/function.die.html +%%PHPDOCDIR%%/function.dirname.html +%%PHPDOCDIR%%/function.diskfreespace.html +%%PHPDOCDIR%%/function.doubleval.html +%%PHPDOCDIR%%/function.each.html +%%PHPDOCDIR%%/function.easter-date.html +%%PHPDOCDIR%%/function.easter-days.html +%%PHPDOCDIR%%/function.echo.html +%%PHPDOCDIR%%/function.empty.html +%%PHPDOCDIR%%/function.end.html +%%PHPDOCDIR%%/function.ereg-replace.html +%%PHPDOCDIR%%/function.ereg.html +%%PHPDOCDIR%%/function.eregi-replace.html +%%PHPDOCDIR%%/function.eregi.html +%%PHPDOCDIR%%/function.error-log.html +%%PHPDOCDIR%%/function.error-reporting.html +%%PHPDOCDIR%%/function.escapeshellcmd.html +%%PHPDOCDIR%%/function.eval.html +%%PHPDOCDIR%%/function.exec.html +%%PHPDOCDIR%%/function.exit.html +%%PHPDOCDIR%%/function.exp.html +%%PHPDOCDIR%%/function.explode.html +%%PHPDOCDIR%%/function.extension-loaded.html +%%PHPDOCDIR%%/function.extract.html +%%PHPDOCDIR%%/function.fclose.html +%%PHPDOCDIR%%/function.fdf-close.html +%%PHPDOCDIR%%/function.fdf-create.html +%%PHPDOCDIR%%/function.fdf-get-file.html +%%PHPDOCDIR%%/function.fdf-get-status.html +%%PHPDOCDIR%%/function.fdf-get-value.html +%%PHPDOCDIR%%/function.fdf-next-field-name.html +%%PHPDOCDIR%%/function.fdf-open.html +%%PHPDOCDIR%%/function.fdf-save.html +%%PHPDOCDIR%%/function.fdf-set-ap.html +%%PHPDOCDIR%%/function.fdf-set-file.html +%%PHPDOCDIR%%/function.fdf-set-status.html +%%PHPDOCDIR%%/function.fdf-set-value.html +%%PHPDOCDIR%%/function.feof.html +%%PHPDOCDIR%%/function.fgetc.html +%%PHPDOCDIR%%/function.fgetcsv.html +%%PHPDOCDIR%%/function.fgets.html +%%PHPDOCDIR%%/function.fgetss.html +%%PHPDOCDIR%%/function.file-exists.html +%%PHPDOCDIR%%/function.file.html +%%PHPDOCDIR%%/function.fileatime.html +%%PHPDOCDIR%%/function.filectime.html +%%PHPDOCDIR%%/function.filegroup.html +%%PHPDOCDIR%%/function.fileinode.html +%%PHPDOCDIR%%/function.filemtime.html +%%PHPDOCDIR%%/function.fileowner.html +%%PHPDOCDIR%%/function.fileperms.html +%%PHPDOCDIR%%/function.filepro-fieldcount.html +%%PHPDOCDIR%%/function.filepro-fieldname.html +%%PHPDOCDIR%%/function.filepro-fieldtype.html +%%PHPDOCDIR%%/function.filepro-fieldwidth.html +%%PHPDOCDIR%%/function.filepro-retrieve.html +%%PHPDOCDIR%%/function.filepro-rowcount.html +%%PHPDOCDIR%%/function.filepro.html +%%PHPDOCDIR%%/function.filesize.html +%%PHPDOCDIR%%/function.filetype.html +%%PHPDOCDIR%%/function.flock.html +%%PHPDOCDIR%%/function.floor.html +%%PHPDOCDIR%%/function.flush.html +%%PHPDOCDIR%%/function.fopen.html +%%PHPDOCDIR%%/function.fpassthru.html +%%PHPDOCDIR%%/function.fputs.html +%%PHPDOCDIR%%/function.fread.html +%%PHPDOCDIR%%/function.frenchtojd.html +%%PHPDOCDIR%%/function.fseek.html +%%PHPDOCDIR%%/function.fsockopen.html +%%PHPDOCDIR%%/function.ftell.html +%%PHPDOCDIR%%/function.ftp-cdup.html +%%PHPDOCDIR%%/function.ftp-chdir.html +%%PHPDOCDIR%%/function.ftp-connect.html +%%PHPDOCDIR%%/function.ftp-delete.html +%%PHPDOCDIR%%/function.ftp-fget.html +%%PHPDOCDIR%%/function.ftp-fput.html +%%PHPDOCDIR%%/function.ftp-get.html +%%PHPDOCDIR%%/function.ftp-login.html +%%PHPDOCDIR%%/function.ftp-mdtm.html +%%PHPDOCDIR%%/function.ftp-mkdir.html +%%PHPDOCDIR%%/function.ftp-nlist.html +%%PHPDOCDIR%%/function.ftp-pasv.html +%%PHPDOCDIR%%/function.ftp-put.html +%%PHPDOCDIR%%/function.ftp-pwd.html +%%PHPDOCDIR%%/function.ftp-quit.html +%%PHPDOCDIR%%/function.ftp-rawlist.html +%%PHPDOCDIR%%/function.ftp-rename.html +%%PHPDOCDIR%%/function.ftp-rmdir.html +%%PHPDOCDIR%%/function.ftp-size.html +%%PHPDOCDIR%%/function.ftp-systype.html +%%PHPDOCDIR%%/function.func-get-arg.html +%%PHPDOCDIR%%/function.func-get-args.html +%%PHPDOCDIR%%/function.func-num-args.html +%%PHPDOCDIR%%/function.function-exists.html +%%PHPDOCDIR%%/function.fwrite.html +%%PHPDOCDIR%%/function.get-browser.html +%%PHPDOCDIR%%/function.get-cfg-var.html +%%PHPDOCDIR%%/function.get-class-methods.html +%%PHPDOCDIR%%/function.get-class-vars.html +%%PHPDOCDIR%%/function.get-current-user.html +%%PHPDOCDIR%%/function.get-html-translation-table.html +%%PHPDOCDIR%%/function.get-magic-quotes-gpc.html +%%PHPDOCDIR%%/function.get-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.get-meta-tags.html +%%PHPDOCDIR%%/function.get-object-vars.html +%%PHPDOCDIR%%/function.getallheaders.html +%%PHPDOCDIR%%/function.getdate.html +%%PHPDOCDIR%%/function.getenv.html +%%PHPDOCDIR%%/function.gethostbyaddr.html +%%PHPDOCDIR%%/function.gethostbyname.html +%%PHPDOCDIR%%/function.gethostbynamel.html +%%PHPDOCDIR%%/function.getimagesize.html +%%PHPDOCDIR%%/function.getlastmod.html +%%PHPDOCDIR%%/function.getmxrr.html +%%PHPDOCDIR%%/function.getmyinode.html +%%PHPDOCDIR%%/function.getmypid.html +%%PHPDOCDIR%%/function.getmyuid.html +%%PHPDOCDIR%%/function.getprotobyname.html +%%PHPDOCDIR%%/function.getprotobynumber.html +%%PHPDOCDIR%%/function.getrandmax.html +%%PHPDOCDIR%%/function.getrusage.html +%%PHPDOCDIR%%/function.getservbyname.html +%%PHPDOCDIR%%/function.getservbyport.html +%%PHPDOCDIR%%/function.gettext.html +%%PHPDOCDIR%%/function.gettimeofday.html +%%PHPDOCDIR%%/function.gettype.html +%%PHPDOCDIR%%/function.gmdate.html +%%PHPDOCDIR%%/function.gmmktime.html +%%PHPDOCDIR%%/function.gmp-abs.html +%%PHPDOCDIR%%/function.gmp-add.html +%%PHPDOCDIR%%/function.gmp-and.html +%%PHPDOCDIR%%/function.gmp-clrbit.html +%%PHPDOCDIR%%/function.gmp-cmp.html +%%PHPDOCDIR%%/function.gmp-div-q.html +%%PHPDOCDIR%%/function.gmp-div-qr.html +%%PHPDOCDIR%%/function.gmp-div-r.html +%%PHPDOCDIR%%/function.gmp-div.html +%%PHPDOCDIR%%/function.gmp-divexact.html +%%PHPDOCDIR%%/function.gmp-fact.html +%%PHPDOCDIR%%/function.gmp-gcd.html +%%PHPDOCDIR%%/function.gmp-gcdext.html +%%PHPDOCDIR%%/function.gmp-hamdist.html +%%PHPDOCDIR%%/function.gmp-init.html +%%PHPDOCDIR%%/function.gmp-intval.html +%%PHPDOCDIR%%/function.gmp-invert.html +%%PHPDOCDIR%%/function.gmp-jacobi.html +%%PHPDOCDIR%%/function.gmp-legendre.html +%%PHPDOCDIR%%/function.gmp-mod.html +%%PHPDOCDIR%%/function.gmp-mul.html +%%PHPDOCDIR%%/function.gmp-neg.html +%%PHPDOCDIR%%/function.gmp-or.html +%%PHPDOCDIR%%/function.gmp-perfect-square.html +%%PHPDOCDIR%%/function.gmp-popcount.html +%%PHPDOCDIR%%/function.gmp-pow.html +%%PHPDOCDIR%%/function.gmp-powm.html +%%PHPDOCDIR%%/function.gmp-prob-prime.html +%%PHPDOCDIR%%/function.gmp-random.html +%%PHPDOCDIR%%/function.gmp-scan0.html +%%PHPDOCDIR%%/function.gmp-scan1.html +%%PHPDOCDIR%%/function.gmp-setbit.html +%%PHPDOCDIR%%/function.gmp-sign.html +%%PHPDOCDIR%%/function.gmp-sqrt.html +%%PHPDOCDIR%%/function.gmp-sqrtrm.html +%%PHPDOCDIR%%/function.gmp-strval.html +%%PHPDOCDIR%%/function.gmp-sub.html +%%PHPDOCDIR%%/function.gmp-xor.html +%%PHPDOCDIR%%/function.gmstrftime.html +%%PHPDOCDIR%%/function.gregoriantojd.html +%%PHPDOCDIR%%/function.gzclose.html +%%PHPDOCDIR%%/function.gzeof.html +%%PHPDOCDIR%%/function.gzfile.html +%%PHPDOCDIR%%/function.gzgetc.html +%%PHPDOCDIR%%/function.gzgets.html +%%PHPDOCDIR%%/function.gzgetss.html +%%PHPDOCDIR%%/function.gzopen.html +%%PHPDOCDIR%%/function.gzpassthru.html +%%PHPDOCDIR%%/function.gzputs.html +%%PHPDOCDIR%%/function.gzread.html +%%PHPDOCDIR%%/function.gzrewind.html +%%PHPDOCDIR%%/function.gzseek.html +%%PHPDOCDIR%%/function.gztell.html +%%PHPDOCDIR%%/function.gzwrite.html +%%PHPDOCDIR%%/function.header.html +%%PHPDOCDIR%%/function.hebrev.html +%%PHPDOCDIR%%/function.hebrevc.html +%%PHPDOCDIR%%/function.hexdec.html +%%PHPDOCDIR%%/function.htmlentities.html +%%PHPDOCDIR%%/function.htmlspecialchars.html +%%PHPDOCDIR%%/function.hw-array2objrec.html +%%PHPDOCDIR%%/function.hw-children.html +%%PHPDOCDIR%%/function.hw-childrenobj.html +%%PHPDOCDIR%%/function.hw-close.html +%%PHPDOCDIR%%/function.hw-connect.html +%%PHPDOCDIR%%/function.hw-cp.html +%%PHPDOCDIR%%/function.hw-deleteobject.html +%%PHPDOCDIR%%/function.hw-docbyanchor.html +%%PHPDOCDIR%%/function.hw-docbyanchorobj.html +%%PHPDOCDIR%%/function.hw-documentattributes.html +%%PHPDOCDIR%%/function.hw-documentbodytag.html +%%PHPDOCDIR%%/function.hw-documentcontent.html +%%PHPDOCDIR%%/function.hw-documentsetcontent.html +%%PHPDOCDIR%%/function.hw-documentsize.html +%%PHPDOCDIR%%/function.hw-edittext.html +%%PHPDOCDIR%%/function.hw-error.html +%%PHPDOCDIR%%/function.hw-errormsg.html +%%PHPDOCDIR%%/function.hw-free-document.html +%%PHPDOCDIR%%/function.hw-getanchors.html +%%PHPDOCDIR%%/function.hw-getanchorsobj.html +%%PHPDOCDIR%%/function.hw-getandlock.html +%%PHPDOCDIR%%/function.hw-getchildcoll.html +%%PHPDOCDIR%%/function.hw-getchildcollobj.html +%%PHPDOCDIR%%/function.hw-getchilddoccoll.html +%%PHPDOCDIR%%/function.hw-getchilddoccollobj.html +%%PHPDOCDIR%%/function.hw-getobject.html +%%PHPDOCDIR%%/function.hw-getobjectbyquery.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycoll.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycollobj.html +%%PHPDOCDIR%%/function.hw-getobjectbyqueryobj.html +%%PHPDOCDIR%%/function.hw-getparents.html +%%PHPDOCDIR%%/function.hw-getparentsobj.html +%%PHPDOCDIR%%/function.hw-getremote.html +%%PHPDOCDIR%%/function.hw-getremotechildren.html +%%PHPDOCDIR%%/function.hw-getsrcbydestobj.html +%%PHPDOCDIR%%/function.hw-gettext.html +%%PHPDOCDIR%%/function.hw-getusername.html +%%PHPDOCDIR%%/function.hw-identify.html +%%PHPDOCDIR%%/function.hw-incollections.html +%%PHPDOCDIR%%/function.hw-info.html +%%PHPDOCDIR%%/function.hw-inscoll.html +%%PHPDOCDIR%%/function.hw-insdoc.html +%%PHPDOCDIR%%/function.hw-insertdocument.html +%%PHPDOCDIR%%/function.hw-insertobject.html +%%PHPDOCDIR%%/function.hw-mapid.html +%%PHPDOCDIR%%/function.hw-modifyobject.html +%%PHPDOCDIR%%/function.hw-mv.html +%%PHPDOCDIR%%/function.hw-new-document.html +%%PHPDOCDIR%%/function.hw-objrec2array.html +%%PHPDOCDIR%%/function.hw-outputdocument.html +%%PHPDOCDIR%%/function.hw-pconnect.html +%%PHPDOCDIR%%/function.hw-pipedocument.html +%%PHPDOCDIR%%/function.hw-root.html +%%PHPDOCDIR%%/function.hw-unlock.html +%%PHPDOCDIR%%/function.hw-who.html +%%PHPDOCDIR%%/function.ibase-bind.html +%%PHPDOCDIR%%/function.ibase-close.html +%%PHPDOCDIR%%/function.ibase-connect.html +%%PHPDOCDIR%%/function.ibase-execute.html +%%PHPDOCDIR%%/function.ibase-fetch-row.html +%%PHPDOCDIR%%/function.ibase-free-query.html +%%PHPDOCDIR%%/function.ibase-free-result.html +%%PHPDOCDIR%%/function.ibase-pconnect.html +%%PHPDOCDIR%%/function.ibase-prepare.html +%%PHPDOCDIR%%/function.ibase-query.html +%%PHPDOCDIR%%/function.ibase-timefmt.html +%%PHPDOCDIR%%/function.icap-close.html +%%PHPDOCDIR%%/function.icap-delete-event.html +%%PHPDOCDIR%%/function.icap-fetch-event.html +%%PHPDOCDIR%%/function.icap-list-alarms.html +%%PHPDOCDIR%%/function.icap-list-events.html +%%PHPDOCDIR%%/function.icap-open.html +%%PHPDOCDIR%%/function.icap-snooze.html +%%PHPDOCDIR%%/function.icap-store-event.html +%%PHPDOCDIR%%/function.ifx-affected-rows.html +%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html +%%PHPDOCDIR%%/function.ifx-byteasvarchar.html +%%PHPDOCDIR%%/function.ifx-close.html +%%PHPDOCDIR%%/function.ifx-connect.html +%%PHPDOCDIR%%/function.ifx-copy-blob.html +%%PHPDOCDIR%%/function.ifx-create-blob.html +%%PHPDOCDIR%%/function.ifx-create-char.html +%%PHPDOCDIR%%/function.ifx-do.html +%%PHPDOCDIR%%/function.ifx-error.html +%%PHPDOCDIR%%/function.ifx-errormsg.html +%%PHPDOCDIR%%/function.ifx-fetch-row.html +%%PHPDOCDIR%%/function.ifx-fieldproperties.html +%%PHPDOCDIR%%/function.ifx-fieldtypes.html +%%PHPDOCDIR%%/function.ifx-free-blob.html +%%PHPDOCDIR%%/function.ifx-free-char.html +%%PHPDOCDIR%%/function.ifx-free-result.html +%%PHPDOCDIR%%/function.ifx-get-blob.html +%%PHPDOCDIR%%/function.ifx-get-char.html +%%PHPDOCDIR%%/function.ifx-getsqlca.html +%%PHPDOCDIR%%/function.ifx-htmltbl-result.html +%%PHPDOCDIR%%/function.ifx-nullformat.html +%%PHPDOCDIR%%/function.ifx-num-fields.html +%%PHPDOCDIR%%/function.ifx-num-rows.html +%%PHPDOCDIR%%/function.ifx-pconnect.html +%%PHPDOCDIR%%/function.ifx-prepare.html +%%PHPDOCDIR%%/function.ifx-query.html +%%PHPDOCDIR%%/function.ifx-textasvarchar.html +%%PHPDOCDIR%%/function.ifx-update-blob.html +%%PHPDOCDIR%%/function.ifx-update-char.html +%%PHPDOCDIR%%/function.ifxus-close-slob.html +%%PHPDOCDIR%%/function.ifxus-create-slob.html +%%PHPDOCDIR%%/function.ifxus-free-slob.html +%%PHPDOCDIR%%/function.ifxus-open-slob.html +%%PHPDOCDIR%%/function.ifxus-read-slob.html +%%PHPDOCDIR%%/function.ifxus-seek-slob.html +%%PHPDOCDIR%%/function.ifxus-tell-slob.html +%%PHPDOCDIR%%/function.ifxus-write-slob.html +%%PHPDOCDIR%%/function.ignore-user-abort.html +%%PHPDOCDIR%%/function.imagearc.html +%%PHPDOCDIR%%/function.imagechar.html +%%PHPDOCDIR%%/function.imagecharup.html +%%PHPDOCDIR%%/function.imagecolorallocate.html +%%PHPDOCDIR%%/function.imagecolorat.html +%%PHPDOCDIR%%/function.imagecolorclosest.html +%%PHPDOCDIR%%/function.imagecolorexact.html +%%PHPDOCDIR%%/function.imagecolorresolve.html +%%PHPDOCDIR%%/function.imagecolorset.html +%%PHPDOCDIR%%/function.imagecolorsforindex.html +%%PHPDOCDIR%%/function.imagecolorstotal.html +%%PHPDOCDIR%%/function.imagecolortransparent.html +%%PHPDOCDIR%%/function.imagecopyresized.html +%%PHPDOCDIR%%/function.imagecreate.html +%%PHPDOCDIR%%/function.imagecreatefromgif.html +%%PHPDOCDIR%%/function.imagedashedline.html +%%PHPDOCDIR%%/function.imagedestroy.html +%%PHPDOCDIR%%/function.imagefill.html +%%PHPDOCDIR%%/function.imagefilledpolygon.html +%%PHPDOCDIR%%/function.imagefilledrectangle.html +%%PHPDOCDIR%%/function.imagefilltoborder.html +%%PHPDOCDIR%%/function.imagefontheight.html +%%PHPDOCDIR%%/function.imagefontwidth.html +%%PHPDOCDIR%%/function.imagegif.html +%%PHPDOCDIR%%/function.imageinterlace.html +%%PHPDOCDIR%%/function.imageline.html +%%PHPDOCDIR%%/function.imageloadfont.html +%%PHPDOCDIR%%/function.imagepolygon.html +%%PHPDOCDIR%%/function.imagepsbbox.html +%%PHPDOCDIR%%/function.imagepsencodefont.html +%%PHPDOCDIR%%/function.imagepsfreefont.html +%%PHPDOCDIR%%/function.imagepsloadfont.html +%%PHPDOCDIR%%/function.imagepstext.html +%%PHPDOCDIR%%/function.imagerectangle.html +%%PHPDOCDIR%%/function.imagesetpixel.html +%%PHPDOCDIR%%/function.imagestring.html +%%PHPDOCDIR%%/function.imagestringup.html +%%PHPDOCDIR%%/function.imagesx.html +%%PHPDOCDIR%%/function.imagesy.html +%%PHPDOCDIR%%/function.imagettfbbox.html +%%PHPDOCDIR%%/function.imagettftext.html +%%PHPDOCDIR%%/function.imap-8bit.html +%%PHPDOCDIR%%/function.imap-alerts.html +%%PHPDOCDIR%%/function.imap-append.html +%%PHPDOCDIR%%/function.imap-base64.html +%%PHPDOCDIR%%/function.imap-binary.html +%%PHPDOCDIR%%/function.imap-body.html +%%PHPDOCDIR%%/function.imap-check.html +%%PHPDOCDIR%%/function.imap-clearflag-full.html +%%PHPDOCDIR%%/function.imap-close.html +%%PHPDOCDIR%%/function.imap-createmailbox.html +%%PHPDOCDIR%%/function.imap-delete.html +%%PHPDOCDIR%%/function.imap-deletemailbox.html +%%PHPDOCDIR%%/function.imap-errors.html +%%PHPDOCDIR%%/function.imap-expunge.html +%%PHPDOCDIR%%/function.imap-fetchbody.html +%%PHPDOCDIR%%/function.imap-fetchheader.html +%%PHPDOCDIR%%/function.imap-fetchstructure.html +%%PHPDOCDIR%%/function.imap-getmailboxes.html +%%PHPDOCDIR%%/function.imap-getsubscribed.html +%%PHPDOCDIR%%/function.imap-header.html +%%PHPDOCDIR%%/function.imap-headers.html +%%PHPDOCDIR%%/function.imap-last-error.html +%%PHPDOCDIR%%/function.imap-listmailbox.html +%%PHPDOCDIR%%/function.imap-listsubscribed.html +%%PHPDOCDIR%%/function.imap-mail-copy.html +%%PHPDOCDIR%%/function.imap-mail-move.html +%%PHPDOCDIR%%/function.imap-mailboxmsginfo.html +%%PHPDOCDIR%%/function.imap-msgno.html +%%PHPDOCDIR%%/function.imap-num-msg.html +%%PHPDOCDIR%%/function.imap-num-recent.html +%%PHPDOCDIR%%/function.imap-open.html +%%PHPDOCDIR%%/function.imap-ping.html +%%PHPDOCDIR%%/function.imap-qprint.html +%%PHPDOCDIR%%/function.imap-renamemailbox.html +%%PHPDOCDIR%%/function.imap-reopen.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-adrlist.html +%%PHPDOCDIR%%/function.imap-rfc822-write-address.html +%%PHPDOCDIR%%/function.imap-scanmailbox.html +%%PHPDOCDIR%%/function.imap-search.html +%%PHPDOCDIR%%/function.imap-setflag-full.html +%%PHPDOCDIR%%/function.imap-sort.html +%%PHPDOCDIR%%/function.imap-status.html +%%PHPDOCDIR%%/function.imap-subscribe.html +%%PHPDOCDIR%%/function.imap-uid.html +%%PHPDOCDIR%%/function.imap-undelete.html +%%PHPDOCDIR%%/function.imap-unsubscribe.html +%%PHPDOCDIR%%/function.implode.html +%%PHPDOCDIR%%/function.in-array.html +%%PHPDOCDIR%%/function.include-once.html +%%PHPDOCDIR%%/function.include.html +%%PHPDOCDIR%%/function.ingres-autocommit.html +%%PHPDOCDIR%%/function.ingres-close.html +%%PHPDOCDIR%%/function.ingres-commit.html +%%PHPDOCDIR%%/function.ingres-connect.html +%%PHPDOCDIR%%/function.ingres-fetch-array.html +%%PHPDOCDIR%%/function.ingres-fetch-object.html +%%PHPDOCDIR%%/function.ingres-fetch-row.html +%%PHPDOCDIR%%/function.ingres-field-length.html +%%PHPDOCDIR%%/function.ingres-field-name.html +%%PHPDOCDIR%%/function.ingres-field-nullable.html +%%PHPDOCDIR%%/function.ingres-field-precision.html +%%PHPDOCDIR%%/function.ingres-field-scale.html +%%PHPDOCDIR%%/function.ingres-field-type.html +%%PHPDOCDIR%%/function.ingres-num-fields.html +%%PHPDOCDIR%%/function.ingres-num-rows.html +%%PHPDOCDIR%%/function.ingres-pconnect.html +%%PHPDOCDIR%%/function.ingres-query.html +%%PHPDOCDIR%%/function.ingres-rollback.html +%%PHPDOCDIR%%/function.intval.html +%%PHPDOCDIR%%/function.iptcparse.html +%%PHPDOCDIR%%/function.is-array.html +%%PHPDOCDIR%%/function.is-dir.html +%%PHPDOCDIR%%/function.is-double.html +%%PHPDOCDIR%%/function.is-executable.html +%%PHPDOCDIR%%/function.is-file.html +%%PHPDOCDIR%%/function.is-float.html +%%PHPDOCDIR%%/function.is-int.html +%%PHPDOCDIR%%/function.is-integer.html +%%PHPDOCDIR%%/function.is-link.html +%%PHPDOCDIR%%/function.is-long.html +%%PHPDOCDIR%%/function.is-object.html +%%PHPDOCDIR%%/function.is-readable.html +%%PHPDOCDIR%%/function.is-real.html +%%PHPDOCDIR%%/function.is-string.html +%%PHPDOCDIR%%/function.is-writeable.html +%%PHPDOCDIR%%/function.isset.html +%%PHPDOCDIR%%/function.jddayofweek.html +%%PHPDOCDIR%%/function.jdmonthname.html +%%PHPDOCDIR%%/function.jdtofrench.html +%%PHPDOCDIR%%/function.jdtogregorian.html +%%PHPDOCDIR%%/function.jdtojewish.html +%%PHPDOCDIR%%/function.jdtojulian.html +%%PHPDOCDIR%%/function.jewishtojd.html +%%PHPDOCDIR%%/function.join.html +%%PHPDOCDIR%%/function.juliantojd.html +%%PHPDOCDIR%%/function.key.html +%%PHPDOCDIR%%/function.krsort.html +%%PHPDOCDIR%%/function.ksort.html +%%PHPDOCDIR%%/function.ldap-add.html +%%PHPDOCDIR%%/function.ldap-bind.html +%%PHPDOCDIR%%/function.ldap-close.html +%%PHPDOCDIR%%/function.ldap-connect.html +%%PHPDOCDIR%%/function.ldap-count-entries.html +%%PHPDOCDIR%%/function.ldap-delete.html +%%PHPDOCDIR%%/function.ldap-dn2ufn.html +%%PHPDOCDIR%%/function.ldap-err2str.html +%%PHPDOCDIR%%/function.ldap-errno.html +%%PHPDOCDIR%%/function.ldap-error.html +%%PHPDOCDIR%%/function.ldap-explode-dn.html +%%PHPDOCDIR%%/function.ldap-first-attribute.html +%%PHPDOCDIR%%/function.ldap-first-entry.html +%%PHPDOCDIR%%/function.ldap-free-result.html +%%PHPDOCDIR%%/function.ldap-get-attributes.html +%%PHPDOCDIR%%/function.ldap-get-dn.html +%%PHPDOCDIR%%/function.ldap-get-entries.html +%%PHPDOCDIR%%/function.ldap-get-values-len.html +%%PHPDOCDIR%%/function.ldap-get-values.html +%%PHPDOCDIR%%/function.ldap-list.html +%%PHPDOCDIR%%/function.ldap-mod-add.html +%%PHPDOCDIR%%/function.ldap-mod-del.html +%%PHPDOCDIR%%/function.ldap-mod-replace.html +%%PHPDOCDIR%%/function.ldap-modify.html +%%PHPDOCDIR%%/function.ldap-next-attribute.html +%%PHPDOCDIR%%/function.ldap-next-entry.html +%%PHPDOCDIR%%/function.ldap-read.html +%%PHPDOCDIR%%/function.ldap-search.html +%%PHPDOCDIR%%/function.ldap-unbind.html +%%PHPDOCDIR%%/function.leak.html +%%PHPDOCDIR%%/function.levenshtein.html +%%PHPDOCDIR%%/function.link.html +%%PHPDOCDIR%%/function.linkinfo.html +%%PHPDOCDIR%%/function.list.html +%%PHPDOCDIR%%/function.listen.html +%%PHPDOCDIR%%/function.log.html +%%PHPDOCDIR%%/function.log10.html +%%PHPDOCDIR%%/function.lstat.html +%%PHPDOCDIR%%/function.ltrim.html +%%PHPDOCDIR%%/function.mail.html +%%PHPDOCDIR%%/function.max.html +%%PHPDOCDIR%%/function.mcal-append-event.html +%%PHPDOCDIR%%/function.mcal-close.html +%%PHPDOCDIR%%/function.mcal-date-compare.html +%%PHPDOCDIR%%/function.mcal-date-valid.html +%%PHPDOCDIR%%/function.mcal-day-of-week.html +%%PHPDOCDIR%%/function.mcal-day-of-year.html +%%PHPDOCDIR%%/function.mcal-days-in-month.html +%%PHPDOCDIR%%/function.mcal-delete-event.html +%%PHPDOCDIR%%/function.mcal-event-add-attribute.html +%%PHPDOCDIR%%/function.mcal-event-init.html +%%PHPDOCDIR%%/function.mcal-event-set-alarm.html +%%PHPDOCDIR%%/function.mcal-event-set-category.html +%%PHPDOCDIR%%/function.mcal-event-set-class.html +%%PHPDOCDIR%%/function.mcal-event-set-description.html +%%PHPDOCDIR%%/function.mcal-event-set-end.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-daily.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-mday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-wday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-none.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-weekly.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-yearly.html +%%PHPDOCDIR%%/function.mcal-event-set-start.html +%%PHPDOCDIR%%/function.mcal-event-set-title.html +%%PHPDOCDIR%%/function.mcal-fetch-current-stream-event.html +%%PHPDOCDIR%%/function.mcal-fetch-event.html +%%PHPDOCDIR%%/function.mcal-is-leap-year.html +%%PHPDOCDIR%%/function.mcal-list-alarms.html +%%PHPDOCDIR%%/function.mcal-list-events.html +%%PHPDOCDIR%%/function.mcal-next-recurrence.html +%%PHPDOCDIR%%/function.mcal-open.html +%%PHPDOCDIR%%/function.mcal-snooze.html +%%PHPDOCDIR%%/function.mcal-store-event.html +%%PHPDOCDIR%%/function.mcal-time-valid.html +%%PHPDOCDIR%%/function.mcrypt-cbc.html +%%PHPDOCDIR%%/function.mcrypt-cfb.html +%%PHPDOCDIR%%/function.mcrypt-create-iv.html +%%PHPDOCDIR%%/function.mcrypt-ecb.html +%%PHPDOCDIR%%/function.mcrypt-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-get-cipher-name.html +%%PHPDOCDIR%%/function.mcrypt-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-ofb.html +%%PHPDOCDIR%%/function.md5.html +%%PHPDOCDIR%%/function.metaphone.html +%%PHPDOCDIR%%/function.method-exists.html +%%PHPDOCDIR%%/function.mhash-count.html +%%PHPDOCDIR%%/function.mhash-get-block-size.html +%%PHPDOCDIR%%/function.mhash-get-hash-name.html +%%PHPDOCDIR%%/function.mhash.html +%%PHPDOCDIR%%/function.microtime.html +%%PHPDOCDIR%%/function.min.html +%%PHPDOCDIR%%/function.mkdir.html +%%PHPDOCDIR%%/function.mktime.html +%%PHPDOCDIR%%/function.msql-affected-rows.html +%%PHPDOCDIR%%/function.msql-close.html +%%PHPDOCDIR%%/function.msql-connect.html +%%PHPDOCDIR%%/function.msql-create-db.html +%%PHPDOCDIR%%/function.msql-createdb.html +%%PHPDOCDIR%%/function.msql-data-seek.html +%%PHPDOCDIR%%/function.msql-dbname.html +%%PHPDOCDIR%%/function.msql-drop-db.html +%%PHPDOCDIR%%/function.msql-dropdb.html +%%PHPDOCDIR%%/function.msql-error.html +%%PHPDOCDIR%%/function.msql-fetch-array.html +%%PHPDOCDIR%%/function.msql-fetch-field.html +%%PHPDOCDIR%%/function.msql-fetch-object.html +%%PHPDOCDIR%%/function.msql-fetch-row.html +%%PHPDOCDIR%%/function.msql-field-seek.html +%%PHPDOCDIR%%/function.msql-fieldflags.html +%%PHPDOCDIR%%/function.msql-fieldlen.html +%%PHPDOCDIR%%/function.msql-fieldname.html +%%PHPDOCDIR%%/function.msql-fieldtable.html +%%PHPDOCDIR%%/function.msql-fieldtype.html +%%PHPDOCDIR%%/function.msql-free-result.html +%%PHPDOCDIR%%/function.msql-freeresult.html +%%PHPDOCDIR%%/function.msql-list-dbs.html +%%PHPDOCDIR%%/function.msql-list-fields.html +%%PHPDOCDIR%%/function.msql-list-tables.html +%%PHPDOCDIR%%/function.msql-listdbs.html +%%PHPDOCDIR%%/function.msql-listfields.html +%%PHPDOCDIR%%/function.msql-listtables.html +%%PHPDOCDIR%%/function.msql-num-fields.html +%%PHPDOCDIR%%/function.msql-num-rows.html +%%PHPDOCDIR%%/function.msql-numfields.html +%%PHPDOCDIR%%/function.msql-numrows.html +%%PHPDOCDIR%%/function.msql-pconnect.html +%%PHPDOCDIR%%/function.msql-query.html +%%PHPDOCDIR%%/function.msql-regcase.html +%%PHPDOCDIR%%/function.msql-result.html +%%PHPDOCDIR%%/function.msql-select-db.html +%%PHPDOCDIR%%/function.msql-selectdb.html +%%PHPDOCDIR%%/function.msql-tablename.html +%%PHPDOCDIR%%/function.msql.html +%%PHPDOCDIR%%/function.mssql-close.html +%%PHPDOCDIR%%/function.mssql-connect.html +%%PHPDOCDIR%%/function.mssql-data-seek.html +%%PHPDOCDIR%%/function.mssql-fetch-array.html +%%PHPDOCDIR%%/function.mssql-fetch-field.html +%%PHPDOCDIR%%/function.mssql-fetch-object.html +%%PHPDOCDIR%%/function.mssql-fetch-row.html +%%PHPDOCDIR%%/function.mssql-field-seek.html +%%PHPDOCDIR%%/function.mssql-free-result.html +%%PHPDOCDIR%%/function.mssql-num-fields.html +%%PHPDOCDIR%%/function.mssql-num-rows.html +%%PHPDOCDIR%%/function.mssql-pconnect.html +%%PHPDOCDIR%%/function.mssql-query.html +%%PHPDOCDIR%%/function.mssql-result.html +%%PHPDOCDIR%%/function.mssql-select-db.html +%%PHPDOCDIR%%/function.mt-getrandmax.html +%%PHPDOCDIR%%/function.mt-rand.html +%%PHPDOCDIR%%/function.mt-srand.html +%%PHPDOCDIR%%/function.mysql-affected-rows.html +%%PHPDOCDIR%%/function.mysql-change-user.html +%%PHPDOCDIR%%/function.mysql-close.html +%%PHPDOCDIR%%/function.mysql-connect.html +%%PHPDOCDIR%%/function.mysql-create-db.html +%%PHPDOCDIR%%/function.mysql-data-seek.html +%%PHPDOCDIR%%/function.mysql-db-query.html +%%PHPDOCDIR%%/function.mysql-drop-db.html +%%PHPDOCDIR%%/function.mysql-errno.html +%%PHPDOCDIR%%/function.mysql-error.html +%%PHPDOCDIR%%/function.mysql-fetch-array.html +%%PHPDOCDIR%%/function.mysql-fetch-field.html +%%PHPDOCDIR%%/function.mysql-fetch-lengths.html +%%PHPDOCDIR%%/function.mysql-fetch-object.html +%%PHPDOCDIR%%/function.mysql-fetch-row.html +%%PHPDOCDIR%%/function.mysql-field-flags.html +%%PHPDOCDIR%%/function.mysql-field-len.html +%%PHPDOCDIR%%/function.mysql-field-name.html +%%PHPDOCDIR%%/function.mysql-field-seek.html +%%PHPDOCDIR%%/function.mysql-field-table.html +%%PHPDOCDIR%%/function.mysql-field-type.html +%%PHPDOCDIR%%/function.mysql-free-result.html +%%PHPDOCDIR%%/function.mysql-insert-id.html +%%PHPDOCDIR%%/function.mysql-list-dbs.html +%%PHPDOCDIR%%/function.mysql-list-fields.html +%%PHPDOCDIR%%/function.mysql-list-tables.html +%%PHPDOCDIR%%/function.mysql-num-fields.html +%%PHPDOCDIR%%/function.mysql-num-rows.html +%%PHPDOCDIR%%/function.mysql-pconnect.html +%%PHPDOCDIR%%/function.mysql-query.html +%%PHPDOCDIR%%/function.mysql-result.html +%%PHPDOCDIR%%/function.mysql-select-db.html +%%PHPDOCDIR%%/function.mysql-tablename.html +%%PHPDOCDIR%%/function.next.html +%%PHPDOCDIR%%/function.nl2br.html +%%PHPDOCDIR%%/function.number-format.html +%%PHPDOCDIR%%/function.ob-end-clean.html +%%PHPDOCDIR%%/function.ob-end-flush.html +%%PHPDOCDIR%%/function.ob-get-contents.html +%%PHPDOCDIR%%/function.ob-get-length.html +%%PHPDOCDIR%%/function.ob-implicit-flush.html +%%PHPDOCDIR%%/function.ob-start.html +%%PHPDOCDIR%%/function.ocibindbyname.html +%%PHPDOCDIR%%/function.ocicolumnisnull.html +%%PHPDOCDIR%%/function.ocicolumnname.html +%%PHPDOCDIR%%/function.ocicolumnsize.html +%%PHPDOCDIR%%/function.ocicolumntype.html +%%PHPDOCDIR%%/function.ocicommit.html +%%PHPDOCDIR%%/function.ocidefinebyname.html +%%PHPDOCDIR%%/function.ocierror.html +%%PHPDOCDIR%%/function.ociexecute.html +%%PHPDOCDIR%%/function.ocifetch.html +%%PHPDOCDIR%%/function.ocifetchinto.html +%%PHPDOCDIR%%/function.ocifetchstatement.html +%%PHPDOCDIR%%/function.ocifreecursor.html +%%PHPDOCDIR%%/function.ocifreestatement.html +%%PHPDOCDIR%%/function.ociinternaldebug.html +%%PHPDOCDIR%%/function.ocilogoff.html +%%PHPDOCDIR%%/function.ocilogon.html +%%PHPDOCDIR%%/function.ocinewcursor.html +%%PHPDOCDIR%%/function.ocinewdescriptor.html +%%PHPDOCDIR%%/function.ocinlogon.html +%%PHPDOCDIR%%/function.ocinumcols.html +%%PHPDOCDIR%%/function.ociparse.html +%%PHPDOCDIR%%/function.ociplogon.html +%%PHPDOCDIR%%/function.ociresult.html +%%PHPDOCDIR%%/function.ocirollback.html +%%PHPDOCDIR%%/function.ocirowcount.html +%%PHPDOCDIR%%/function.ociserverversion.html +%%PHPDOCDIR%%/function.ocistatementtype.html +%%PHPDOCDIR%%/function.octdec.html +%%PHPDOCDIR%%/function.odbc-autocommit.html +%%PHPDOCDIR%%/function.odbc-binmode.html +%%PHPDOCDIR%%/function.odbc-close-all.html +%%PHPDOCDIR%%/function.odbc-close.html +%%PHPDOCDIR%%/function.odbc-commit.html +%%PHPDOCDIR%%/function.odbc-connect.html +%%PHPDOCDIR%%/function.odbc-cursor.html +%%PHPDOCDIR%%/function.odbc-do.html +%%PHPDOCDIR%%/function.odbc-exec.html +%%PHPDOCDIR%%/function.odbc-execute.html +%%PHPDOCDIR%%/function.odbc-fetch-into.html +%%PHPDOCDIR%%/function.odbc-fetch-row.html +%%PHPDOCDIR%%/function.odbc-field-len.html +%%PHPDOCDIR%%/function.odbc-field-name.html +%%PHPDOCDIR%%/function.odbc-field-type.html +%%PHPDOCDIR%%/function.odbc-free-result.html +%%PHPDOCDIR%%/function.odbc-longreadlen.html +%%PHPDOCDIR%%/function.odbc-num-fields.html +%%PHPDOCDIR%%/function.odbc-num-rows.html +%%PHPDOCDIR%%/function.odbc-pconnect.html +%%PHPDOCDIR%%/function.odbc-prepare.html +%%PHPDOCDIR%%/function.odbc-result-all.html +%%PHPDOCDIR%%/function.odbc-result.html +%%PHPDOCDIR%%/function.odbc-rollback.html +%%PHPDOCDIR%%/function.odbc-setoption.html +%%PHPDOCDIR%%/function.opendir.html +%%PHPDOCDIR%%/function.openlog.html +%%PHPDOCDIR%%/function.openssl-error-string.html +%%PHPDOCDIR%%/function.openssl-free-key.html +%%PHPDOCDIR%%/function.openssl-get-privatekey.html +%%PHPDOCDIR%%/function.openssl-get-publickey.html +%%PHPDOCDIR%%/function.openssl-open.html +%%PHPDOCDIR%%/function.openssl-pkcs7-decrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-encrypt.html +%%PHPDOCDIR%%/function.openssl-pkcs7-sign.html +%%PHPDOCDIR%%/function.openssl-pkcs7-verify.html +%%PHPDOCDIR%%/function.openssl-seal.html +%%PHPDOCDIR%%/function.openssl-sign.html +%%PHPDOCDIR%%/function.openssl-verify.html +%%PHPDOCDIR%%/function.openssl-x509-checkpurpose.html +%%PHPDOCDIR%%/function.openssl-x509-free.html +%%PHPDOCDIR%%/function.openssl-x509-parse.html +%%PHPDOCDIR%%/function.openssl-x509-read.html +%%PHPDOCDIR%%/function.ora-bind.html +%%PHPDOCDIR%%/function.ora-close.html +%%PHPDOCDIR%%/function.ora-columnname.html +%%PHPDOCDIR%%/function.ora-columntype.html +%%PHPDOCDIR%%/function.ora-commit.html +%%PHPDOCDIR%%/function.ora-commitoff.html +%%PHPDOCDIR%%/function.ora-commiton.html +%%PHPDOCDIR%%/function.ora-error.html +%%PHPDOCDIR%%/function.ora-errorcode.html +%%PHPDOCDIR%%/function.ora-exec.html +%%PHPDOCDIR%%/function.ora-fetch.html +%%PHPDOCDIR%%/function.ora-getcolumn.html +%%PHPDOCDIR%%/function.ora-logoff.html +%%PHPDOCDIR%%/function.ora-logon.html +%%PHPDOCDIR%%/function.ora-open.html +%%PHPDOCDIR%%/function.ora-parse.html +%%PHPDOCDIR%%/function.ora-rollback.html +%%PHPDOCDIR%%/function.ord.html +%%PHPDOCDIR%%/function.ovrimos-close-all.html +%%PHPDOCDIR%%/function.ovrimos-close.html +%%PHPDOCDIR%%/function.ovrimos-commit.html +%%PHPDOCDIR%%/function.ovrimos-connect.html +%%PHPDOCDIR%%/function.ovrimos-cursor.html +%%PHPDOCDIR%%/function.ovrimos-exec.html +%%PHPDOCDIR%%/function.ovrimos-execute.html +%%PHPDOCDIR%%/function.ovrimos-fetch-into.html +%%PHPDOCDIR%%/function.ovrimos-fetch-row.html +%%PHPDOCDIR%%/function.ovrimos-field-len.html +%%PHPDOCDIR%%/function.ovrimos-field-name.html +%%PHPDOCDIR%%/function.ovrimos-field-num.html +%%PHPDOCDIR%%/function.ovrimos-field-type.html +%%PHPDOCDIR%%/function.ovrimos-free-result.html +%%PHPDOCDIR%%/function.ovrimos-longreadlen.html +%%PHPDOCDIR%%/function.ovrimos-num-fields.html +%%PHPDOCDIR%%/function.ovrimos-num-rows.html +%%PHPDOCDIR%%/function.ovrimos-prepare.html +%%PHPDOCDIR%%/function.ovrimos-result-all.html +%%PHPDOCDIR%%/function.ovrimos-result.html +%%PHPDOCDIR%%/function.ovrimos-rollback.html +%%PHPDOCDIR%%/function.pack.html +%%PHPDOCDIR%%/function.parse-str.html +%%PHPDOCDIR%%/function.parse-url.html +%%PHPDOCDIR%%/function.passthru.html +%%PHPDOCDIR%%/function.pclose.html +%%PHPDOCDIR%%/function.pdf-add-annotation.html +%%PHPDOCDIR%%/function.pdf-add-outline.html +%%PHPDOCDIR%%/function.pdf-arc.html +%%PHPDOCDIR%%/function.pdf-begin-page.html +%%PHPDOCDIR%%/function.pdf-circle.html +%%PHPDOCDIR%%/function.pdf-clip.html +%%PHPDOCDIR%%/function.pdf-close-image.html +%%PHPDOCDIR%%/function.pdf-close.html +%%PHPDOCDIR%%/function.pdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath.html +%%PHPDOCDIR%%/function.pdf-continue-text.html +%%PHPDOCDIR%%/function.pdf-curveto.html +%%PHPDOCDIR%%/function.pdf-end-page.html +%%PHPDOCDIR%%/function.pdf-endpath.html +%%PHPDOCDIR%%/function.pdf-execute-image.html +%%PHPDOCDIR%%/function.pdf-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-fill.html +%%PHPDOCDIR%%/function.pdf-get-info.html +%%PHPDOCDIR%%/function.pdf-get-parameter.html +%%PHPDOCDIR%%/function.pdf-get-value.html +%%PHPDOCDIR%%/function.pdf-lineto.html +%%PHPDOCDIR%%/function.pdf-moveto.html +%%PHPDOCDIR%%/function.pdf-open-gif.html +%%PHPDOCDIR%%/function.pdf-open-jpeg.html +%%PHPDOCDIR%%/function.pdf-open-memory-image.html +%%PHPDOCDIR%%/function.pdf-open-png.html +%%PHPDOCDIR%%/function.pdf-open.html +%%PHPDOCDIR%%/function.pdf-place-image.html +%%PHPDOCDIR%%/function.pdf-put-image.html +%%PHPDOCDIR%%/function.pdf-rect.html +%%PHPDOCDIR%%/function.pdf-restore.html +%%PHPDOCDIR%%/function.pdf-rotate.html +%%PHPDOCDIR%%/function.pdf-save.html +%%PHPDOCDIR%%/function.pdf-scale.html +%%PHPDOCDIR%%/function.pdf-set-border-color.html +%%PHPDOCDIR%%/function.pdf-set-border-dash.html +%%PHPDOCDIR%%/function.pdf-set-border-style.html +%%PHPDOCDIR%%/function.pdf-set-char-spacing.html +%%PHPDOCDIR%%/function.pdf-set-duration.html +%%PHPDOCDIR%%/function.pdf-set-font.html +%%PHPDOCDIR%%/function.pdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.pdf-set-info.html +%%PHPDOCDIR%%/function.pdf-set-leading.html +%%PHPDOCDIR%%/function.pdf-set-parameter.html +%%PHPDOCDIR%%/function.pdf-set-text-matrix.html +%%PHPDOCDIR%%/function.pdf-set-text-pos.html +%%PHPDOCDIR%%/function.pdf-set-text-rendering.html +%%PHPDOCDIR%%/function.pdf-set-text-rise.html +%%PHPDOCDIR%%/function.pdf-set-transition.html +%%PHPDOCDIR%%/function.pdf-set-value.html +%%PHPDOCDIR%%/function.pdf-set-word-spacing.html +%%PHPDOCDIR%%/function.pdf-setdash.html +%%PHPDOCDIR%%/function.pdf-setflat.html +%%PHPDOCDIR%%/function.pdf-setgray-fill.html +%%PHPDOCDIR%%/function.pdf-setgray-stroke.html +%%PHPDOCDIR%%/function.pdf-setgray.html +%%PHPDOCDIR%%/function.pdf-setlinecap.html +%%PHPDOCDIR%%/function.pdf-setlinejoin.html +%%PHPDOCDIR%%/function.pdf-setlinewidth.html +%%PHPDOCDIR%%/function.pdf-setmiterlimit.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor.html +%%PHPDOCDIR%%/function.pdf-show-boxed.html +%%PHPDOCDIR%%/function.pdf-show-xy.html +%%PHPDOCDIR%%/function.pdf-show.html +%%PHPDOCDIR%%/function.pdf-skew.html +%%PHPDOCDIR%%/function.pdf-stringwidth.html +%%PHPDOCDIR%%/function.pdf-stroke.html +%%PHPDOCDIR%%/function.pdf-translate.html +%%PHPDOCDIR%%/function.pfpro-cleanup.html +%%PHPDOCDIR%%/function.pfpro-init.html +%%PHPDOCDIR%%/function.pfpro-process-raw.html +%%PHPDOCDIR%%/function.pfpro-process.html +%%PHPDOCDIR%%/function.pfpro-version.html +%%PHPDOCDIR%%/function.pfsockopen.html +%%PHPDOCDIR%%/function.pg-close.html +%%PHPDOCDIR%%/function.pg-cmdtuples.html +%%PHPDOCDIR%%/function.pg-connect.html +%%PHPDOCDIR%%/function.pg-dbname.html +%%PHPDOCDIR%%/function.pg-errormessage.html +%%PHPDOCDIR%%/function.pg-exec.html +%%PHPDOCDIR%%/function.pg-fetch-array.html +%%PHPDOCDIR%%/function.pg-fetch-object.html +%%PHPDOCDIR%%/function.pg-fetch-row.html +%%PHPDOCDIR%%/function.pg-fieldisnull.html +%%PHPDOCDIR%%/function.pg-fieldname.html +%%PHPDOCDIR%%/function.pg-fieldnum.html +%%PHPDOCDIR%%/function.pg-fieldprtlen.html +%%PHPDOCDIR%%/function.pg-fieldsize.html +%%PHPDOCDIR%%/function.pg-fieldtype.html +%%PHPDOCDIR%%/function.pg-freeresult.html +%%PHPDOCDIR%%/function.pg-getlastoid.html +%%PHPDOCDIR%%/function.pg-host.html +%%PHPDOCDIR%%/function.pg-loclose.html +%%PHPDOCDIR%%/function.pg-locreate.html +%%PHPDOCDIR%%/function.pg-loopen.html +%%PHPDOCDIR%%/function.pg-loread.html +%%PHPDOCDIR%%/function.pg-loreadall.html +%%PHPDOCDIR%%/function.pg-lounlink.html +%%PHPDOCDIR%%/function.pg-lowrite.html +%%PHPDOCDIR%%/function.pg-numfields.html +%%PHPDOCDIR%%/function.pg-numrows.html +%%PHPDOCDIR%%/function.pg-options.html +%%PHPDOCDIR%%/function.pg-pconnect.html +%%PHPDOCDIR%%/function.pg-port.html +%%PHPDOCDIR%%/function.pg-result.html +%%PHPDOCDIR%%/function.pg-tty.html +%%PHPDOCDIR%%/function.php-logo-guid.html +%%PHPDOCDIR%%/function.phpinfo.html +%%PHPDOCDIR%%/function.phpversion.html +%%PHPDOCDIR%%/function.pi.html +%%PHPDOCDIR%%/function.popen.html +%%PHPDOCDIR%%/function.pos.html +%%PHPDOCDIR%%/function.posix-ctermid.html +%%PHPDOCDIR%%/function.posix-getcwd.html +%%PHPDOCDIR%%/function.posix-getegid.html +%%PHPDOCDIR%%/function.posix-geteuid.html +%%PHPDOCDIR%%/function.posix-getgid.html +%%PHPDOCDIR%%/function.posix-getgrgid.html +%%PHPDOCDIR%%/function.posix-getgrnam.html +%%PHPDOCDIR%%/function.posix-getgroups.html +%%PHPDOCDIR%%/function.posix-getlogin.html +%%PHPDOCDIR%%/function.posix-getpgid.html +%%PHPDOCDIR%%/function.posix-getpgrp.html +%%PHPDOCDIR%%/function.posix-getpid.html +%%PHPDOCDIR%%/function.posix-getppid.html +%%PHPDOCDIR%%/function.posix-getpwnam.html +%%PHPDOCDIR%%/function.posix-getpwuid.html +%%PHPDOCDIR%%/function.posix-getrlimit.html +%%PHPDOCDIR%%/function.posix-getsid.html +%%PHPDOCDIR%%/function.posix-getuid.html +%%PHPDOCDIR%%/function.posix-isatty.html +%%PHPDOCDIR%%/function.posix-kill.html +%%PHPDOCDIR%%/function.posix-mkfifo.html +%%PHPDOCDIR%%/function.posix-setgid.html +%%PHPDOCDIR%%/function.posix-setpgid.html +%%PHPDOCDIR%%/function.posix-setsid.html +%%PHPDOCDIR%%/function.posix-setuid.html +%%PHPDOCDIR%%/function.posix-times.html +%%PHPDOCDIR%%/function.posix-ttyname.html +%%PHPDOCDIR%%/function.posix-uname.html +%%PHPDOCDIR%%/function.pow.html +%%PHPDOCDIR%%/function.preg-grep.html +%%PHPDOCDIR%%/function.preg-match-all.html +%%PHPDOCDIR%%/function.preg-match.html +%%PHPDOCDIR%%/function.preg-quote.html +%%PHPDOCDIR%%/function.preg-replace.html +%%PHPDOCDIR%%/function.preg-split.html +%%PHPDOCDIR%%/function.prev.html +%%PHPDOCDIR%%/function.print.html +%%PHPDOCDIR%%/function.printf.html +%%PHPDOCDIR%%/function.pspell-check.html +%%PHPDOCDIR%%/function.pspell-new.html +%%PHPDOCDIR%%/function.pspell-suggest.html +%%PHPDOCDIR%%/function.putenv.html +%%PHPDOCDIR%%/function.quoted-printable-decode.html +%%PHPDOCDIR%%/function.quotemeta.html +%%PHPDOCDIR%%/function.rand.html +%%PHPDOCDIR%%/function.range.html +%%PHPDOCDIR%%/function.readdir.html +%%PHPDOCDIR%%/function.readfile.html +%%PHPDOCDIR%%/function.readgzfile.html +%%PHPDOCDIR%%/function.readline-add-history.html +%%PHPDOCDIR%%/function.readline-clear-history.html +%%PHPDOCDIR%%/function.readline-completion-function.html +%%PHPDOCDIR%%/function.readline-info.html +%%PHPDOCDIR%%/function.readline-list-history.html +%%PHPDOCDIR%%/function.readline-read-history.html +%%PHPDOCDIR%%/function.readline-write-history.html +%%PHPDOCDIR%%/function.readline.html +%%PHPDOCDIR%%/function.readlink.html +%%PHPDOCDIR%%/function.recode-file.html +%%PHPDOCDIR%%/function.recode-string.html +%%PHPDOCDIR%%/function.register-shutdown-function.html +%%PHPDOCDIR%%/function.rename.html +%%PHPDOCDIR%%/function.require-once.html +%%PHPDOCDIR%%/function.require.html +%%PHPDOCDIR%%/function.reset.html +%%PHPDOCDIR%%/function.restore-error-handler.html +%%PHPDOCDIR%%/function.rewind.html +%%PHPDOCDIR%%/function.rewinddir.html +%%PHPDOCDIR%%/function.rmdir.html +%%PHPDOCDIR%%/function.round.html +%%PHPDOCDIR%%/function.rsort.html +%%PHPDOCDIR%%/function.rtrim.html +%%PHPDOCDIR%%/function.satellite_caught_exception.html +%%PHPDOCDIR%%/function.satellite_exception_id.html +%%PHPDOCDIR%%/function.satellite_exception_value.html +%%PHPDOCDIR%%/function.sem-acquire.html +%%PHPDOCDIR%%/function.sem-get.html +%%PHPDOCDIR%%/function.sem-release.html +%%PHPDOCDIR%%/function.serialize.html +%%PHPDOCDIR%%/function.sesam-affected-rows.html +%%PHPDOCDIR%%/function.sesam-commit.html +%%PHPDOCDIR%%/function.sesam-connect.html +%%PHPDOCDIR%%/function.sesam-diagnostic.html +%%PHPDOCDIR%%/function.sesam-disconnect.html +%%PHPDOCDIR%%/function.sesam-errormsg.html +%%PHPDOCDIR%%/function.sesam-execimm.html +%%PHPDOCDIR%%/function.sesam-fetch-array.html +%%PHPDOCDIR%%/function.sesam-fetch-result.html +%%PHPDOCDIR%%/function.sesam-fetch-row.html +%%PHPDOCDIR%%/function.sesam-field-array.html +%%PHPDOCDIR%%/function.sesam-field-name.html +%%PHPDOCDIR%%/function.sesam-free-result.html +%%PHPDOCDIR%%/function.sesam-num-fields.html +%%PHPDOCDIR%%/function.sesam-query.html +%%PHPDOCDIR%%/function.sesam-rollback.html +%%PHPDOCDIR%%/function.sesam-seek-row.html +%%PHPDOCDIR%%/function.sesam-settransaction.html +%%PHPDOCDIR%%/function.session-decode.html +%%PHPDOCDIR%%/function.session-destroy.html +%%PHPDOCDIR%%/function.session-encode.html +%%PHPDOCDIR%%/function.session-id.html +%%PHPDOCDIR%%/function.session-is-registered.html +%%PHPDOCDIR%%/function.session-module-name.html +%%PHPDOCDIR%%/function.session-name.html +%%PHPDOCDIR%%/function.session-register.html +%%PHPDOCDIR%%/function.session-save-path.html +%%PHPDOCDIR%%/function.session-start.html +%%PHPDOCDIR%%/function.session-unregister.html +%%PHPDOCDIR%%/function.set-error-handler.html +%%PHPDOCDIR%%/function.set-file-buffer.html +%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.set-socket-blocking.html +%%PHPDOCDIR%%/function.set-time-limit.html +%%PHPDOCDIR%%/function.setcookie.html +%%PHPDOCDIR%%/function.setlocale.html +%%PHPDOCDIR%%/function.settype.html +%%PHPDOCDIR%%/function.shm-attach.html +%%PHPDOCDIR%%/function.shm-detach.html +%%PHPDOCDIR%%/function.shm-get-var.html +%%PHPDOCDIR%%/function.shm-put-var.html +%%PHPDOCDIR%%/function.shm-remove-var.html +%%PHPDOCDIR%%/function.shm-remove.html +%%PHPDOCDIR%%/function.shmop_close.html +%%PHPDOCDIR%%/function.shmop_delete.html +%%PHPDOCDIR%%/function.shmop_open.html +%%PHPDOCDIR%%/function.shmop_read.html +%%PHPDOCDIR%%/function.shmop_write.html +%%PHPDOCDIR%%/function.shuffle.html +%%PHPDOCDIR%%/function.similar-text.html +%%PHPDOCDIR%%/function.sin.html +%%PHPDOCDIR%%/function.size.html +%%PHPDOCDIR%%/function.sizeof.html +%%PHPDOCDIR%%/function.sleep.html +%%PHPDOCDIR%%/function.snmp-get-quick-print.html +%%PHPDOCDIR%%/function.snmp-set-quick-print.html +%%PHPDOCDIR%%/function.snmpget.html +%%PHPDOCDIR%%/function.snmpset.html +%%PHPDOCDIR%%/function.snmpwalk.html +%%PHPDOCDIR%%/function.snmpwalkoid.html +%%PHPDOCDIR%%/function.socket.html +%%PHPDOCDIR%%/function.sort.html +%%PHPDOCDIR%%/function.soundex.html +%%PHPDOCDIR%%/function.split.html +%%PHPDOCDIR%%/function.sprintf.html +%%PHPDOCDIR%%/function.sql-regcase.html +%%PHPDOCDIR%%/function.sqrt.html +%%PHPDOCDIR%%/function.srand.html +%%PHPDOCDIR%%/function.sscanf.html +%%PHPDOCDIR%%/function.stat.html +%%PHPDOCDIR%%/function.str-pad.html +%%PHPDOCDIR%%/function.str-repeat.html +%%PHPDOCDIR%%/function.str-replace.html +%%PHPDOCDIR%%/function.strcasecmp.html +%%PHPDOCDIR%%/function.strchr.html +%%PHPDOCDIR%%/function.strcmp.html +%%PHPDOCDIR%%/function.strcspn.html +%%PHPDOCDIR%%/function.strerror.html +%%PHPDOCDIR%%/function.strftime.html +%%PHPDOCDIR%%/function.strip-tags.html +%%PHPDOCDIR%%/function.stripcslashes.html +%%PHPDOCDIR%%/function.stripslashes.html +%%PHPDOCDIR%%/function.stristr.html +%%PHPDOCDIR%%/function.strlen.html +%%PHPDOCDIR%%/function.strnatcasecmp.html +%%PHPDOCDIR%%/function.strnatcmp.html +%%PHPDOCDIR%%/function.strncmp.html +%%PHPDOCDIR%%/function.strpos.html +%%PHPDOCDIR%%/function.strrchr.html +%%PHPDOCDIR%%/function.strrev.html +%%PHPDOCDIR%%/function.strrpos.html +%%PHPDOCDIR%%/function.strspn.html +%%PHPDOCDIR%%/function.strstr.html +%%PHPDOCDIR%%/function.strtok.html +%%PHPDOCDIR%%/function.strtolower.html +%%PHPDOCDIR%%/function.strtoupper.html +%%PHPDOCDIR%%/function.strtr.html +%%PHPDOCDIR%%/function.strval.html +%%PHPDOCDIR%%/function.substr-count.html +%%PHPDOCDIR%%/function.substr-replace.html +%%PHPDOCDIR%%/function.substr.html +%%PHPDOCDIR%%/function.swf-actiongeturl.html +%%PHPDOCDIR%%/function.swf-actiongotoframe.html +%%PHPDOCDIR%%/function.swf-actiongotolabel.html +%%PHPDOCDIR%%/function.swf-actionnextframe.html +%%PHPDOCDIR%%/function.swf-actionplay.html +%%PHPDOCDIR%%/function.swf-actionprevframe.html +%%PHPDOCDIR%%/function.swf-actionsettarget.html +%%PHPDOCDIR%%/function.swf-actionstop.html +%%PHPDOCDIR%%/function.swf-actiontogglequality.html +%%PHPDOCDIR%%/function.swf-actionwaitforframe.html +%%PHPDOCDIR%%/function.swf-addbuttonrecord.html +%%PHPDOCDIR%%/function.swf-addcolor.html +%%PHPDOCDIR%%/function.swf-closefile.html +%%PHPDOCDIR%%/function.swf-definebitmap.html +%%PHPDOCDIR%%/function.swf-definefont.html +%%PHPDOCDIR%%/function.swf-defineline.html +%%PHPDOCDIR%%/function.swf-definepoly.html +%%PHPDOCDIR%%/function.swf-definerect.html +%%PHPDOCDIR%%/function.swf-definetext.html +%%PHPDOCDIR%%/function.swf-endbutton.html +%%PHPDOCDIR%%/function.swf-enddoaction.html +%%PHPDOCDIR%%/function.swf-endshape.html +%%PHPDOCDIR%%/function.swf-endsymbol.html +%%PHPDOCDIR%%/function.swf-fontsize.html +%%PHPDOCDIR%%/function.swf-fontslant.html +%%PHPDOCDIR%%/function.swf-fonttracking.html +%%PHPDOCDIR%%/function.swf-getbitmapinfo.html +%%PHPDOCDIR%%/function.swf-getfontinfo.html +%%PHPDOCDIR%%/function.swf-getframe.html +%%PHPDOCDIR%%/function.swf-labelframe.html +%%PHPDOCDIR%%/function.swf-lookat.html +%%PHPDOCDIR%%/function.swf-modifyobject.html +%%PHPDOCDIR%%/function.swf-mulcolor.html +%%PHPDOCDIR%%/function.swf-nextid.html +%%PHPDOCDIR%%/function.swf-oncondition.html +%%PHPDOCDIR%%/function.swf-openfile.html +%%PHPDOCDIR%%/function.swf-ortho.html +%%PHPDOCDIR%%/function.swf-ortho2.html +%%PHPDOCDIR%%/function.swf-perspective.html +%%PHPDOCDIR%%/function.swf-placeobject.html +%%PHPDOCDIR%%/function.swf-polarview.html +%%PHPDOCDIR%%/function.swf-popmatrix.html +%%PHPDOCDIR%%/function.swf-posround.html +%%PHPDOCDIR%%/function.swf-pushmatrix.html +%%PHPDOCDIR%%/function.swf-removeobject.html +%%PHPDOCDIR%%/function.swf-rotate.html +%%PHPDOCDIR%%/function.swf-scale.html +%%PHPDOCDIR%%/function.swf-setfont.html +%%PHPDOCDIR%%/function.swf-setframe.html +%%PHPDOCDIR%%/function.swf-shapearc.html +%%PHPDOCDIR%%/function.swf-shapecurveto.html +%%PHPDOCDIR%%/function.swf-shapecurveto3.html +%%PHPDOCDIR%%/function.swf-shapefillbitmapclip.html +%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html +%%PHPDOCDIR%%/function.swf-shapefilloff.html +%%PHPDOCDIR%%/function.swf-shapefillsolid.html +%%PHPDOCDIR%%/function.swf-shapelinesold.html +%%PHPDOCDIR%%/function.swf-shapelineto.html +%%PHPDOCDIR%%/function.swf-shapemoveto.html +%%PHPDOCDIR%%/function.swf-showframe.html +%%PHPDOCDIR%%/function.swf-startbutton.html +%%PHPDOCDIR%%/function.swf-startdoaction.html +%%PHPDOCDIR%%/function.swf-startshape.html +%%PHPDOCDIR%%/function.swf-startsymbol.html +%%PHPDOCDIR%%/function.swf-textwidth.html +%%PHPDOCDIR%%/function.swf-translate.html +%%PHPDOCDIR%%/function.swf-viewport.html +%%PHPDOCDIR%%/function.swfaction.html +%%PHPDOCDIR%%/function.swfbitmap.getheight.html +%%PHPDOCDIR%%/function.swfbitmap.getwidth.html +%%PHPDOCDIR%%/function.swfbitmap.html +%%PHPDOCDIR%%/function.swfbutton.addshape.html +%%PHPDOCDIR%%/function.swfbutton.html +%%PHPDOCDIR%%/function.swfbutton.setaction.html +%%PHPDOCDIR%%/function.swfbutton.sethit.html +%%PHPDOCDIR%%/function.swfbutton.setover.html +%%PHPDOCDIR%%/function.swfbutton.setup.html +%%PHPDOCDIR%%/function.swfdisplayitem.addcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.html +%%PHPDOCDIR%%/function.swfdisplayitem.move.html +%%PHPDOCDIR%%/function.swfdisplayitem.moveto.html +%%PHPDOCDIR%%/function.swfdisplayitem.multcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.remove.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotate.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotateto.html +%%PHPDOCDIR%%/function.swfdisplayitem.scale.html +%%PHPDOCDIR%%/function.swfdisplayitem.scaleto.html +%%PHPDOCDIR%%/function.swfdisplayitem.setdepth.html +%%PHPDOCDIR%%/function.swfdisplayitem.setname.html +%%PHPDOCDIR%%/function.swfdisplayitem.setratio.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewx.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewxto.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewy.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewyto.html +%%PHPDOCDIR%%/function.swffill.html +%%PHPDOCDIR%%/function.swffill.moveto.html +%%PHPDOCDIR%%/function.swffill.rotateto.html +%%PHPDOCDIR%%/function.swffill.scaleto.html +%%PHPDOCDIR%%/function.swffill.skewxto.html +%%PHPDOCDIR%%/function.swffill.skewyto.html +%%PHPDOCDIR%%/function.swffont.getwidth.html +%%PHPDOCDIR%%/function.swffont.html +%%PHPDOCDIR%%/function.swfgradient.addentry.html +%%PHPDOCDIR%%/function.swfgradient.html +%%PHPDOCDIR%%/function.swfmorph.getshape1.html +%%PHPDOCDIR%%/function.swfmorph.getshape2.html +%%PHPDOCDIR%%/function.swfmorph.html +%%PHPDOCDIR%%/function.swfmovie.add.html +%%PHPDOCDIR%%/function.swfmovie.html +%%PHPDOCDIR%%/function.swfmovie.nextframe.html +%%PHPDOCDIR%%/function.swfmovie.output.html +%%PHPDOCDIR%%/function.swfmovie.remove.html +%%PHPDOCDIR%%/function.swfmovie.save.html +%%PHPDOCDIR%%/function.swfmovie.setbackground.html +%%PHPDOCDIR%%/function.swfmovie.setdimension.html +%%PHPDOCDIR%%/function.swfmovie.setframes.html +%%PHPDOCDIR%%/function.swfmovie.setrate.html +%%PHPDOCDIR%%/function.swfmovie.streammp3.html +%%PHPDOCDIR%%/function.swfshape.addfill.html +%%PHPDOCDIR%%/function.swfshape.drawcurve.html +%%PHPDOCDIR%%/function.swfshape.drawcurveto.html +%%PHPDOCDIR%%/function.swfshape.drawline.html +%%PHPDOCDIR%%/function.swfshape.drawlineto.html +%%PHPDOCDIR%%/function.swfshape.html +%%PHPDOCDIR%%/function.swfshape.movepen.html +%%PHPDOCDIR%%/function.swfshape.movepento.html +%%PHPDOCDIR%%/function.swfshape.setleftfill.html +%%PHPDOCDIR%%/function.swfshape.setline.html +%%PHPDOCDIR%%/function.swfshape.setrightfill.html +%%PHPDOCDIR%%/function.swfsprite.add.html +%%PHPDOCDIR%%/function.swfsprite.html +%%PHPDOCDIR%%/function.swfsprite.nextframe.html +%%PHPDOCDIR%%/function.swfsprite.remove.html +%%PHPDOCDIR%%/function.swfsprite.setframes.html +%%PHPDOCDIR%%/function.swftext.addstring.html +%%PHPDOCDIR%%/function.swftext.getwidth.html +%%PHPDOCDIR%%/function.swftext.html +%%PHPDOCDIR%%/function.swftext.moveto.html +%%PHPDOCDIR%%/function.swftext.setcolor.html +%%PHPDOCDIR%%/function.swftext.setfont.html +%%PHPDOCDIR%%/function.swftext.setheight.html +%%PHPDOCDIR%%/function.swftext.setspacing.html +%%PHPDOCDIR%%/function.swftextfield.addstring.html +%%PHPDOCDIR%%/function.swftextfield.align.html +%%PHPDOCDIR%%/function.swftextfield.html +%%PHPDOCDIR%%/function.swftextfield.setbounds.html +%%PHPDOCDIR%%/function.swftextfield.setcolor.html +%%PHPDOCDIR%%/function.swftextfield.setfont.html +%%PHPDOCDIR%%/function.swftextfield.setheight.html +%%PHPDOCDIR%%/function.swftextfield.setindentation.html +%%PHPDOCDIR%%/function.swftextfield.setleftmargin.html +%%PHPDOCDIR%%/function.swftextfield.setlinespacing.html +%%PHPDOCDIR%%/function.swftextfield.setmargins.html +%%PHPDOCDIR%%/function.swftextfield.setname.html +%%PHPDOCDIR%%/function.swftextfield.setrightmargin.html +%%PHPDOCDIR%%/function.sybase-affected-rows.html +%%PHPDOCDIR%%/function.sybase-close.html +%%PHPDOCDIR%%/function.sybase-connect.html +%%PHPDOCDIR%%/function.sybase-data-seek.html +%%PHPDOCDIR%%/function.sybase-fetch-array.html +%%PHPDOCDIR%%/function.sybase-fetch-field.html +%%PHPDOCDIR%%/function.sybase-fetch-object.html +%%PHPDOCDIR%%/function.sybase-fetch-row.html +%%PHPDOCDIR%%/function.sybase-field-seek.html +%%PHPDOCDIR%%/function.sybase-free-result.html +%%PHPDOCDIR%%/function.sybase-num-fields.html +%%PHPDOCDIR%%/function.sybase-num-rows.html +%%PHPDOCDIR%%/function.sybase-pconnect.html +%%PHPDOCDIR%%/function.sybase-query.html +%%PHPDOCDIR%%/function.sybase-result.html +%%PHPDOCDIR%%/function.sybase-select-db.html +%%PHPDOCDIR%%/function.symlink.html +%%PHPDOCDIR%%/function.syslog.html +%%PHPDOCDIR%%/function.system.html +%%PHPDOCDIR%%/function.tan.html +%%PHPDOCDIR%%/function.tempnam.html +%%PHPDOCDIR%%/function.textdomain.html +%%PHPDOCDIR%%/function.time.html +%%PHPDOCDIR%%/function.touch.html +%%PHPDOCDIR%%/function.trigger-error.html +%%PHPDOCDIR%%/function.trim.html +%%PHPDOCDIR%%/function.uasort.html +%%PHPDOCDIR%%/function.ucfirst.html +%%PHPDOCDIR%%/function.ucwords.html +%%PHPDOCDIR%%/function.udm-add-search-limit.html +%%PHPDOCDIR%%/function.udm-alloc-agent.html +%%PHPDOCDIR%%/function.udm-api-version.html +%%PHPDOCDIR%%/function.udm-clear-search-limits.html +%%PHPDOCDIR%%/function.udm-errno.html +%%PHPDOCDIR%%/function.udm-error.html +%%PHPDOCDIR%%/function.udm-find.html +%%PHPDOCDIR%%/function.udm-free-agent.html +%%PHPDOCDIR%%/function.udm-free-ispell-data.html +%%PHPDOCDIR%%/function.udm-free-res.html +%%PHPDOCDIR%%/function.udm-get-doc-count.html +%%PHPDOCDIR%%/function.udm-get-res-field.html +%%PHPDOCDIR%%/function.udm-get-res-param.html +%%PHPDOCDIR%%/function.udm-load-ispell-data.html +%%PHPDOCDIR%%/function.udm-set-agent-param.html +%%PHPDOCDIR%%/function.uksort.html +%%PHPDOCDIR%%/function.umask.html +%%PHPDOCDIR%%/function.uniqid.html +%%PHPDOCDIR%%/function.unlink.html +%%PHPDOCDIR%%/function.unpack.html +%%PHPDOCDIR%%/function.unserialize.html +%%PHPDOCDIR%%/function.unset.html +%%PHPDOCDIR%%/function.urldecode.html +%%PHPDOCDIR%%/function.urlencode.html +%%PHPDOCDIR%%/function.user-error.html +%%PHPDOCDIR%%/function.usleep.html +%%PHPDOCDIR%%/function.usort.html +%%PHPDOCDIR%%/function.utf8-decode.html +%%PHPDOCDIR%%/function.utf8-encode.html +%%PHPDOCDIR%%/function.virtual.html +%%PHPDOCDIR%%/function.wddx-add-vars.html +%%PHPDOCDIR%%/function.wddx-deserialize.html +%%PHPDOCDIR%%/function.wddx-packet-end.html +%%PHPDOCDIR%%/function.wddx-packet-start.html +%%PHPDOCDIR%%/function.wddx-serialize-value.html +%%PHPDOCDIR%%/function.wddx-serialize-vars.html +%%PHPDOCDIR%%/function.wordwrap.html +%%PHPDOCDIR%%/function.xml-error-string.html +%%PHPDOCDIR%%/function.xml-get-current-byte-index.html +%%PHPDOCDIR%%/function.xml-get-current-column-number.html +%%PHPDOCDIR%%/function.xml-get-current-line-number.html +%%PHPDOCDIR%%/function.xml-get-error-code.html +%%PHPDOCDIR%%/function.xml-parse.html +%%PHPDOCDIR%%/function.xml-parser-create.html +%%PHPDOCDIR%%/function.xml-parser-free.html +%%PHPDOCDIR%%/function.xml-parser-get-option.html +%%PHPDOCDIR%%/function.xml-parser-set-option.html +%%PHPDOCDIR%%/function.xml-set-character-data-handler.html +%%PHPDOCDIR%%/function.xml-set-default-handler.html +%%PHPDOCDIR%%/function.xml-set-element-handler.html +%%PHPDOCDIR%%/function.xml-set-external-entity-ref-handler.html +%%PHPDOCDIR%%/function.xml-set-notation-decl-handler.html +%%PHPDOCDIR%%/function.xml-set-object.html +%%PHPDOCDIR%%/function.xml-set-processing-instruction-handler.html +%%PHPDOCDIR%%/function.xml-set-unparsed-entity-decl-handler.html +%%PHPDOCDIR%%/function.xmldoc.html +%%PHPDOCDIR%%/function.xmldocfile.html +%%PHPDOCDIR%%/function.xmltree.html +%%PHPDOCDIR%%/function.xslt-closelog.html +%%PHPDOCDIR%%/function.xslt-create.html +%%PHPDOCDIR%%/function.xslt-errno.html +%%PHPDOCDIR%%/function.xslt-error.html +%%PHPDOCDIR%%/function.xslt-fetch-result.html +%%PHPDOCDIR%%/function.xslt-free.html +%%PHPDOCDIR%%/function.xslt-openlog.html +%%PHPDOCDIR%%/function.xslt-output-begintransform.html +%%PHPDOCDIR%%/function.xslt-output-endtransform.html +%%PHPDOCDIR%%/function.xslt-process.html +%%PHPDOCDIR%%/function.xslt-run.html +%%PHPDOCDIR%%/function.xslt-set-sax-handler.html +%%PHPDOCDIR%%/function.xslt-transform.html +%%PHPDOCDIR%%/function.yaz-addinfo.html +%%PHPDOCDIR%%/function.yaz-close.html +%%PHPDOCDIR%%/function.yaz-connect.html +%%PHPDOCDIR%%/function.yaz-errno.html +%%PHPDOCDIR%%/function.yaz-error.html +%%PHPDOCDIR%%/function.yaz-hits.html +%%PHPDOCDIR%%/function.yaz-range.html +%%PHPDOCDIR%%/function.yaz-record.html +%%PHPDOCDIR%%/function.yaz-search.html +%%PHPDOCDIR%%/function.yaz-syntax.html +%%PHPDOCDIR%%/function.yaz-wait.html +%%PHPDOCDIR%%/function.yp-err-string.html +%%PHPDOCDIR%%/function.yp-errno.html +%%PHPDOCDIR%%/function.yp-first.html +%%PHPDOCDIR%%/function.yp-get-default-domain.html +%%PHPDOCDIR%%/function.yp-match.html +%%PHPDOCDIR%%/function.yp-next.html +%%PHPDOCDIR%%/function.zend-logo-guid.html +%%PHPDOCDIR%%/functions.arguments.html +%%PHPDOCDIR%%/functions.html +%%PHPDOCDIR%%/functions.old-syntax.html +%%PHPDOCDIR%%/functions.returning-values.html +%%PHPDOCDIR%%/functions.variable-functions.html +%%PHPDOCDIR%%/getting-started.html +%%PHPDOCDIR%%/index.html +%%PHPDOCDIR%%/install-problems.html +%%PHPDOCDIR%%/install-unix.html +%%PHPDOCDIR%%/install-windows95-nt.html +%%PHPDOCDIR%%/installation.html +%%PHPDOCDIR%%/intro-history.html +%%PHPDOCDIR%%/intro-whatcando.html +%%PHPDOCDIR%%/introduction.html +%%PHPDOCDIR%%/langref.html +%%PHPDOCDIR%%/language.basic-syntax.comments.html +%%PHPDOCDIR%%/language.basic-syntax.html +%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html +%%PHPDOCDIR%%/language.constants.html +%%PHPDOCDIR%%/language.expressions.html +%%PHPDOCDIR%%/language.oop.html +%%PHPDOCDIR%%/language.operators.assignment.html +%%PHPDOCDIR%%/language.operators.bitwise.html +%%PHPDOCDIR%%/language.operators.comparison.html +%%PHPDOCDIR%%/language.operators.execution.html +%%PHPDOCDIR%%/language.operators.html +%%PHPDOCDIR%%/language.operators.increment.html +%%PHPDOCDIR%%/language.operators.logical.html +%%PHPDOCDIR%%/language.operators.precedence.html +%%PHPDOCDIR%%/language.operators.string.html +%%PHPDOCDIR%%/language.references.arent.html +%%PHPDOCDIR%%/language.references.html +%%PHPDOCDIR%%/language.references.return.html +%%PHPDOCDIR%%/language.references.spot.html +%%PHPDOCDIR%%/language.references.unset.html +%%PHPDOCDIR%%/language.references.whatdo.html +%%PHPDOCDIR%%/language.types.array.html +%%PHPDOCDIR%%/language.types.double.html +%%PHPDOCDIR%%/language.types.html +%%PHPDOCDIR%%/language.types.object.html +%%PHPDOCDIR%%/language.types.string.html +%%PHPDOCDIR%%/language.types.type-juggling.html +%%PHPDOCDIR%%/language.variables.external.html +%%PHPDOCDIR%%/language.variables.html +%%PHPDOCDIR%%/language.variables.predefined.html +%%PHPDOCDIR%%/language.variables.scope.html +%%PHPDOCDIR%%/language.variables.variable.html +%%PHPDOCDIR%%/migration-booleval.html +%%PHPDOCDIR%%/migration-errors.html +%%PHPDOCDIR%%/migration-expr.html +%%PHPDOCDIR%%/migration-if-endif.html +%%PHPDOCDIR%%/migration-other.html +%%PHPDOCDIR%%/migration-startendtags.html +%%PHPDOCDIR%%/migration-truefalse.html +%%PHPDOCDIR%%/migration-while.html +%%PHPDOCDIR%%/migration.html +%%PHPDOCDIR%%/migration4.html +%%PHPDOCDIR%%/pcre.pattern.modifiers.html +%%PHPDOCDIR%%/pcre.pattern.syntax.html +%%PHPDOCDIR%%/pear.about.html +%%PHPDOCDIR%%/pear.html +%%PHPDOCDIR%%/pear.standards.comments.html +%%PHPDOCDIR%%/pear.standards.constants.html +%%PHPDOCDIR%%/pear.standards.control.html +%%PHPDOCDIR%%/pear.standards.cvstags.html +%%PHPDOCDIR%%/pear.standards.exampleurls.html +%%PHPDOCDIR%%/pear.standards.funcalls.html +%%PHPDOCDIR%%/pear.standards.funcdef.html +%%PHPDOCDIR%%/pear.standards.header.html +%%PHPDOCDIR%%/pear.standards.html +%%PHPDOCDIR%%/pear.standards.including.html +%%PHPDOCDIR%%/pear.standards.tags.html +%%PHPDOCDIR%%/phpdevel-errors.html +%%PHPDOCDIR%%/phpdevel.html +%%PHPDOCDIR%%/preface.html +%%PHPDOCDIR%%/r5309.html +%%PHPDOCDIR%%/ref.apache.html +%%PHPDOCDIR%%/ref.array.html +%%PHPDOCDIR%%/ref.aspell.html +%%PHPDOCDIR%%/ref.bc.html +%%PHPDOCDIR%%/ref.bzip2.html +%%PHPDOCDIR%%/ref.calendar.html +%%PHPDOCDIR%%/ref.ccvs.html +%%PHPDOCDIR%%/ref.classobj.html +%%PHPDOCDIR%%/ref.com.html +%%PHPDOCDIR%%/ref.cpdf.html +%%PHPDOCDIR%%/ref.ctype.html +%%PHPDOCDIR%%/ref.curl.html +%%PHPDOCDIR%%/ref.cybercash.html +%%PHPDOCDIR%%/ref.datetime.html +%%PHPDOCDIR%%/ref.dba.html +%%PHPDOCDIR%%/ref.dbase.html +%%PHPDOCDIR%%/ref.dbm.html +%%PHPDOCDIR%%/ref.dir.html +%%PHPDOCDIR%%/ref.domxml.html +%%PHPDOCDIR%%/ref.errorfunc.html +%%PHPDOCDIR%%/ref.exec.html +%%PHPDOCDIR%%/ref.fdf.html +%%PHPDOCDIR%%/ref.filepro.html +%%PHPDOCDIR%%/ref.filesystem.html +%%PHPDOCDIR%%/ref.ftp.html +%%PHPDOCDIR%%/ref.funchand.html +%%PHPDOCDIR%%/ref.gettext.html +%%PHPDOCDIR%%/ref.gmp.html +%%PHPDOCDIR%%/ref.http.html +%%PHPDOCDIR%%/ref.hyperwave.html +%%PHPDOCDIR%%/ref.ibase.html +%%PHPDOCDIR%%/ref.icap.html +%%PHPDOCDIR%%/ref.ifx.html +%%PHPDOCDIR%%/ref.image.html +%%PHPDOCDIR%%/ref.imap.html +%%PHPDOCDIR%%/ref.info.html +%%PHPDOCDIR%%/ref.ingres.html +%%PHPDOCDIR%%/ref.ldap.html +%%PHPDOCDIR%%/ref.mail.html +%%PHPDOCDIR%%/ref.math.html +%%PHPDOCDIR%%/ref.mcal.html +%%PHPDOCDIR%%/ref.mcrypt.html +%%PHPDOCDIR%%/ref.mhash.html +%%PHPDOCDIR%%/ref.ming.html +%%PHPDOCDIR%%/ref.misc.html +%%PHPDOCDIR%%/ref.mnogo.html +%%PHPDOCDIR%%/ref.msql.html +%%PHPDOCDIR%%/ref.mssql.html +%%PHPDOCDIR%%/ref.mysql.html +%%PHPDOCDIR%%/ref.network.html +%%PHPDOCDIR%%/ref.nis.html +%%PHPDOCDIR%%/ref.oci8.html +%%PHPDOCDIR%%/ref.odbc.html +%%PHPDOCDIR%%/ref.openssl.html +%%PHPDOCDIR%%/ref.oracle.html +%%PHPDOCDIR%%/ref.outcontrol.html +%%PHPDOCDIR%%/ref.ovrimos.html +%%PHPDOCDIR%%/ref.pcre.html +%%PHPDOCDIR%%/ref.pdf.html +%%PHPDOCDIR%%/ref.pear.html +%%PHPDOCDIR%%/ref.pfpro.html +%%PHPDOCDIR%%/ref.pgsql.html +%%PHPDOCDIR%%/ref.posix.html +%%PHPDOCDIR%%/ref.pspell.html +%%PHPDOCDIR%%/ref.readline.html +%%PHPDOCDIR%%/ref.recode.html +%%PHPDOCDIR%%/ref.regex.html +%%PHPDOCDIR%%/ref.satellite.html +%%PHPDOCDIR%%/ref.sem.html +%%PHPDOCDIR%%/ref.sesam.html +%%PHPDOCDIR%%/ref.session.html +%%PHPDOCDIR%%/ref.shmop.html +%%PHPDOCDIR%%/ref.snmp.html +%%PHPDOCDIR%%/ref.sockets.html +%%PHPDOCDIR%%/ref.strings.html +%%PHPDOCDIR%%/ref.swf.html +%%PHPDOCDIR%%/ref.sybase.html +%%PHPDOCDIR%%/ref.url.html +%%PHPDOCDIR%%/ref.var.html +%%PHPDOCDIR%%/ref.wddx.html +%%PHPDOCDIR%%/ref.xml.html +%%PHPDOCDIR%%/ref.xslt.html +%%PHPDOCDIR%%/ref.yaz.html +%%PHPDOCDIR%%/ref.zlib.html +%%PHPDOCDIR%%/reserved.html +%%PHPDOCDIR%%/resource.html +%%PHPDOCDIR%%/security.apache.html +%%PHPDOCDIR%%/security.html +%%PHPDOCDIR%%/translation.html +%%PHPDOCDIR%%/x39604.html +%%PHPDOCDIR%%/x39621.html +%%PHPDOCDIR%%/x39644.html +%%PHPDOCDIR%%/x39648.html +%%PHPDOCDIR%%/x39654.html +%%PHPDOCDIR%%/x39679.html +%%PHPDOCDIR%%/x39682.html +%%PHPDOCDIR%%/x39693.html +@dirrm %%PHPDOCDIR%% diff --git a/lang/php_doc/pkg-plist.fr b/lang/php_doc/pkg-plist.fr new file mode 100644 index 000000000000..fe6c0038a183 --- /dev/null +++ b/lang/php_doc/pkg-plist.fr @@ -0,0 +1,2028 @@ +%%PHPDOCDIR%%/appendixes.html +%%PHPDOCDIR%%/calling-user-functions.html +%%PHPDOCDIR%%/class.pear-error.html +%%PHPDOCDIR%%/class.pear.html +%%PHPDOCDIR%%/configuration.html +%%PHPDOCDIR%%/control-structures.alternative-syntax.html +%%PHPDOCDIR%%/control-structures.break.html +%%PHPDOCDIR%%/control-structures.continue.html +%%PHPDOCDIR%%/control-structures.do.while.html +%%PHPDOCDIR%%/control-structures.else.html +%%PHPDOCDIR%%/control-structures.elseif.html +%%PHPDOCDIR%%/control-structures.for.html +%%PHPDOCDIR%%/control-structures.foreach.html +%%PHPDOCDIR%%/control-structures.html +%%PHPDOCDIR%%/control-structures.switch.html +%%PHPDOCDIR%%/control-structures.while.html +%%PHPDOCDIR%%/copyright.html +%%PHPDOCDIR%%/debugger-protocol.html +%%PHPDOCDIR%%/debugger-using.html +%%PHPDOCDIR%%/debugger.html +%%PHPDOCDIR%%/feature-fileupload.multiple.html +%%PHPDOCDIR%%/features.connection-handling.html +%%PHPDOCDIR%%/features.cookies.html +%%PHPDOCDIR%%/features.error-handling.html +%%PHPDOCDIR%%/features.file-upload.common-pitfalls.html +%%PHPDOCDIR%%/features.file-upload.html +%%PHPDOCDIR%%/features.file-upload.put-method.html +%%PHPDOCDIR%%/features.html +%%PHPDOCDIR%%/features.http-auth.html +%%PHPDOCDIR%%/features.images.html +%%PHPDOCDIR%%/features.persistent-connections.html +%%PHPDOCDIR%%/features.remote-files.html +%%PHPDOCDIR%%/funcref.html +%%PHPDOCDIR%%/function.abs.html +%%PHPDOCDIR%%/function.accept-connect.html +%%PHPDOCDIR%%/function.acos.html +%%PHPDOCDIR%%/function.addcslashes.html +%%PHPDOCDIR%%/function.addslashes.html +%%PHPDOCDIR%%/function.apache-lookup-uri.html +%%PHPDOCDIR%%/function.apache-note.html +%%PHPDOCDIR%%/function.array-count-values.html +%%PHPDOCDIR%%/function.array-diff.html +%%PHPDOCDIR%%/function.array-flip.html +%%PHPDOCDIR%%/function.array-intersect.html +%%PHPDOCDIR%%/function.array-keys.html +%%PHPDOCDIR%%/function.array-merge-recursive.html +%%PHPDOCDIR%%/function.array-merge.html +%%PHPDOCDIR%%/function.array-multisort.html +%%PHPDOCDIR%%/function.array-pad.html +%%PHPDOCDIR%%/function.array-pop.html +%%PHPDOCDIR%%/function.array-push.html +%%PHPDOCDIR%%/function.array-rand.html +%%PHPDOCDIR%%/function.array-reverse.html +%%PHPDOCDIR%%/function.array-search.html +%%PHPDOCDIR%%/function.array-shift.html +%%PHPDOCDIR%%/function.array-slice.html +%%PHPDOCDIR%%/function.array-splice.html +%%PHPDOCDIR%%/function.array-sum.html +%%PHPDOCDIR%%/function.array-unique.html +%%PHPDOCDIR%%/function.array-unshift.html +%%PHPDOCDIR%%/function.array-values.html +%%PHPDOCDIR%%/function.array-walk.html +%%PHPDOCDIR%%/function.array.html +%%PHPDOCDIR%%/function.arsort.html +%%PHPDOCDIR%%/function.ascii2ebcdic.html +%%PHPDOCDIR%%/function.asin.html +%%PHPDOCDIR%%/function.asort.html +%%PHPDOCDIR%%/function.aspell-check-raw.html +%%PHPDOCDIR%%/function.aspell-check.html +%%PHPDOCDIR%%/function.aspell-new.html +%%PHPDOCDIR%%/function.aspell-suggest.html +%%PHPDOCDIR%%/function.assert-options.html +%%PHPDOCDIR%%/function.assert.html +%%PHPDOCDIR%%/function.atan.html +%%PHPDOCDIR%%/function.atan2.html +%%PHPDOCDIR%%/function.base-convert.html +%%PHPDOCDIR%%/function.base64-decode.html +%%PHPDOCDIR%%/function.base64-encode.html +%%PHPDOCDIR%%/function.basename.html +%%PHPDOCDIR%%/function.bcadd.html +%%PHPDOCDIR%%/function.bccomp.html +%%PHPDOCDIR%%/function.bcdiv.html +%%PHPDOCDIR%%/function.bcmod.html +%%PHPDOCDIR%%/function.bcmul.html +%%PHPDOCDIR%%/function.bcpow.html +%%PHPDOCDIR%%/function.bcscale.html +%%PHPDOCDIR%%/function.bcsqrt.html +%%PHPDOCDIR%%/function.bcsub.html +%%PHPDOCDIR%%/function.bin2hex.html +%%PHPDOCDIR%%/function.bind.html +%%PHPDOCDIR%%/function.bindec.html +%%PHPDOCDIR%%/function.bindtextdomain.html +%%PHPDOCDIR%%/function.bzclose.html +%%PHPDOCDIR%%/function.bzcompress.html +%%PHPDOCDIR%%/function.bzdecompress.html +%%PHPDOCDIR%%/function.bzerrno.html +%%PHPDOCDIR%%/function.bzerror.html +%%PHPDOCDIR%%/function.bzerrstr.html +%%PHPDOCDIR%%/function.bzflush.html +%%PHPDOCDIR%%/function.bzopen.html +%%PHPDOCDIR%%/function.bzread.html +%%PHPDOCDIR%%/function.bzwrite.html +%%PHPDOCDIR%%/function.call-user-func-array.html +%%PHPDOCDIR%%/function.call-user-func.html +%%PHPDOCDIR%%/function.call-user-method-array.html +%%PHPDOCDIR%%/function.call-user-method.html +%%PHPDOCDIR%%/function.ceil.html +%%PHPDOCDIR%%/function.chdir.html +%%PHPDOCDIR%%/function.checkdate.html +%%PHPDOCDIR%%/function.checkdnsrr.html +%%PHPDOCDIR%%/function.chgrp.html +%%PHPDOCDIR%%/function.chmod.html +%%PHPDOCDIR%%/function.chop.html +%%PHPDOCDIR%%/function.chown.html +%%PHPDOCDIR%%/function.chr.html +%%PHPDOCDIR%%/function.chroot.html +%%PHPDOCDIR%%/function.chunk-split.html +%%PHPDOCDIR%%/function.class-exists.html +%%PHPDOCDIR%%/function.clearstatcache.html +%%PHPDOCDIR%%/function.close.html +%%PHPDOCDIR%%/function.closedir.html +%%PHPDOCDIR%%/function.closelog.html +%%PHPDOCDIR%%/function.com-get.html +%%PHPDOCDIR%%/function.com-invoke.html +%%PHPDOCDIR%%/function.com-load.html +%%PHPDOCDIR%%/function.com-propget.html +%%PHPDOCDIR%%/function.com-propput.html +%%PHPDOCDIR%%/function.com-propset.html +%%PHPDOCDIR%%/function.com-set.html +%%PHPDOCDIR%%/function.compact.html +%%PHPDOCDIR%%/function.connect.html +%%PHPDOCDIR%%/function.connection-aborted.html +%%PHPDOCDIR%%/function.connection-status.html +%%PHPDOCDIR%%/function.connection-timeout.html +%%PHPDOCDIR%%/function.convert-cyr-string.html +%%PHPDOCDIR%%/function.copy.html +%%PHPDOCDIR%%/function.cos.html +%%PHPDOCDIR%%/function.count-chars.html +%%PHPDOCDIR%%/function.count.html +%%PHPDOCDIR%%/function.cpdf-add-annotation.html +%%PHPDOCDIR%%/function.cpdf-add-outline.html +%%PHPDOCDIR%%/function.cpdf-arc.html +%%PHPDOCDIR%%/function.cpdf-begin-text.html +%%PHPDOCDIR%%/function.cpdf-circle.html +%%PHPDOCDIR%%/function.cpdf-clip.html +%%PHPDOCDIR%%/function.cpdf-close.html +%%PHPDOCDIR%%/function.cpdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath-stroke.html +%%PHPDOCDIR%%/function.cpdf-closepath.html +%%PHPDOCDIR%%/function.cpdf-continue-text.html +%%PHPDOCDIR%%/function.cpdf-curveto.html +%%PHPDOCDIR%%/function.cpdf-end-text.html +%%PHPDOCDIR%%/function.cpdf-fill-stroke.html +%%PHPDOCDIR%%/function.cpdf-fill.html +%%PHPDOCDIR%%/function.cpdf-finalize-page.html +%%PHPDOCDIR%%/function.cpdf-finalize.html +%%PHPDOCDIR%%/function.cpdf-global-set-document-limits.html +%%PHPDOCDIR%%/function.cpdf-import-jpeg.html +%%PHPDOCDIR%%/function.cpdf-lineto.html +%%PHPDOCDIR%%/function.cpdf-moveto.html +%%PHPDOCDIR%%/function.cpdf-newpath.html +%%PHPDOCDIR%%/function.cpdf-open.html +%%PHPDOCDIR%%/function.cpdf-output-buffer.html +%%PHPDOCDIR%%/function.cpdf-page-init.html +%%PHPDOCDIR%%/function.cpdf-place-inline-image.html +%%PHPDOCDIR%%/function.cpdf-rect.html +%%PHPDOCDIR%%/function.cpdf-restore.html +%%PHPDOCDIR%%/function.cpdf-rlineto.html +%%PHPDOCDIR%%/function.cpdf-rmoveto.html +%%PHPDOCDIR%%/function.cpdf-rotate.html +%%PHPDOCDIR%%/function.cpdf-save-to-file.html +%%PHPDOCDIR%%/function.cpdf-save.html +%%PHPDOCDIR%%/function.cpdf-scale.html +%%PHPDOCDIR%%/function.cpdf-set-char-spacing.html +%%PHPDOCDIR%%/function.cpdf-set-creator.html +%%PHPDOCDIR%%/function.cpdf-set-current-page.html +%%PHPDOCDIR%%/function.cpdf-set-font.html +%%PHPDOCDIR%%/function.cpdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.cpdf-set-keywords.html +%%PHPDOCDIR%%/function.cpdf-set-leading.html +%%PHPDOCDIR%%/function.cpdf-set-page-animation.html +%%PHPDOCDIR%%/function.cpdf-set-subject.html +%%PHPDOCDIR%%/function.cpdf-set-text-matrix.html +%%PHPDOCDIR%%/function.cpdf-set-text-pos.html +%%PHPDOCDIR%%/function.cpdf-set-text-rendering.html +%%PHPDOCDIR%%/function.cpdf-set-text-rise.html +%%PHPDOCDIR%%/function.cpdf-set-title.html +%%PHPDOCDIR%%/function.cpdf-set-word-spacing.html +%%PHPDOCDIR%%/function.cpdf-setdash.html +%%PHPDOCDIR%%/function.cpdf-setflat.html +%%PHPDOCDIR%%/function.cpdf-setgray-fill.html +%%PHPDOCDIR%%/function.cpdf-setgray-stroke.html +%%PHPDOCDIR%%/function.cpdf-setgray.html +%%PHPDOCDIR%%/function.cpdf-setlinecap.html +%%PHPDOCDIR%%/function.cpdf-setlinejoin.html +%%PHPDOCDIR%%/function.cpdf-setlinewidth.html +%%PHPDOCDIR%%/function.cpdf-setmiterlimit.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.cpdf-setrgbcolor.html +%%PHPDOCDIR%%/function.cpdf-show-xy.html +%%PHPDOCDIR%%/function.cpdf-show.html +%%PHPDOCDIR%%/function.cpdf-stringwidth.html +%%PHPDOCDIR%%/function.cpdf-stroke.html +%%PHPDOCDIR%%/function.cpdf-text.html +%%PHPDOCDIR%%/function.cpdf-translate.html +%%PHPDOCDIR%%/function.crc32.html +%%PHPDOCDIR%%/function.create-function.html +%%PHPDOCDIR%%/function.crypt.html +%%PHPDOCDIR%%/function.ctype-alnum.html +%%PHPDOCDIR%%/function.ctype-alpha.html +%%PHPDOCDIR%%/function.ctype-cntrl.html +%%PHPDOCDIR%%/function.ctype-digit.html +%%PHPDOCDIR%%/function.ctype-graph.html +%%PHPDOCDIR%%/function.ctype-lower.html +%%PHPDOCDIR%%/function.ctype-print.html +%%PHPDOCDIR%%/function.ctype-punct.html +%%PHPDOCDIR%%/function.ctype-space.html +%%PHPDOCDIR%%/function.ctype-upper.html +%%PHPDOCDIR%%/function.ctype-xdigit.html +%%PHPDOCDIR%%/function.curl-close.html +%%PHPDOCDIR%%/function.curl-exec.html +%%PHPDOCDIR%%/function.curl-init.html +%%PHPDOCDIR%%/function.curl-setopt.html +%%PHPDOCDIR%%/function.curl-version.html +%%PHPDOCDIR%%/function.current.html +%%PHPDOCDIR%%/function.cybercash-base64-decode.html +%%PHPDOCDIR%%/function.cybercash-base64-encode.html +%%PHPDOCDIR%%/function.cybercash-decr.html +%%PHPDOCDIR%%/function.cybercash-encr.html +%%PHPDOCDIR%%/function.date.html +%%PHPDOCDIR%%/function.dba-close.html +%%PHPDOCDIR%%/function.dba-delete.html +%%PHPDOCDIR%%/function.dba-exists.html +%%PHPDOCDIR%%/function.dba-fetch.html +%%PHPDOCDIR%%/function.dba-firstkey.html +%%PHPDOCDIR%%/function.dba-insert.html +%%PHPDOCDIR%%/function.dba-nextkey.html +%%PHPDOCDIR%%/function.dba-open.html +%%PHPDOCDIR%%/function.dba-optimize.html +%%PHPDOCDIR%%/function.dba-popen.html +%%PHPDOCDIR%%/function.dba-replace.html +%%PHPDOCDIR%%/function.dba-sync.html +%%PHPDOCDIR%%/function.dbase-add-record.html +%%PHPDOCDIR%%/function.dbase-close.html +%%PHPDOCDIR%%/function.dbase-create.html +%%PHPDOCDIR%%/function.dbase-delete-record.html +%%PHPDOCDIR%%/function.dbase-get-record-with-names.html +%%PHPDOCDIR%%/function.dbase-get-record.html +%%PHPDOCDIR%%/function.dbase-numfields.html +%%PHPDOCDIR%%/function.dbase-numrecords.html +%%PHPDOCDIR%%/function.dbase-open.html +%%PHPDOCDIR%%/function.dbase-pack.html +%%PHPDOCDIR%%/function.dbase-replace-record.html +%%PHPDOCDIR%%/function.dblist.html +%%PHPDOCDIR%%/function.dbmclose.html +%%PHPDOCDIR%%/function.dbmdelete.html +%%PHPDOCDIR%%/function.dbmexists.html +%%PHPDOCDIR%%/function.dbmfetch.html +%%PHPDOCDIR%%/function.dbmfirstkey.html +%%PHPDOCDIR%%/function.dbminsert.html +%%PHPDOCDIR%%/function.dbmnextkey.html +%%PHPDOCDIR%%/function.dbmopen.html +%%PHPDOCDIR%%/function.dbmreplace.html +%%PHPDOCDIR%%/function.dcgettext.html +%%PHPDOCDIR%%/function.debugger-off.html +%%PHPDOCDIR%%/function.debugger-on.html +%%PHPDOCDIR%%/function.decbin.html +%%PHPDOCDIR%%/function.dechex.html +%%PHPDOCDIR%%/function.decoct.html +%%PHPDOCDIR%%/function.define-syslog-variables.html +%%PHPDOCDIR%%/function.define.html +%%PHPDOCDIR%%/function.defined.html +%%PHPDOCDIR%%/function.deg2rad.html +%%PHPDOCDIR%%/function.delete.html +%%PHPDOCDIR%%/function.dgettext.html +%%PHPDOCDIR%%/function.die.html +%%PHPDOCDIR%%/function.dir.html +%%PHPDOCDIR%%/function.dirname.html +%%PHPDOCDIR%%/function.diskfreespace.html +%%PHPDOCDIR%%/function.dl.html +%%PHPDOCDIR%%/function.domxml_add_root.html +%%PHPDOCDIR%%/function.domxml_attributes.html +%%PHPDOCDIR%%/function.domxml_children.html +%%PHPDOCDIR%%/function.domxml_dumpmem.html +%%PHPDOCDIR%%/function.domxml_get_attribute.html +%%PHPDOCDIR%%/function.domxml_new_child.html +%%PHPDOCDIR%%/function.domxml_new_xmldoc.html +%%PHPDOCDIR%%/function.domxml_root.html +%%PHPDOCDIR%%/function.domxml_set_attribute.html +%%PHPDOCDIR%%/function.doubleval.html +%%PHPDOCDIR%%/function.each.html +%%PHPDOCDIR%%/function.easter-date.html +%%PHPDOCDIR%%/function.easter-days.html +%%PHPDOCDIR%%/function.ebcdic2ascii.html +%%PHPDOCDIR%%/function.echo.html +%%PHPDOCDIR%%/function.empty.html +%%PHPDOCDIR%%/function.end.html +%%PHPDOCDIR%%/function.ereg-replace.html +%%PHPDOCDIR%%/function.ereg.html +%%PHPDOCDIR%%/function.eregi-replace.html +%%PHPDOCDIR%%/function.eregi.html +%%PHPDOCDIR%%/function.error-log.html +%%PHPDOCDIR%%/function.error-reporting.html +%%PHPDOCDIR%%/function.escapeshellarg.html +%%PHPDOCDIR%%/function.escapeshellcmd.html +%%PHPDOCDIR%%/function.eval.html +%%PHPDOCDIR%%/function.exec.html +%%PHPDOCDIR%%/function.exit.html +%%PHPDOCDIR%%/function.exp.html +%%PHPDOCDIR%%/function.explode.html +%%PHPDOCDIR%%/function.extension-loaded.html +%%PHPDOCDIR%%/function.extract.html +%%PHPDOCDIR%%/function.ezmlm-hash.html +%%PHPDOCDIR%%/function.fclose.html +%%PHPDOCDIR%%/function.fdf-close.html +%%PHPDOCDIR%%/function.fdf-create.html +%%PHPDOCDIR%%/function.fdf-get-file.html +%%PHPDOCDIR%%/function.fdf-get-status.html +%%PHPDOCDIR%%/function.fdf-get-value.html +%%PHPDOCDIR%%/function.fdf-next-field-name.html +%%PHPDOCDIR%%/function.fdf-open.html +%%PHPDOCDIR%%/function.fdf-save.html +%%PHPDOCDIR%%/function.fdf-set-ap.html +%%PHPDOCDIR%%/function.fdf-set-file.html +%%PHPDOCDIR%%/function.fdf-set-flags.html +%%PHPDOCDIR%%/function.fdf-set-javascript-action.html +%%PHPDOCDIR%%/function.fdf-set-opt.html +%%PHPDOCDIR%%/function.fdf-set-status.html +%%PHPDOCDIR%%/function.fdf-set-submit-form-action.html +%%PHPDOCDIR%%/function.fdf-set-value.html +%%PHPDOCDIR%%/function.feof.html +%%PHPDOCDIR%%/function.fflush.html +%%PHPDOCDIR%%/function.fgetc.html +%%PHPDOCDIR%%/function.fgetcsv.html +%%PHPDOCDIR%%/function.fgets.html +%%PHPDOCDIR%%/function.fgetss.html +%%PHPDOCDIR%%/function.file-exists.html +%%PHPDOCDIR%%/function.file.html +%%PHPDOCDIR%%/function.fileatime.html +%%PHPDOCDIR%%/function.filectime.html +%%PHPDOCDIR%%/function.filegroup.html +%%PHPDOCDIR%%/function.fileinode.html +%%PHPDOCDIR%%/function.filemtime.html +%%PHPDOCDIR%%/function.fileowner.html +%%PHPDOCDIR%%/function.fileperms.html +%%PHPDOCDIR%%/function.filepro-fieldcount.html +%%PHPDOCDIR%%/function.filepro-fieldname.html +%%PHPDOCDIR%%/function.filepro-fieldtype.html +%%PHPDOCDIR%%/function.filepro-fieldwidth.html +%%PHPDOCDIR%%/function.filepro-retrieve.html +%%PHPDOCDIR%%/function.filepro-rowcount.html +%%PHPDOCDIR%%/function.filepro.html +%%PHPDOCDIR%%/function.filesize.html +%%PHPDOCDIR%%/function.filetype.html +%%PHPDOCDIR%%/function.flock.html +%%PHPDOCDIR%%/function.floor.html +%%PHPDOCDIR%%/function.flush.html +%%PHPDOCDIR%%/function.fopen.html +%%PHPDOCDIR%%/function.fpassthru.html +%%PHPDOCDIR%%/function.fputs.html +%%PHPDOCDIR%%/function.fread.html +%%PHPDOCDIR%%/function.frenchtojd.html +%%PHPDOCDIR%%/function.fscanf.html +%%PHPDOCDIR%%/function.fseek.html +%%PHPDOCDIR%%/function.fsockopen.html +%%PHPDOCDIR%%/function.fstat.html +%%PHPDOCDIR%%/function.ftell.html +%%PHPDOCDIR%%/function.ftp-cdup.html +%%PHPDOCDIR%%/function.ftp-chdir.html +%%PHPDOCDIR%%/function.ftp-connect.html +%%PHPDOCDIR%%/function.ftp-delete.html +%%PHPDOCDIR%%/function.ftp-fget.html +%%PHPDOCDIR%%/function.ftp-fput.html +%%PHPDOCDIR%%/function.ftp-get.html +%%PHPDOCDIR%%/function.ftp-login.html +%%PHPDOCDIR%%/function.ftp-mdtm.html +%%PHPDOCDIR%%/function.ftp-mkdir.html +%%PHPDOCDIR%%/function.ftp-nlist.html +%%PHPDOCDIR%%/function.ftp-pasv.html +%%PHPDOCDIR%%/function.ftp-put.html +%%PHPDOCDIR%%/function.ftp-pwd.html +%%PHPDOCDIR%%/function.ftp-quit.html +%%PHPDOCDIR%%/function.ftp-rawlist.html +%%PHPDOCDIR%%/function.ftp-rename.html +%%PHPDOCDIR%%/function.ftp-rmdir.html +%%PHPDOCDIR%%/function.ftp-site.html +%%PHPDOCDIR%%/function.ftp-size.html +%%PHPDOCDIR%%/function.ftp-systype.html +%%PHPDOCDIR%%/function.ftruncate.html +%%PHPDOCDIR%%/function.func-get-arg.html +%%PHPDOCDIR%%/function.func-get-args.html +%%PHPDOCDIR%%/function.func-num-args.html +%%PHPDOCDIR%%/function.function-exists.html +%%PHPDOCDIR%%/function.fwrite.html +%%PHPDOCDIR%%/function.get-browser.html +%%PHPDOCDIR%%/function.get-cfg-var.html +%%PHPDOCDIR%%/function.get-class-methods.html +%%PHPDOCDIR%%/function.get-class-vars.html +%%PHPDOCDIR%%/function.get-class.html +%%PHPDOCDIR%%/function.get-current-user.html +%%PHPDOCDIR%%/function.get-declared-classes.html +%%PHPDOCDIR%%/function.get-defined-functions.html +%%PHPDOCDIR%%/function.get-defined-vars.html +%%PHPDOCDIR%%/function.get-extension-funcs.html +%%PHPDOCDIR%%/function.get-html-translation-table.html +%%PHPDOCDIR%%/function.get-included-files.html +%%PHPDOCDIR%%/function.get-loaded-extensions.html +%%PHPDOCDIR%%/function.get-magic-quotes-gpc.html +%%PHPDOCDIR%%/function.get-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.get-meta-tags.html +%%PHPDOCDIR%%/function.get-object-vars.html +%%PHPDOCDIR%%/function.get-parent-class.html +%%PHPDOCDIR%%/function.get-required-files.html +%%PHPDOCDIR%%/function.get-resource-type.html +%%PHPDOCDIR%%/function.getallheaders.html +%%PHPDOCDIR%%/function.getcwd.html +%%PHPDOCDIR%%/function.getdate.html +%%PHPDOCDIR%%/function.getenv.html +%%PHPDOCDIR%%/function.gethostbyaddr.html +%%PHPDOCDIR%%/function.gethostbyname.html +%%PHPDOCDIR%%/function.gethostbynamel.html +%%PHPDOCDIR%%/function.getimagesize.html +%%PHPDOCDIR%%/function.getlastmod.html +%%PHPDOCDIR%%/function.getmxrr.html +%%PHPDOCDIR%%/function.getmyinode.html +%%PHPDOCDIR%%/function.getmypid.html +%%PHPDOCDIR%%/function.getmyuid.html +%%PHPDOCDIR%%/function.getprotobyname.html +%%PHPDOCDIR%%/function.getprotobynumber.html +%%PHPDOCDIR%%/function.getrandmax.html +%%PHPDOCDIR%%/function.getrusage.html +%%PHPDOCDIR%%/function.getservbyname.html +%%PHPDOCDIR%%/function.getservbyport.html +%%PHPDOCDIR%%/function.gettext.html +%%PHPDOCDIR%%/function.gettimeofday.html +%%PHPDOCDIR%%/function.gettype.html +%%PHPDOCDIR%%/function.gmdate.html +%%PHPDOCDIR%%/function.gmmktime.html +%%PHPDOCDIR%%/function.gmp-abs.html +%%PHPDOCDIR%%/function.gmp-add.html +%%PHPDOCDIR%%/function.gmp-and.html +%%PHPDOCDIR%%/function.gmp-clrbit.html +%%PHPDOCDIR%%/function.gmp-cmp.html +%%PHPDOCDIR%%/function.gmp-div-q.html +%%PHPDOCDIR%%/function.gmp-div-qr.html +%%PHPDOCDIR%%/function.gmp-div-r.html +%%PHPDOCDIR%%/function.gmp-div.html +%%PHPDOCDIR%%/function.gmp-divexact.html +%%PHPDOCDIR%%/function.gmp-fact.html +%%PHPDOCDIR%%/function.gmp-gcd.html +%%PHPDOCDIR%%/function.gmp-gcdext.html +%%PHPDOCDIR%%/function.gmp-hamdist.html +%%PHPDOCDIR%%/function.gmp-init.html +%%PHPDOCDIR%%/function.gmp-intval.html +%%PHPDOCDIR%%/function.gmp-invert.html +%%PHPDOCDIR%%/function.gmp-jacobi.html +%%PHPDOCDIR%%/function.gmp-legendre.html +%%PHPDOCDIR%%/function.gmp-mod.html +%%PHPDOCDIR%%/function.gmp-mul.html +%%PHPDOCDIR%%/function.gmp-neg.html +%%PHPDOCDIR%%/function.gmp-or.html +%%PHPDOCDIR%%/function.gmp-perfect-square.html +%%PHPDOCDIR%%/function.gmp-popcount.html +%%PHPDOCDIR%%/function.gmp-pow.html +%%PHPDOCDIR%%/function.gmp-powm.html +%%PHPDOCDIR%%/function.gmp-prob-prime.html +%%PHPDOCDIR%%/function.gmp-random.html +%%PHPDOCDIR%%/function.gmp-scan0.html +%%PHPDOCDIR%%/function.gmp-scan1.html +%%PHPDOCDIR%%/function.gmp-setbit.html +%%PHPDOCDIR%%/function.gmp-sign.html +%%PHPDOCDIR%%/function.gmp-sqrt.html +%%PHPDOCDIR%%/function.gmp-sqrtrm.html +%%PHPDOCDIR%%/function.gmp-strval.html +%%PHPDOCDIR%%/function.gmp-sub.html +%%PHPDOCDIR%%/function.gmp-xor.html +%%PHPDOCDIR%%/function.gmstrftime.html +%%PHPDOCDIR%%/function.gregoriantojd.html +%%PHPDOCDIR%%/function.gzclose.html +%%PHPDOCDIR%%/function.gzcompress.html +%%PHPDOCDIR%%/function.gzdeflate.html +%%PHPDOCDIR%%/function.gzencode.html +%%PHPDOCDIR%%/function.gzeof.html +%%PHPDOCDIR%%/function.gzfile.html +%%PHPDOCDIR%%/function.gzgetc.html +%%PHPDOCDIR%%/function.gzgets.html +%%PHPDOCDIR%%/function.gzgetss.html +%%PHPDOCDIR%%/function.gzinflate.html +%%PHPDOCDIR%%/function.gzopen.html +%%PHPDOCDIR%%/function.gzpassthru.html +%%PHPDOCDIR%%/function.gzputs.html +%%PHPDOCDIR%%/function.gzread.html +%%PHPDOCDIR%%/function.gzrewind.html +%%PHPDOCDIR%%/function.gzseek.html +%%PHPDOCDIR%%/function.gztell.html +%%PHPDOCDIR%%/function.gzuncompress.html +%%PHPDOCDIR%%/function.gzwrite.html +%%PHPDOCDIR%%/function.header.html +%%PHPDOCDIR%%/function.headers-sent.html +%%PHPDOCDIR%%/function.hebrev.html +%%PHPDOCDIR%%/function.hebrevc.html +%%PHPDOCDIR%%/function.hexdec.html +%%PHPDOCDIR%%/function.highlight-file.html +%%PHPDOCDIR%%/function.highlight-string.html +%%PHPDOCDIR%%/function.html +%%PHPDOCDIR%%/function.htmlentities.html +%%PHPDOCDIR%%/function.htmlspecialchars.html +%%PHPDOCDIR%%/function.hw-array2objrec.html +%%PHPDOCDIR%%/function.hw-children.html +%%PHPDOCDIR%%/function.hw-childrenobj.html +%%PHPDOCDIR%%/function.hw-close.html +%%PHPDOCDIR%%/function.hw-connect.html +%%PHPDOCDIR%%/function.hw-cp.html +%%PHPDOCDIR%%/function.hw-deleteobject.html +%%PHPDOCDIR%%/function.hw-docbyanchor.html +%%PHPDOCDIR%%/function.hw-docbyanchorobj.html +%%PHPDOCDIR%%/function.hw-documentattributes.html +%%PHPDOCDIR%%/function.hw-documentbodytag.html +%%PHPDOCDIR%%/function.hw-documentcontent.html +%%PHPDOCDIR%%/function.hw-documentsetcontent.html +%%PHPDOCDIR%%/function.hw-documentsize.html +%%PHPDOCDIR%%/function.hw-edittext.html +%%PHPDOCDIR%%/function.hw-error.html +%%PHPDOCDIR%%/function.hw-errormsg.html +%%PHPDOCDIR%%/function.hw-free-document.html +%%PHPDOCDIR%%/function.hw-getanchors.html +%%PHPDOCDIR%%/function.hw-getanchorsobj.html +%%PHPDOCDIR%%/function.hw-getandlock.html +%%PHPDOCDIR%%/function.hw-getchildcoll.html +%%PHPDOCDIR%%/function.hw-getchildcollobj.html +%%PHPDOCDIR%%/function.hw-getchilddoccoll.html +%%PHPDOCDIR%%/function.hw-getchilddoccollobj.html +%%PHPDOCDIR%%/function.hw-getobject.html +%%PHPDOCDIR%%/function.hw-getobjectbyquery.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycoll.html +%%PHPDOCDIR%%/function.hw-getobjectbyquerycollobj.html +%%PHPDOCDIR%%/function.hw-getobjectbyqueryobj.html +%%PHPDOCDIR%%/function.hw-getparents.html +%%PHPDOCDIR%%/function.hw-getparentsobj.html +%%PHPDOCDIR%%/function.hw-getremote.html +%%PHPDOCDIR%%/function.hw-getremotechildren.html +%%PHPDOCDIR%%/function.hw-getsrcbydestobj.html +%%PHPDOCDIR%%/function.hw-gettext.html +%%PHPDOCDIR%%/function.hw-getusername.html +%%PHPDOCDIR%%/function.hw-identify.html +%%PHPDOCDIR%%/function.hw-incollections.html +%%PHPDOCDIR%%/function.hw-info.html +%%PHPDOCDIR%%/function.hw-inscoll.html +%%PHPDOCDIR%%/function.hw-insdoc.html +%%PHPDOCDIR%%/function.hw-insertdocument.html +%%PHPDOCDIR%%/function.hw-insertobject.html +%%PHPDOCDIR%%/function.hw-mapid.html +%%PHPDOCDIR%%/function.hw-modifyobject.html +%%PHPDOCDIR%%/function.hw-mv.html +%%PHPDOCDIR%%/function.hw-new-document.html +%%PHPDOCDIR%%/function.hw-objrec2array.html +%%PHPDOCDIR%%/function.hw-outputdocument.html +%%PHPDOCDIR%%/function.hw-pconnect.html +%%PHPDOCDIR%%/function.hw-pipedocument.html +%%PHPDOCDIR%%/function.hw-root.html +%%PHPDOCDIR%%/function.hw-unlock.html +%%PHPDOCDIR%%/function.hw-who.html +%%PHPDOCDIR%%/function.ibase-close.html +%%PHPDOCDIR%%/function.ibase-commit.html +%%PHPDOCDIR%%/function.ibase-connect.html +%%PHPDOCDIR%%/function.ibase-errmsg.html +%%PHPDOCDIR%%/function.ibase-execute.html +%%PHPDOCDIR%%/function.ibase-fetch-object.html +%%PHPDOCDIR%%/function.ibase-fetch-row.html +%%PHPDOCDIR%%/function.ibase-field-info.html +%%PHPDOCDIR%%/function.ibase-free-query.html +%%PHPDOCDIR%%/function.ibase-free-result.html +%%PHPDOCDIR%%/function.ibase-num-fields.html +%%PHPDOCDIR%%/function.ibase-pconnect.html +%%PHPDOCDIR%%/function.ibase-prepare.html +%%PHPDOCDIR%%/function.ibase-query.html +%%PHPDOCDIR%%/function.ibase-rollback.html +%%PHPDOCDIR%%/function.ibase-timefmt.html +%%PHPDOCDIR%%/function.ibase-trans.html +%%PHPDOCDIR%%/function.icap-close.html +%%PHPDOCDIR%%/function.icap-delete-event.html +%%PHPDOCDIR%%/function.icap-fetch-event.html +%%PHPDOCDIR%%/function.icap-list-alarms.html +%%PHPDOCDIR%%/function.icap-list-events.html +%%PHPDOCDIR%%/function.icap-open.html +%%PHPDOCDIR%%/function.icap-snooze.html +%%PHPDOCDIR%%/function.icap-store-event.html +%%PHPDOCDIR%%/function.ifx-affected-rows.html +%%PHPDOCDIR%%/function.ifx-blobinfile-mode.html +%%PHPDOCDIR%%/function.ifx-byteasvarchar.html +%%PHPDOCDIR%%/function.ifx-close.html +%%PHPDOCDIR%%/function.ifx-connect.html +%%PHPDOCDIR%%/function.ifx-copy-blob.html +%%PHPDOCDIR%%/function.ifx-create-blob.html +%%PHPDOCDIR%%/function.ifx-create-char.html +%%PHPDOCDIR%%/function.ifx-do.html +%%PHPDOCDIR%%/function.ifx-error.html +%%PHPDOCDIR%%/function.ifx-errormsg.html +%%PHPDOCDIR%%/function.ifx-fetch-row.html +%%PHPDOCDIR%%/function.ifx-fieldproperties.html +%%PHPDOCDIR%%/function.ifx-fieldtypes.html +%%PHPDOCDIR%%/function.ifx-free-blob.html +%%PHPDOCDIR%%/function.ifx-free-char.html +%%PHPDOCDIR%%/function.ifx-free-result.html +%%PHPDOCDIR%%/function.ifx-get-blob.html +%%PHPDOCDIR%%/function.ifx-get-char.html +%%PHPDOCDIR%%/function.ifx-getsqlca.html +%%PHPDOCDIR%%/function.ifx-htmltbl-result.html +%%PHPDOCDIR%%/function.ifx-nullformat.html +%%PHPDOCDIR%%/function.ifx-num-fields.html +%%PHPDOCDIR%%/function.ifx-num-rows.html +%%PHPDOCDIR%%/function.ifx-pconnect.html +%%PHPDOCDIR%%/function.ifx-prepare.html +%%PHPDOCDIR%%/function.ifx-query.html +%%PHPDOCDIR%%/function.ifx-textasvarchar.html +%%PHPDOCDIR%%/function.ifx-update-blob.html +%%PHPDOCDIR%%/function.ifx-update-char.html +%%PHPDOCDIR%%/function.ifxus-close-slob.html +%%PHPDOCDIR%%/function.ifxus-create-slob.html +%%PHPDOCDIR%%/function.ifxus-free-slob.html +%%PHPDOCDIR%%/function.ifxus-open-slob.html +%%PHPDOCDIR%%/function.ifxus-read-slob.html +%%PHPDOCDIR%%/function.ifxus-seek-slob.html +%%PHPDOCDIR%%/function.ifxus-tell-slob.html +%%PHPDOCDIR%%/function.ifxus-write-slob.html +%%PHPDOCDIR%%/function.ignore-user-abort.html +%%PHPDOCDIR%%/function.imagearc.html +%%PHPDOCDIR%%/function.imagechar.html +%%PHPDOCDIR%%/function.imagecharup.html +%%PHPDOCDIR%%/function.imagecolorallocate.html +%%PHPDOCDIR%%/function.imagecolorat.html +%%PHPDOCDIR%%/function.imagecolorclosest.html +%%PHPDOCDIR%%/function.imagecolordeallocate.html +%%PHPDOCDIR%%/function.imagecolorexact.html +%%PHPDOCDIR%%/function.imagecolorresolve.html +%%PHPDOCDIR%%/function.imagecolorset.html +%%PHPDOCDIR%%/function.imagecolorsforindex.html +%%PHPDOCDIR%%/function.imagecolorstotal.html +%%PHPDOCDIR%%/function.imagecolortransparent.html +%%PHPDOCDIR%%/function.imagecopy.html +%%PHPDOCDIR%%/function.imagecopyresized.html +%%PHPDOCDIR%%/function.imagecreate.html +%%PHPDOCDIR%%/function.imagecreatefromgif.html +%%PHPDOCDIR%%/function.imagecreatefromjpeg.html +%%PHPDOCDIR%%/function.imagecreatefrompng.html +%%PHPDOCDIR%%/function.imagecreatefromstring.html +%%PHPDOCDIR%%/function.imagecreatefromwbmp.html +%%PHPDOCDIR%%/function.imagedashedline.html +%%PHPDOCDIR%%/function.imagedestroy.html +%%PHPDOCDIR%%/function.imagefill.html +%%PHPDOCDIR%%/function.imagefilledpolygon.html +%%PHPDOCDIR%%/function.imagefilledrectangle.html +%%PHPDOCDIR%%/function.imagefilltoborder.html +%%PHPDOCDIR%%/function.imagefontheight.html +%%PHPDOCDIR%%/function.imagefontwidth.html +%%PHPDOCDIR%%/function.imagegammacorrect.html +%%PHPDOCDIR%%/function.imagegif.html +%%PHPDOCDIR%%/function.imageinterlace.html +%%PHPDOCDIR%%/function.imagejpeg.html +%%PHPDOCDIR%%/function.imageline.html +%%PHPDOCDIR%%/function.imageloadfont.html +%%PHPDOCDIR%%/function.imagepng.html +%%PHPDOCDIR%%/function.imagepolygon.html +%%PHPDOCDIR%%/function.imagepsbbox.html +%%PHPDOCDIR%%/function.imagepsencodefont.html +%%PHPDOCDIR%%/function.imagepsextendfont.html +%%PHPDOCDIR%%/function.imagepsfreefont.html +%%PHPDOCDIR%%/function.imagepsloadfont.html +%%PHPDOCDIR%%/function.imagepsslantfont.html +%%PHPDOCDIR%%/function.imagepstext.html +%%PHPDOCDIR%%/function.imagerectangle.html +%%PHPDOCDIR%%/function.imagesetpixel.html +%%PHPDOCDIR%%/function.imagestring.html +%%PHPDOCDIR%%/function.imagestringup.html +%%PHPDOCDIR%%/function.imagesx.html +%%PHPDOCDIR%%/function.imagesy.html +%%PHPDOCDIR%%/function.imagettfbbox.html +%%PHPDOCDIR%%/function.imagettftext.html +%%PHPDOCDIR%%/function.imagetypes.html +%%PHPDOCDIR%%/function.imagewbmp.html +%%PHPDOCDIR%%/function.imap-8bit.html +%%PHPDOCDIR%%/function.imap-alerts.html +%%PHPDOCDIR%%/function.imap-append.html +%%PHPDOCDIR%%/function.imap-base64.html +%%PHPDOCDIR%%/function.imap-binary.html +%%PHPDOCDIR%%/function.imap-body.html +%%PHPDOCDIR%%/function.imap-check.html +%%PHPDOCDIR%%/function.imap-clearflag-full.html +%%PHPDOCDIR%%/function.imap-close.html +%%PHPDOCDIR%%/function.imap-createmailbox.html +%%PHPDOCDIR%%/function.imap-delete.html +%%PHPDOCDIR%%/function.imap-deletemailbox.html +%%PHPDOCDIR%%/function.imap-errors.html +%%PHPDOCDIR%%/function.imap-expunge.html +%%PHPDOCDIR%%/function.imap-fetch-overview.html +%%PHPDOCDIR%%/function.imap-fetchbody.html +%%PHPDOCDIR%%/function.imap-fetchheader.html +%%PHPDOCDIR%%/function.imap-fetchstructure.html +%%PHPDOCDIR%%/function.imap-get-quota.html +%%PHPDOCDIR%%/function.imap-getmailboxes.html +%%PHPDOCDIR%%/function.imap-getsubscribed.html +%%PHPDOCDIR%%/function.imap-header.html +%%PHPDOCDIR%%/function.imap-headerinfo.html +%%PHPDOCDIR%%/function.imap-headers.html +%%PHPDOCDIR%%/function.imap-last-error.html +%%PHPDOCDIR%%/function.imap-listmailbox.html +%%PHPDOCDIR%%/function.imap-listsubscribed.html +%%PHPDOCDIR%%/function.imap-mail-compose.html +%%PHPDOCDIR%%/function.imap-mail-copy.html +%%PHPDOCDIR%%/function.imap-mail-move.html +%%PHPDOCDIR%%/function.imap-mail.html +%%PHPDOCDIR%%/function.imap-mailboxmsginfo.html +%%PHPDOCDIR%%/function.imap-mime-header-decode.html +%%PHPDOCDIR%%/function.imap-msgno.html +%%PHPDOCDIR%%/function.imap-num-msg.html +%%PHPDOCDIR%%/function.imap-num-recent.html +%%PHPDOCDIR%%/function.imap-open.html +%%PHPDOCDIR%%/function.imap-ping.html +%%PHPDOCDIR%%/function.imap-qprint.html +%%PHPDOCDIR%%/function.imap-renamemailbox.html +%%PHPDOCDIR%%/function.imap-reopen.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-adrlist.html +%%PHPDOCDIR%%/function.imap-rfc822-parse-headers.html +%%PHPDOCDIR%%/function.imap-rfc822-write-address.html +%%PHPDOCDIR%%/function.imap-scanmailbox.html +%%PHPDOCDIR%%/function.imap-search.html +%%PHPDOCDIR%%/function.imap-set-quota.html +%%PHPDOCDIR%%/function.imap-setflag-full.html +%%PHPDOCDIR%%/function.imap-sort.html +%%PHPDOCDIR%%/function.imap-status.html +%%PHPDOCDIR%%/function.imap-subscribe.html +%%PHPDOCDIR%%/function.imap-uid.html +%%PHPDOCDIR%%/function.imap-undelete.html +%%PHPDOCDIR%%/function.imap-unsubscribe.html +%%PHPDOCDIR%%/function.imap-utf7-decode.html +%%PHPDOCDIR%%/function.imap-utf7-encode.html +%%PHPDOCDIR%%/function.imap-utf8.html +%%PHPDOCDIR%%/function.implode.html +%%PHPDOCDIR%%/function.in-array.html +%%PHPDOCDIR%%/function.include-once.html +%%PHPDOCDIR%%/function.include.html +%%PHPDOCDIR%%/function.ingres-autocommit.html +%%PHPDOCDIR%%/function.ingres-close.html +%%PHPDOCDIR%%/function.ingres-commit.html +%%PHPDOCDIR%%/function.ingres-connect.html +%%PHPDOCDIR%%/function.ingres-fetch-array.html +%%PHPDOCDIR%%/function.ingres-fetch-object.html +%%PHPDOCDIR%%/function.ingres-fetch-row.html +%%PHPDOCDIR%%/function.ingres-field-length.html +%%PHPDOCDIR%%/function.ingres-field-name.html +%%PHPDOCDIR%%/function.ingres-field-nullable.html +%%PHPDOCDIR%%/function.ingres-field-precision.html +%%PHPDOCDIR%%/function.ingres-field-scale.html +%%PHPDOCDIR%%/function.ingres-field-type.html +%%PHPDOCDIR%%/function.ingres-num-fields.html +%%PHPDOCDIR%%/function.ingres-num-rows.html +%%PHPDOCDIR%%/function.ingres-pconnect.html +%%PHPDOCDIR%%/function.ingres-query.html +%%PHPDOCDIR%%/function.ingres-rollback.html +%%PHPDOCDIR%%/function.ini-alter.html +%%PHPDOCDIR%%/function.ini-get.html +%%PHPDOCDIR%%/function.ini-restore.html +%%PHPDOCDIR%%/function.ini-set.html +%%PHPDOCDIR%%/function.intval.html +%%PHPDOCDIR%%/function.ip2long.html +%%PHPDOCDIR%%/function.iptcparse.html +%%PHPDOCDIR%%/function.is-array.html +%%PHPDOCDIR%%/function.is-bool.html +%%PHPDOCDIR%%/function.is-dir.html +%%PHPDOCDIR%%/function.is-double.html +%%PHPDOCDIR%%/function.is-executable.html +%%PHPDOCDIR%%/function.is-file.html +%%PHPDOCDIR%%/function.is-float.html +%%PHPDOCDIR%%/function.is-int.html +%%PHPDOCDIR%%/function.is-integer.html +%%PHPDOCDIR%%/function.is-link.html +%%PHPDOCDIR%%/function.is-long.html +%%PHPDOCDIR%%/function.is-null.html +%%PHPDOCDIR%%/function.is-numeric.html +%%PHPDOCDIR%%/function.is-object.html +%%PHPDOCDIR%%/function.is-readable.html +%%PHPDOCDIR%%/function.is-real.html +%%PHPDOCDIR%%/function.is-resource.html +%%PHPDOCDIR%%/function.is-scalar.html +%%PHPDOCDIR%%/function.is-string.html +%%PHPDOCDIR%%/function.is-subclass-of.html +%%PHPDOCDIR%%/function.is-uploaded-file.html +%%PHPDOCDIR%%/function.is-writable.html +%%PHPDOCDIR%%/function.is-writeable.html +%%PHPDOCDIR%%/function.isset.html +%%PHPDOCDIR%%/function.jddayofweek.html +%%PHPDOCDIR%%/function.jdmonthname.html +%%PHPDOCDIR%%/function.jdtofrench.html +%%PHPDOCDIR%%/function.jdtogregorian.html +%%PHPDOCDIR%%/function.jdtojewish.html +%%PHPDOCDIR%%/function.jdtojulian.html +%%PHPDOCDIR%%/function.jdtounix.html +%%PHPDOCDIR%%/function.jewishtojd.html +%%PHPDOCDIR%%/function.join.html +%%PHPDOCDIR%%/function.juliantojd.html +%%PHPDOCDIR%%/function.key.html +%%PHPDOCDIR%%/function.krsort.html +%%PHPDOCDIR%%/function.ksort.html +%%PHPDOCDIR%%/function.lcg-value.html +%%PHPDOCDIR%%/function.ldap-add.html +%%PHPDOCDIR%%/function.ldap-bind.html +%%PHPDOCDIR%%/function.ldap-close.html +%%PHPDOCDIR%%/function.ldap-compare.html +%%PHPDOCDIR%%/function.ldap-connect.html +%%PHPDOCDIR%%/function.ldap-count-entries.html +%%PHPDOCDIR%%/function.ldap-delete.html +%%PHPDOCDIR%%/function.ldap-dn2ufn.html +%%PHPDOCDIR%%/function.ldap-err2str.html +%%PHPDOCDIR%%/function.ldap-errno.html +%%PHPDOCDIR%%/function.ldap-error.html +%%PHPDOCDIR%%/function.ldap-explode-dn.html +%%PHPDOCDIR%%/function.ldap-first-attribute.html +%%PHPDOCDIR%%/function.ldap-first-entry.html +%%PHPDOCDIR%%/function.ldap-free-result.html +%%PHPDOCDIR%%/function.ldap-get-attributes.html +%%PHPDOCDIR%%/function.ldap-get-dn.html +%%PHPDOCDIR%%/function.ldap-get-entries.html +%%PHPDOCDIR%%/function.ldap-get-option.html +%%PHPDOCDIR%%/function.ldap-get-values-len.html +%%PHPDOCDIR%%/function.ldap-get-values.html +%%PHPDOCDIR%%/function.ldap-list.html +%%PHPDOCDIR%%/function.ldap-mod-add.html +%%PHPDOCDIR%%/function.ldap-mod-del.html +%%PHPDOCDIR%%/function.ldap-mod-replace.html +%%PHPDOCDIR%%/function.ldap-modify.html +%%PHPDOCDIR%%/function.ldap-next-attribute.html +%%PHPDOCDIR%%/function.ldap-next-entry.html +%%PHPDOCDIR%%/function.ldap-read.html +%%PHPDOCDIR%%/function.ldap-search.html +%%PHPDOCDIR%%/function.ldap-set-option.html +%%PHPDOCDIR%%/function.ldap-unbind.html +%%PHPDOCDIR%%/function.leak.html +%%PHPDOCDIR%%/function.levenshtein.html +%%PHPDOCDIR%%/function.link.html +%%PHPDOCDIR%%/function.linkinfo.html +%%PHPDOCDIR%%/function.list.html +%%PHPDOCDIR%%/function.listen.html +%%PHPDOCDIR%%/function.localeconv.html +%%PHPDOCDIR%%/function.localtime.html +%%PHPDOCDIR%%/function.log.html +%%PHPDOCDIR%%/function.log10.html +%%PHPDOCDIR%%/function.long2ip.html +%%PHPDOCDIR%%/function.lstat.html +%%PHPDOCDIR%%/function.ltrim.html +%%PHPDOCDIR%%/function.mail.html +%%PHPDOCDIR%%/function.max.html +%%PHPDOCDIR%%/function.mcal-append-event.html +%%PHPDOCDIR%%/function.mcal-close.html +%%PHPDOCDIR%%/function.mcal-create-calendar.html +%%PHPDOCDIR%%/function.mcal-date-compare.html +%%PHPDOCDIR%%/function.mcal-date-valid.html +%%PHPDOCDIR%%/function.mcal-day-of-week.html +%%PHPDOCDIR%%/function.mcal-day-of-year.html +%%PHPDOCDIR%%/function.mcal-days-in-month.html +%%PHPDOCDIR%%/function.mcal-delete-calendar.html +%%PHPDOCDIR%%/function.mcal-delete-event.html +%%PHPDOCDIR%%/function.mcal-event-add-attribute.html +%%PHPDOCDIR%%/function.mcal-event-init.html +%%PHPDOCDIR%%/function.mcal-event-set-alarm.html +%%PHPDOCDIR%%/function.mcal-event-set-category.html +%%PHPDOCDIR%%/function.mcal-event-set-class.html +%%PHPDOCDIR%%/function.mcal-event-set-description.html +%%PHPDOCDIR%%/function.mcal-event-set-end.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-daily.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-mday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-monthly-wday.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-none.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-weekly.html +%%PHPDOCDIR%%/function.mcal-event-set-recur-yearly.html +%%PHPDOCDIR%%/function.mcal-event-set-start.html +%%PHPDOCDIR%%/function.mcal-event-set-title.html +%%PHPDOCDIR%%/function.mcal-expunge.html +%%PHPDOCDIR%%/function.mcal-fetch-current-stream-event.html +%%PHPDOCDIR%%/function.mcal-fetch-event.html +%%PHPDOCDIR%%/function.mcal-is-leap-year.html +%%PHPDOCDIR%%/function.mcal-list-alarms.html +%%PHPDOCDIR%%/function.mcal-list-events.html +%%PHPDOCDIR%%/function.mcal-next-recurrence.html +%%PHPDOCDIR%%/function.mcal-open.html +%%PHPDOCDIR%%/function.mcal-popen.html +%%PHPDOCDIR%%/function.mcal-rename-calendar.html +%%PHPDOCDIR%%/function.mcal-reopen.html +%%PHPDOCDIR%%/function.mcal-snooze.html +%%PHPDOCDIR%%/function.mcal-store-event.html +%%PHPDOCDIR%%/function.mcal-time-valid.html +%%PHPDOCDIR%%/function.mcrypt-cbc.html +%%PHPDOCDIR%%/function.mcrypt-cfb.html +%%PHPDOCDIR%%/function.mcrypt-create-iv.html +%%PHPDOCDIR%%/function.mcrypt-decrypt.html +%%PHPDOCDIR%%/function.mcrypt-ecb.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-algorithms-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-modes-name.html +%%PHPDOCDIR%%/function.mcrypt-enc-get-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-enc-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-enc-self-test.html +%%PHPDOCDIR%%/function.mcrypt-encrypt.html +%%PHPDOCDIR%%/function.mcrypt-generic-end.html +%%PHPDOCDIR%%/function.mcrypt-generic-init.html +%%PHPDOCDIR%%/function.mcrypt-generic.html +%%PHPDOCDIR%%/function.mcrypt-get-block-size.html +%%PHPDOCDIR%%/function.mcrypt-get-cipher-name.html +%%PHPDOCDIR%%/function.mcrypt-get-iv-size.html +%%PHPDOCDIR%%/function.mcrypt-get-key-size.html +%%PHPDOCDIR%%/function.mcrypt-list-algorithms.html +%%PHPDOCDIR%%/function.mcrypt-list-modes.html +%%PHPDOCDIR%%/function.mcrypt-module-enc-algo-supported-key-sizes.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-block-size.html +%%PHPDOCDIR%%/function.mcrypt-module-get-algo-key-size.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-algorithm.html +%%PHPDOCDIR%%/function.mcrypt-module-is-block-mode.html +%%PHPDOCDIR%%/function.mcrypt-module-open.html +%%PHPDOCDIR%%/function.mcrypt-module-self-test.html +%%PHPDOCDIR%%/function.mcrypt-ofb.html +%%PHPDOCDIR%%/function.md5.html +%%PHPDOCDIR%%/function.mdecrypt-generic.html +%%PHPDOCDIR%%/function.metaphone.html +%%PHPDOCDIR%%/function.method-exists.html +%%PHPDOCDIR%%/function.mhash-count.html +%%PHPDOCDIR%%/function.mhash-get-block-size.html +%%PHPDOCDIR%%/function.mhash-get-hash-name.html +%%PHPDOCDIR%%/function.mhash.html +%%PHPDOCDIR%%/function.mhash_keygen_s2k.html +%%PHPDOCDIR%%/function.microtime.html +%%PHPDOCDIR%%/function.min.html +%%PHPDOCDIR%%/function.mkdir.html +%%PHPDOCDIR%%/function.mktime.html +%%PHPDOCDIR%%/function.move-uploaded-file.html +%%PHPDOCDIR%%/function.msql-affected-rows.html +%%PHPDOCDIR%%/function.msql-close.html +%%PHPDOCDIR%%/function.msql-connect.html +%%PHPDOCDIR%%/function.msql-create-db.html +%%PHPDOCDIR%%/function.msql-createdb.html +%%PHPDOCDIR%%/function.msql-data-seek.html +%%PHPDOCDIR%%/function.msql-dbname.html +%%PHPDOCDIR%%/function.msql-drop-db.html +%%PHPDOCDIR%%/function.msql-dropdb.html +%%PHPDOCDIR%%/function.msql-error.html +%%PHPDOCDIR%%/function.msql-fetch-array.html +%%PHPDOCDIR%%/function.msql-fetch-field.html +%%PHPDOCDIR%%/function.msql-fetch-object.html +%%PHPDOCDIR%%/function.msql-fetch-row.html +%%PHPDOCDIR%%/function.msql-field-seek.html +%%PHPDOCDIR%%/function.msql-fieldflags.html +%%PHPDOCDIR%%/function.msql-fieldlen.html +%%PHPDOCDIR%%/function.msql-fieldname.html +%%PHPDOCDIR%%/function.msql-fieldtable.html +%%PHPDOCDIR%%/function.msql-fieldtype.html +%%PHPDOCDIR%%/function.msql-free-result.html +%%PHPDOCDIR%%/function.msql-freeresult.html +%%PHPDOCDIR%%/function.msql-list-dbs.html +%%PHPDOCDIR%%/function.msql-list-fields.html +%%PHPDOCDIR%%/function.msql-list-tables.html +%%PHPDOCDIR%%/function.msql-listdbs.html +%%PHPDOCDIR%%/function.msql-listfields.html +%%PHPDOCDIR%%/function.msql-listtables.html +%%PHPDOCDIR%%/function.msql-num-fields.html +%%PHPDOCDIR%%/function.msql-num-rows.html +%%PHPDOCDIR%%/function.msql-numfields.html +%%PHPDOCDIR%%/function.msql-numrows.html +%%PHPDOCDIR%%/function.msql-pconnect.html +%%PHPDOCDIR%%/function.msql-query.html +%%PHPDOCDIR%%/function.msql-regcase.html +%%PHPDOCDIR%%/function.msql-result.html +%%PHPDOCDIR%%/function.msql-select-db.html +%%PHPDOCDIR%%/function.msql-selectdb.html +%%PHPDOCDIR%%/function.msql-tablename.html +%%PHPDOCDIR%%/function.msql.html +%%PHPDOCDIR%%/function.mssql-close.html +%%PHPDOCDIR%%/function.mssql-connect.html +%%PHPDOCDIR%%/function.mssql-data-seek.html +%%PHPDOCDIR%%/function.mssql-fetch-array.html +%%PHPDOCDIR%%/function.mssql-fetch-field.html +%%PHPDOCDIR%%/function.mssql-fetch-object.html +%%PHPDOCDIR%%/function.mssql-fetch-row.html +%%PHPDOCDIR%%/function.mssql-field-length.html +%%PHPDOCDIR%%/function.mssql-field-name.html +%%PHPDOCDIR%%/function.mssql-field-seek.html +%%PHPDOCDIR%%/function.mssql-field-type.html +%%PHPDOCDIR%%/function.mssql-free-result.html +%%PHPDOCDIR%%/function.mssql-get-last-message.html +%%PHPDOCDIR%%/function.mssql-min-error-severity.html +%%PHPDOCDIR%%/function.mssql-min-message-severity.html +%%PHPDOCDIR%%/function.mssql-num-fields.html +%%PHPDOCDIR%%/function.mssql-num-rows.html +%%PHPDOCDIR%%/function.mssql-pconnect.html +%%PHPDOCDIR%%/function.mssql-query.html +%%PHPDOCDIR%%/function.mssql-result.html +%%PHPDOCDIR%%/function.mssql-select-db.html +%%PHPDOCDIR%%/function.mt-getrandmax.html +%%PHPDOCDIR%%/function.mt-rand.html +%%PHPDOCDIR%%/function.mt-srand.html +%%PHPDOCDIR%%/function.mysql-affected-rows.html +%%PHPDOCDIR%%/function.mysql-change-user.html +%%PHPDOCDIR%%/function.mysql-close.html +%%PHPDOCDIR%%/function.mysql-connect.html +%%PHPDOCDIR%%/function.mysql-create-db.html +%%PHPDOCDIR%%/function.mysql-data-seek.html +%%PHPDOCDIR%%/function.mysql-db-name.html +%%PHPDOCDIR%%/function.mysql-db-query.html +%%PHPDOCDIR%%/function.mysql-drop-db.html +%%PHPDOCDIR%%/function.mysql-errno.html +%%PHPDOCDIR%%/function.mysql-error.html +%%PHPDOCDIR%%/function.mysql-fetch-array.html +%%PHPDOCDIR%%/function.mysql-fetch-assoc.html +%%PHPDOCDIR%%/function.mysql-fetch-field.html +%%PHPDOCDIR%%/function.mysql-fetch-lengths.html +%%PHPDOCDIR%%/function.mysql-fetch-object.html +%%PHPDOCDIR%%/function.mysql-fetch-row.html +%%PHPDOCDIR%%/function.mysql-field-flags.html +%%PHPDOCDIR%%/function.mysql-field-len.html +%%PHPDOCDIR%%/function.mysql-field-name.html +%%PHPDOCDIR%%/function.mysql-field-seek.html +%%PHPDOCDIR%%/function.mysql-field-table.html +%%PHPDOCDIR%%/function.mysql-field-type.html +%%PHPDOCDIR%%/function.mysql-free-result.html +%%PHPDOCDIR%%/function.mysql-insert-id.html +%%PHPDOCDIR%%/function.mysql-list-dbs.html +%%PHPDOCDIR%%/function.mysql-list-fields.html +%%PHPDOCDIR%%/function.mysql-list-tables.html +%%PHPDOCDIR%%/function.mysql-num-fields.html +%%PHPDOCDIR%%/function.mysql-num-rows.html +%%PHPDOCDIR%%/function.mysql-pconnect.html +%%PHPDOCDIR%%/function.mysql-query.html +%%PHPDOCDIR%%/function.mysql-result.html +%%PHPDOCDIR%%/function.mysql-select-db.html +%%PHPDOCDIR%%/function.mysql-tablename.html +%%PHPDOCDIR%%/function.natcasesort.html +%%PHPDOCDIR%%/function.natsort.html +%%PHPDOCDIR%%/function.next.html +%%PHPDOCDIR%%/function.nl2br.html +%%PHPDOCDIR%%/function.number-format.html +%%PHPDOCDIR%%/function.ob-end-clean.html +%%PHPDOCDIR%%/function.ob-end-flush.html +%%PHPDOCDIR%%/function.ob-get-contents.html +%%PHPDOCDIR%%/function.ob-get-length.html +%%PHPDOCDIR%%/function.ob-gzhandler.html +%%PHPDOCDIR%%/function.ob-implicit-flush.html +%%PHPDOCDIR%%/function.ob-start.html +%%PHPDOCDIR%%/function.ocibindbyname.html +%%PHPDOCDIR%%/function.ocicolumnisnull.html +%%PHPDOCDIR%%/function.ocicolumnname.html +%%PHPDOCDIR%%/function.ocicolumnsize.html +%%PHPDOCDIR%%/function.ocicolumntype.html +%%PHPDOCDIR%%/function.ocicommit.html +%%PHPDOCDIR%%/function.ocidefinebyname.html +%%PHPDOCDIR%%/function.ocierror.html +%%PHPDOCDIR%%/function.ociexecute.html +%%PHPDOCDIR%%/function.ocifetch.html +%%PHPDOCDIR%%/function.ocifetchinto.html +%%PHPDOCDIR%%/function.ocifetchstatement.html +%%PHPDOCDIR%%/function.ocifreecursor.html +%%PHPDOCDIR%%/function.ocifreedesc.html +%%PHPDOCDIR%%/function.ocifreestatement.html +%%PHPDOCDIR%%/function.ociinternaldebug.html +%%PHPDOCDIR%%/function.ocilogoff.html +%%PHPDOCDIR%%/function.ocilogon.html +%%PHPDOCDIR%%/function.ocinewcursor.html +%%PHPDOCDIR%%/function.ocinewdescriptor.html +%%PHPDOCDIR%%/function.ocinlogon.html +%%PHPDOCDIR%%/function.ocinumcols.html +%%PHPDOCDIR%%/function.ociparse.html +%%PHPDOCDIR%%/function.ociplogon.html +%%PHPDOCDIR%%/function.ociresult.html +%%PHPDOCDIR%%/function.ocirollback.html +%%PHPDOCDIR%%/function.ocirowcount.html +%%PHPDOCDIR%%/function.ociserverversion.html +%%PHPDOCDIR%%/function.ocistatementtype.html +%%PHPDOCDIR%%/function.octdec.html +%%PHPDOCDIR%%/function.odbc-autocommit.html +%%PHPDOCDIR%%/function.odbc-binmode.html +%%PHPDOCDIR%%/function.odbc-close-all.html +%%PHPDOCDIR%%/function.odbc-close.html +%%PHPDOCDIR%%/function.odbc-columnprivileges.html +%%PHPDOCDIR%%/function.odbc-columns.html +%%PHPDOCDIR%%/function.odbc-commit.html +%%PHPDOCDIR%%/function.odbc-connect.html +%%PHPDOCDIR%%/function.odbc-cursor.html +%%PHPDOCDIR%%/function.odbc-do.html +%%PHPDOCDIR%%/function.odbc-error.html +%%PHPDOCDIR%%/function.odbc-errormsg.html +%%PHPDOCDIR%%/function.odbc-exec.html +%%PHPDOCDIR%%/function.odbc-execute.html +%%PHPDOCDIR%%/function.odbc-fetch-into.html +%%PHPDOCDIR%%/function.odbc-fetch-row.html +%%PHPDOCDIR%%/function.odbc-field-len.html +%%PHPDOCDIR%%/function.odbc-field-name.html +%%PHPDOCDIR%%/function.odbc-field-num.html +%%PHPDOCDIR%%/function.odbc-field-precision.html +%%PHPDOCDIR%%/function.odbc-field-scale.html +%%PHPDOCDIR%%/function.odbc-field-type.html +%%PHPDOCDIR%%/function.odbc-foreignkeys.html +%%PHPDOCDIR%%/function.odbc-free-result.html +%%PHPDOCDIR%%/function.odbc-gettypeinfo.html +%%PHPDOCDIR%%/function.odbc-longreadlen.html +%%PHPDOCDIR%%/function.odbc-num-fields.html +%%PHPDOCDIR%%/function.odbc-num-rows.html +%%PHPDOCDIR%%/function.odbc-pconnect.html +%%PHPDOCDIR%%/function.odbc-prepare.html +%%PHPDOCDIR%%/function.odbc-primarykeys.html +%%PHPDOCDIR%%/function.odbc-procedurecolumns.html +%%PHPDOCDIR%%/function.odbc-procedures.html +%%PHPDOCDIR%%/function.odbc-result-all.html +%%PHPDOCDIR%%/function.odbc-result.html +%%PHPDOCDIR%%/function.odbc-rollback.html +%%PHPDOCDIR%%/function.odbc-setoption.html +%%PHPDOCDIR%%/function.odbc-specialcolumns.html +%%PHPDOCDIR%%/function.odbc-statistics.html +%%PHPDOCDIR%%/function.odbc-tableprivileges.html +%%PHPDOCDIR%%/function.odbc-tables.html +%%PHPDOCDIR%%/function.opendir.html +%%PHPDOCDIR%%/function.openlog.html +%%PHPDOCDIR%%/function.openssl-free-key.html +%%PHPDOCDIR%%/function.openssl-get-privatekey.html +%%PHPDOCDIR%%/function.openssl-get-publickey.html +%%PHPDOCDIR%%/function.openssl-open.html +%%PHPDOCDIR%%/function.openssl-seal.html +%%PHPDOCDIR%%/function.openssl-sign.html +%%PHPDOCDIR%%/function.openssl-verify.html +%%PHPDOCDIR%%/function.ora-bind.html +%%PHPDOCDIR%%/function.ora-close.html +%%PHPDOCDIR%%/function.ora-columnname.html +%%PHPDOCDIR%%/function.ora-columnsize.html +%%PHPDOCDIR%%/function.ora-columntype.html +%%PHPDOCDIR%%/function.ora-commit.html +%%PHPDOCDIR%%/function.ora-commitoff.html +%%PHPDOCDIR%%/function.ora-commiton.html +%%PHPDOCDIR%%/function.ora-do.html +%%PHPDOCDIR%%/function.ora-error.html +%%PHPDOCDIR%%/function.ora-errorcode.html +%%PHPDOCDIR%%/function.ora-exec.html +%%PHPDOCDIR%%/function.ora-fetch-into.html +%%PHPDOCDIR%%/function.ora-fetch.html +%%PHPDOCDIR%%/function.ora-getcolumn.html +%%PHPDOCDIR%%/function.ora-logoff.html +%%PHPDOCDIR%%/function.ora-logon.html +%%PHPDOCDIR%%/function.ora-numcols.html +%%PHPDOCDIR%%/function.ora-numrows.html +%%PHPDOCDIR%%/function.ora-open.html +%%PHPDOCDIR%%/function.ora-parse.html +%%PHPDOCDIR%%/function.ora-plogon.html +%%PHPDOCDIR%%/function.ora-rollback.html +%%PHPDOCDIR%%/function.orbitenum.html +%%PHPDOCDIR%%/function.orbitobject.html +%%PHPDOCDIR%%/function.orbitstruct.html +%%PHPDOCDIR%%/function.ord.html +%%PHPDOCDIR%%/function.ovrimos-close-all.html +%%PHPDOCDIR%%/function.ovrimos-close.html +%%PHPDOCDIR%%/function.ovrimos-commit.html +%%PHPDOCDIR%%/function.ovrimos-connect.html +%%PHPDOCDIR%%/function.ovrimos-cursor.html +%%PHPDOCDIR%%/function.ovrimos-exec.html +%%PHPDOCDIR%%/function.ovrimos-execute.html +%%PHPDOCDIR%%/function.ovrimos-fetch-into.html +%%PHPDOCDIR%%/function.ovrimos-fetch-row.html +%%PHPDOCDIR%%/function.ovrimos-field-len.html +%%PHPDOCDIR%%/function.ovrimos-field-name.html +%%PHPDOCDIR%%/function.ovrimos-field-num.html +%%PHPDOCDIR%%/function.ovrimos-field-type.html +%%PHPDOCDIR%%/function.ovrimos-free-result.html +%%PHPDOCDIR%%/function.ovrimos-longreadlen.html +%%PHPDOCDIR%%/function.ovrimos-num-fields.html +%%PHPDOCDIR%%/function.ovrimos-num-rows.html +%%PHPDOCDIR%%/function.ovrimos-prepare.html +%%PHPDOCDIR%%/function.ovrimos-result-all.html +%%PHPDOCDIR%%/function.ovrimos-result.html +%%PHPDOCDIR%%/function.ovrimos-rollback.html +%%PHPDOCDIR%%/function.pack.html +%%PHPDOCDIR%%/function.parse-str.html +%%PHPDOCDIR%%/function.parse-url.html +%%PHPDOCDIR%%/function.passthru.html +%%PHPDOCDIR%%/function.pclose.html +%%PHPDOCDIR%%/function.pdf-add-annotation.html +%%PHPDOCDIR%%/function.pdf-add-bookmark.html +%%PHPDOCDIR%%/function.pdf-add-launchlink.html +%%PHPDOCDIR%%/function.pdf-add-locallink.html +%%PHPDOCDIR%%/function.pdf-add-note.html +%%PHPDOCDIR%%/function.pdf-add-outline.html +%%PHPDOCDIR%%/function.pdf-add-pdflink.html +%%PHPDOCDIR%%/function.pdf-add-weblink.html +%%PHPDOCDIR%%/function.pdf-arc.html +%%PHPDOCDIR%%/function.pdf-attach-file.html +%%PHPDOCDIR%%/function.pdf-begin-page.html +%%PHPDOCDIR%%/function.pdf-circle.html +%%PHPDOCDIR%%/function.pdf-clip.html +%%PHPDOCDIR%%/function.pdf-close-image.html +%%PHPDOCDIR%%/function.pdf-close.html +%%PHPDOCDIR%%/function.pdf-closepath-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath-stroke.html +%%PHPDOCDIR%%/function.pdf-closepath.html +%%PHPDOCDIR%%/function.pdf-concat.html +%%PHPDOCDIR%%/function.pdf-continue-text.html +%%PHPDOCDIR%%/function.pdf-curveto.html +%%PHPDOCDIR%%/function.pdf-delete.html +%%PHPDOCDIR%%/function.pdf-end-page.html +%%PHPDOCDIR%%/function.pdf-endpath.html +%%PHPDOCDIR%%/function.pdf-fill-stroke.html +%%PHPDOCDIR%%/function.pdf-fill.html +%%PHPDOCDIR%%/function.pdf-findfont.html +%%PHPDOCDIR%%/function.pdf-get-buffer.html +%%PHPDOCDIR%%/function.pdf-get-font.html +%%PHPDOCDIR%%/function.pdf-get-fontname.html +%%PHPDOCDIR%%/function.pdf-get-fontsize.html +%%PHPDOCDIR%%/function.pdf-get-image-height.html +%%PHPDOCDIR%%/function.pdf-get-image-width.html +%%PHPDOCDIR%%/function.pdf-get-parameter.html +%%PHPDOCDIR%%/function.pdf-get-value.html +%%PHPDOCDIR%%/function.pdf-lineto.html +%%PHPDOCDIR%%/function.pdf-moveto.html +%%PHPDOCDIR%%/function.pdf-new.html +%%PHPDOCDIR%%/function.pdf-open-ccitt.html +%%PHPDOCDIR%%/function.pdf-open-file.html +%%PHPDOCDIR%%/function.pdf-open-gif.html +%%PHPDOCDIR%%/function.pdf-open-image-file.html +%%PHPDOCDIR%%/function.pdf-open-image.html +%%PHPDOCDIR%%/function.pdf-open-jpeg.html +%%PHPDOCDIR%%/function.pdf-open-memory-image.html +%%PHPDOCDIR%%/function.pdf-open-png.html +%%PHPDOCDIR%%/function.pdf-open-tiff.html +%%PHPDOCDIR%%/function.pdf-open.html +%%PHPDOCDIR%%/function.pdf-place-image.html +%%PHPDOCDIR%%/function.pdf-rect.html +%%PHPDOCDIR%%/function.pdf-restore.html +%%PHPDOCDIR%%/function.pdf-rotate.html +%%PHPDOCDIR%%/function.pdf-save.html +%%PHPDOCDIR%%/function.pdf-scale.html +%%PHPDOCDIR%%/function.pdf-set-border-color.html +%%PHPDOCDIR%%/function.pdf-set-border-dash.html +%%PHPDOCDIR%%/function.pdf-set-border-style.html +%%PHPDOCDIR%%/function.pdf-set-char-spacing.html +%%PHPDOCDIR%%/function.pdf-set-duration.html +%%PHPDOCDIR%%/function.pdf-set-font.html +%%PHPDOCDIR%%/function.pdf-set-horiz-scaling.html +%%PHPDOCDIR%%/function.pdf-set-info.html +%%PHPDOCDIR%%/function.pdf-set-leading.html +%%PHPDOCDIR%%/function.pdf-set-parameter.html +%%PHPDOCDIR%%/function.pdf-set-text-matrix.html +%%PHPDOCDIR%%/function.pdf-set-text-pos.html +%%PHPDOCDIR%%/function.pdf-set-text-rendering.html +%%PHPDOCDIR%%/function.pdf-set-value.html +%%PHPDOCDIR%%/function.pdf-set-word-spacing.html +%%PHPDOCDIR%%/function.pdf-setdash.html +%%PHPDOCDIR%%/function.pdf-setflat.html +%%PHPDOCDIR%%/function.pdf-setfont.html +%%PHPDOCDIR%%/function.pdf-setgray-fill.html +%%PHPDOCDIR%%/function.pdf-setgray-stroke.html +%%PHPDOCDIR%%/function.pdf-setgray.html +%%PHPDOCDIR%%/function.pdf-setlinecap.html +%%PHPDOCDIR%%/function.pdf-setlinejoin.html +%%PHPDOCDIR%%/function.pdf-setlinewidth.html +%%PHPDOCDIR%%/function.pdf-setmiterlimit.html +%%PHPDOCDIR%%/function.pdf-setpolydash.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-fill.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor-stroke.html +%%PHPDOCDIR%%/function.pdf-setrgbcolor.html +%%PHPDOCDIR%%/function.pdf-show-boxed.html +%%PHPDOCDIR%%/function.pdf-show-xy.html +%%PHPDOCDIR%%/function.pdf-show.html +%%PHPDOCDIR%%/function.pdf-skew.html +%%PHPDOCDIR%%/function.pdf-stringwidth.html +%%PHPDOCDIR%%/function.pdf-stroke.html +%%PHPDOCDIR%%/function.pdf-translate.html +%%PHPDOCDIR%%/function.pfpro-cleanup.html +%%PHPDOCDIR%%/function.pfpro-init.html +%%PHPDOCDIR%%/function.pfpro-process-raw.html +%%PHPDOCDIR%%/function.pfpro-process.html +%%PHPDOCDIR%%/function.pfpro-version.html +%%PHPDOCDIR%%/function.pfsockopen.html +%%PHPDOCDIR%%/function.pg-client-encoding.html +%%PHPDOCDIR%%/function.pg-close.html +%%PHPDOCDIR%%/function.pg-cmdtuples.html +%%PHPDOCDIR%%/function.pg-connect.html +%%PHPDOCDIR%%/function.pg-dbname.html +%%PHPDOCDIR%%/function.pg-end-copy.html +%%PHPDOCDIR%%/function.pg-errormessage.html +%%PHPDOCDIR%%/function.pg-exec.html +%%PHPDOCDIR%%/function.pg-fetch-array.html +%%PHPDOCDIR%%/function.pg-fetch-object.html +%%PHPDOCDIR%%/function.pg-fetch-row.html +%%PHPDOCDIR%%/function.pg-fieldisnull.html +%%PHPDOCDIR%%/function.pg-fieldname.html +%%PHPDOCDIR%%/function.pg-fieldnum.html +%%PHPDOCDIR%%/function.pg-fieldprtlen.html +%%PHPDOCDIR%%/function.pg-fieldsize.html +%%PHPDOCDIR%%/function.pg-fieldtype.html +%%PHPDOCDIR%%/function.pg-freeresult.html +%%PHPDOCDIR%%/function.pg-getlastoid.html +%%PHPDOCDIR%%/function.pg-host.html +%%PHPDOCDIR%%/function.pg-loclose.html +%%PHPDOCDIR%%/function.pg-locreate.html +%%PHPDOCDIR%%/function.pg-loexport.html +%%PHPDOCDIR%%/function.pg-loimport.html +%%PHPDOCDIR%%/function.pg-loopen.html +%%PHPDOCDIR%%/function.pg-loread.html +%%PHPDOCDIR%%/function.pg-loreadall.html +%%PHPDOCDIR%%/function.pg-lounlink.html +%%PHPDOCDIR%%/function.pg-lowrite.html +%%PHPDOCDIR%%/function.pg-numfields.html +%%PHPDOCDIR%%/function.pg-numrows.html +%%PHPDOCDIR%%/function.pg-options.html +%%PHPDOCDIR%%/function.pg-pconnect.html +%%PHPDOCDIR%%/function.pg-port.html +%%PHPDOCDIR%%/function.pg-put-line.html +%%PHPDOCDIR%%/function.pg-result.html +%%PHPDOCDIR%%/function.pg-set-client-encoding.html +%%PHPDOCDIR%%/function.pg-trace.html +%%PHPDOCDIR%%/function.pg-tty.html +%%PHPDOCDIR%%/function.pg-untrace.html +%%PHPDOCDIR%%/function.php-logo-guid.html +%%PHPDOCDIR%%/function.php-sapi-name.html +%%PHPDOCDIR%%/function.php-uname.html +%%PHPDOCDIR%%/function.phpcredits.html +%%PHPDOCDIR%%/function.phpinfo.html +%%PHPDOCDIR%%/function.phpversion.html +%%PHPDOCDIR%%/function.pi.html +%%PHPDOCDIR%%/function.popen.html +%%PHPDOCDIR%%/function.pos.html +%%PHPDOCDIR%%/function.posix-ctermid.html +%%PHPDOCDIR%%/function.posix-getcwd.html +%%PHPDOCDIR%%/function.posix-getegid.html +%%PHPDOCDIR%%/function.posix-geteuid.html +%%PHPDOCDIR%%/function.posix-getgid.html +%%PHPDOCDIR%%/function.posix-getgrgid.html +%%PHPDOCDIR%%/function.posix-getgrnam.html +%%PHPDOCDIR%%/function.posix-getgroups.html +%%PHPDOCDIR%%/function.posix-getlogin.html +%%PHPDOCDIR%%/function.posix-getpgid.html +%%PHPDOCDIR%%/function.posix-getpgrp.html +%%PHPDOCDIR%%/function.posix-getpid.html +%%PHPDOCDIR%%/function.posix-getppid.html +%%PHPDOCDIR%%/function.posix-getpwnam.html +%%PHPDOCDIR%%/function.posix-getpwuid.html +%%PHPDOCDIR%%/function.posix-getrlimit.html +%%PHPDOCDIR%%/function.posix-getsid.html +%%PHPDOCDIR%%/function.posix-getuid.html +%%PHPDOCDIR%%/function.posix-isatty.html +%%PHPDOCDIR%%/function.posix-kill.html +%%PHPDOCDIR%%/function.posix-mkfifo.html +%%PHPDOCDIR%%/function.posix-setgid.html +%%PHPDOCDIR%%/function.posix-setpgid.html +%%PHPDOCDIR%%/function.posix-setsid.html +%%PHPDOCDIR%%/function.posix-setuid.html +%%PHPDOCDIR%%/function.posix-times.html +%%PHPDOCDIR%%/function.posix-ttyname.html +%%PHPDOCDIR%%/function.posix-uname.html +%%PHPDOCDIR%%/function.pow.html +%%PHPDOCDIR%%/function.preg-grep.html +%%PHPDOCDIR%%/function.preg-match-all.html +%%PHPDOCDIR%%/function.preg-match.html +%%PHPDOCDIR%%/function.preg-quote.html +%%PHPDOCDIR%%/function.preg-replace-callback.html +%%PHPDOCDIR%%/function.preg-replace.html +%%PHPDOCDIR%%/function.preg-split.html +%%PHPDOCDIR%%/function.prev.html +%%PHPDOCDIR%%/function.print-r.html +%%PHPDOCDIR%%/function.print.html +%%PHPDOCDIR%%/function.printf.html +%%PHPDOCDIR%%/function.pspell-add-to-personal.html +%%PHPDOCDIR%%/function.pspell-add-to-session.html +%%PHPDOCDIR%%/function.pspell-check.html +%%PHPDOCDIR%%/function.pspell-clear-session.html +%%PHPDOCDIR%%/function.pspell-config-create.html +%%PHPDOCDIR%%/function.pspell-config-ignore.html +%%PHPDOCDIR%%/function.pspell-config-mode.html +%%PHPDOCDIR%%/function.pspell-config-personal.html +%%PHPDOCDIR%%/function.pspell-config-repl.html +%%PHPDOCDIR%%/function.pspell-config-runtogether.html +%%PHPDOCDIR%%/function.pspell-config-save-repl.html +%%PHPDOCDIR%%/function.pspell-new-config.html +%%PHPDOCDIR%%/function.pspell-new-personal.html +%%PHPDOCDIR%%/function.pspell-new.html +%%PHPDOCDIR%%/function.pspell-save-wordlist.html +%%PHPDOCDIR%%/function.pspell-store-replacement.html +%%PHPDOCDIR%%/function.pspell-suggest.html +%%PHPDOCDIR%%/function.putenv.html +%%PHPDOCDIR%%/function.quoted-printable-decode.html +%%PHPDOCDIR%%/function.quotemeta.html +%%PHPDOCDIR%%/function.rad2deg.html +%%PHPDOCDIR%%/function.rand.html +%%PHPDOCDIR%%/function.range.html +%%PHPDOCDIR%%/function.rawurldecode.html +%%PHPDOCDIR%%/function.rawurlencode.html +%%PHPDOCDIR%%/function.read-exif-data.html +%%PHPDOCDIR%%/function.read.html +%%PHPDOCDIR%%/function.readdir.html +%%PHPDOCDIR%%/function.readfile.html +%%PHPDOCDIR%%/function.readgzfile.html +%%PHPDOCDIR%%/function.readline-add-history.html +%%PHPDOCDIR%%/function.readline-clear-history.html +%%PHPDOCDIR%%/function.readline-completion-function.html +%%PHPDOCDIR%%/function.readline-info.html +%%PHPDOCDIR%%/function.readline-list-history.html +%%PHPDOCDIR%%/function.readline-read-history.html +%%PHPDOCDIR%%/function.readline-write-history.html +%%PHPDOCDIR%%/function.readline.html +%%PHPDOCDIR%%/function.readlink.html +%%PHPDOCDIR%%/function.realpath.html +%%PHPDOCDIR%%/function.recode-file.html +%%PHPDOCDIR%%/function.recode-string.html +%%PHPDOCDIR%%/function.recode.html +%%PHPDOCDIR%%/function.register-shutdown-function.html +%%PHPDOCDIR%%/function.rename.html +%%PHPDOCDIR%%/function.require-once.html +%%PHPDOCDIR%%/function.require.html +%%PHPDOCDIR%%/function.reset.html +%%PHPDOCDIR%%/function.restore-error-handler.html +%%PHPDOCDIR%%/function.rewind.html +%%PHPDOCDIR%%/function.rewinddir.html +%%PHPDOCDIR%%/function.rmdir.html +%%PHPDOCDIR%%/function.round.html +%%PHPDOCDIR%%/function.rsort.html +%%PHPDOCDIR%%/function.rtrim.html +%%PHPDOCDIR%%/function.satellite_caught_exception.html +%%PHPDOCDIR%%/function.satellite_exception_id.html +%%PHPDOCDIR%%/function.satellite_exception_value.html +%%PHPDOCDIR%%/function.sem-acquire.html +%%PHPDOCDIR%%/function.sem-get.html +%%PHPDOCDIR%%/function.sem-release.html +%%PHPDOCDIR%%/function.serialize.html +%%PHPDOCDIR%%/function.sesam-affected-rows.html +%%PHPDOCDIR%%/function.sesam-commit.html +%%PHPDOCDIR%%/function.sesam-connect.html +%%PHPDOCDIR%%/function.sesam-diagnostic.html +%%PHPDOCDIR%%/function.sesam-disconnect.html +%%PHPDOCDIR%%/function.sesam-errormsg.html +%%PHPDOCDIR%%/function.sesam-execimm.html +%%PHPDOCDIR%%/function.sesam-fetch-array.html +%%PHPDOCDIR%%/function.sesam-fetch-result.html +%%PHPDOCDIR%%/function.sesam-fetch-row.html +%%PHPDOCDIR%%/function.sesam-field-array.html +%%PHPDOCDIR%%/function.sesam-field-name.html +%%PHPDOCDIR%%/function.sesam-free-result.html +%%PHPDOCDIR%%/function.sesam-num-fields.html +%%PHPDOCDIR%%/function.sesam-query.html +%%PHPDOCDIR%%/function.sesam-rollback.html +%%PHPDOCDIR%%/function.sesam-seek-row.html +%%PHPDOCDIR%%/function.sesam-settransaction.html +%%PHPDOCDIR%%/function.session-cache-limiter.html +%%PHPDOCDIR%%/function.session-decode.html +%%PHPDOCDIR%%/function.session-destroy.html +%%PHPDOCDIR%%/function.session-encode.html +%%PHPDOCDIR%%/function.session-get-cookie-params.html +%%PHPDOCDIR%%/function.session-id.html +%%PHPDOCDIR%%/function.session-is-registered.html +%%PHPDOCDIR%%/function.session-module-name.html +%%PHPDOCDIR%%/function.session-name.html +%%PHPDOCDIR%%/function.session-register.html +%%PHPDOCDIR%%/function.session-save-path.html +%%PHPDOCDIR%%/function.session-set-cookie-params.html +%%PHPDOCDIR%%/function.session-set-save-handler.html +%%PHPDOCDIR%%/function.session-start.html +%%PHPDOCDIR%%/function.session-unregister.html +%%PHPDOCDIR%%/function.session-unset.html +%%PHPDOCDIR%%/function.set-error-handler.html +%%PHPDOCDIR%%/function.set-file-buffer.html +%%PHPDOCDIR%%/function.set-magic-quotes-runtime.html +%%PHPDOCDIR%%/function.set-time-limit.html +%%PHPDOCDIR%%/function.setcookie.html +%%PHPDOCDIR%%/function.setlocale.html +%%PHPDOCDIR%%/function.settype.html +%%PHPDOCDIR%%/function.shm-attach.html +%%PHPDOCDIR%%/function.shm-close.html +%%PHPDOCDIR%%/function.shm-delete.html +%%PHPDOCDIR%%/function.shm-detach.html +%%PHPDOCDIR%%/function.shm-get-var.html +%%PHPDOCDIR%%/function.shm-open.html +%%PHPDOCDIR%%/function.shm-put-var.html +%%PHPDOCDIR%%/function.shm-read.html +%%PHPDOCDIR%%/function.shm-remove-var.html +%%PHPDOCDIR%%/function.shm-remove.html +%%PHPDOCDIR%%/function.shm-size.html +%%PHPDOCDIR%%/function.shm-write.html +%%PHPDOCDIR%%/function.show-source.html +%%PHPDOCDIR%%/function.shuffle.html +%%PHPDOCDIR%%/function.similar-text.html +%%PHPDOCDIR%%/function.sin.html +%%PHPDOCDIR%%/function.sizeof.html +%%PHPDOCDIR%%/function.sleep.html +%%PHPDOCDIR%%/function.snmp-get-quick-print.html +%%PHPDOCDIR%%/function.snmp-set-quick-print.html +%%PHPDOCDIR%%/function.snmpget.html +%%PHPDOCDIR%%/function.snmpset.html +%%PHPDOCDIR%%/function.snmpwalk.html +%%PHPDOCDIR%%/function.snmpwalkoid.html +%%PHPDOCDIR%%/function.socket-get-status.html +%%PHPDOCDIR%%/function.socket-set-blocking.html +%%PHPDOCDIR%%/function.socket-set-timeout.html +%%PHPDOCDIR%%/function.socket.html +%%PHPDOCDIR%%/function.sort.html +%%PHPDOCDIR%%/function.soundex.html +%%PHPDOCDIR%%/function.split.html +%%PHPDOCDIR%%/function.spliti.html +%%PHPDOCDIR%%/function.sprintf.html +%%PHPDOCDIR%%/function.sql-regcase.html +%%PHPDOCDIR%%/function.sqrt.html +%%PHPDOCDIR%%/function.srand.html +%%PHPDOCDIR%%/function.sscanf.html +%%PHPDOCDIR%%/function.stat.html +%%PHPDOCDIR%%/function.str-pad.html +%%PHPDOCDIR%%/function.str-repeat.html +%%PHPDOCDIR%%/function.str-replace.html +%%PHPDOCDIR%%/function.strcasecmp.html +%%PHPDOCDIR%%/function.strchr.html +%%PHPDOCDIR%%/function.strcmp.html +%%PHPDOCDIR%%/function.strcoll.html +%%PHPDOCDIR%%/function.strcspn.html +%%PHPDOCDIR%%/function.strerror.html +%%PHPDOCDIR%%/function.strftime.html +%%PHPDOCDIR%%/function.strip-tags.html +%%PHPDOCDIR%%/function.stripcslashes.html +%%PHPDOCDIR%%/function.stripslashes.html +%%PHPDOCDIR%%/function.stristr.html +%%PHPDOCDIR%%/function.strlen.html +%%PHPDOCDIR%%/function.strnatcasecmp.html +%%PHPDOCDIR%%/function.strnatcmp.html +%%PHPDOCDIR%%/function.strncasecmp.html +%%PHPDOCDIR%%/function.strncmp.html +%%PHPDOCDIR%%/function.strpos.html +%%PHPDOCDIR%%/function.strrchr.html +%%PHPDOCDIR%%/function.strrev.html +%%PHPDOCDIR%%/function.strrpos.html +%%PHPDOCDIR%%/function.strspn.html +%%PHPDOCDIR%%/function.strstr.html +%%PHPDOCDIR%%/function.strtok.html +%%PHPDOCDIR%%/function.strtolower.html +%%PHPDOCDIR%%/function.strtotime.html +%%PHPDOCDIR%%/function.strtoupper.html +%%PHPDOCDIR%%/function.strtr.html +%%PHPDOCDIR%%/function.strval.html +%%PHPDOCDIR%%/function.substr-count.html +%%PHPDOCDIR%%/function.substr-replace.html +%%PHPDOCDIR%%/function.substr.html +%%PHPDOCDIR%%/function.swf-actiongeturl.html +%%PHPDOCDIR%%/function.swf-actiongotoframe.html +%%PHPDOCDIR%%/function.swf-actiongotolabel.html +%%PHPDOCDIR%%/function.swf-actionnextframe.html +%%PHPDOCDIR%%/function.swf-actionplay.html +%%PHPDOCDIR%%/function.swf-actionprevframe.html +%%PHPDOCDIR%%/function.swf-actionsettarget.html +%%PHPDOCDIR%%/function.swf-actionstop.html +%%PHPDOCDIR%%/function.swf-actiontogglequality.html +%%PHPDOCDIR%%/function.swf-actionwaitforframe.html +%%PHPDOCDIR%%/function.swf-addbuttonrecord.html +%%PHPDOCDIR%%/function.swf-addcolor.html +%%PHPDOCDIR%%/function.swf-closefile.html +%%PHPDOCDIR%%/function.swf-definebitmap.html +%%PHPDOCDIR%%/function.swf-definefont.html +%%PHPDOCDIR%%/function.swf-defineline.html +%%PHPDOCDIR%%/function.swf-definepoly.html +%%PHPDOCDIR%%/function.swf-definerect.html +%%PHPDOCDIR%%/function.swf-definetext.html +%%PHPDOCDIR%%/function.swf-endbutton.html +%%PHPDOCDIR%%/function.swf-enddoaction.html +%%PHPDOCDIR%%/function.swf-endshape.html +%%PHPDOCDIR%%/function.swf-endsymbol.html +%%PHPDOCDIR%%/function.swf-fontsize.html +%%PHPDOCDIR%%/function.swf-fontslant.html +%%PHPDOCDIR%%/function.swf-fonttracking.html +%%PHPDOCDIR%%/function.swf-getbitmapinfo.html +%%PHPDOCDIR%%/function.swf-getfontinfo.html +%%PHPDOCDIR%%/function.swf-getframe.html +%%PHPDOCDIR%%/function.swf-labelframe.html +%%PHPDOCDIR%%/function.swf-lookat.html +%%PHPDOCDIR%%/function.swf-modifyobject.html +%%PHPDOCDIR%%/function.swf-mulcolor.html +%%PHPDOCDIR%%/function.swf-nextid.html +%%PHPDOCDIR%%/function.swf-oncondition.html +%%PHPDOCDIR%%/function.swf-openfile.html +%%PHPDOCDIR%%/function.swf-ortho.html +%%PHPDOCDIR%%/function.swf-ortho2.html +%%PHPDOCDIR%%/function.swf-perspective.html +%%PHPDOCDIR%%/function.swf-placeobject.html +%%PHPDOCDIR%%/function.swf-polarview.html +%%PHPDOCDIR%%/function.swf-popmatrix.html +%%PHPDOCDIR%%/function.swf-posround.html +%%PHPDOCDIR%%/function.swf-pushmatrix.html +%%PHPDOCDIR%%/function.swf-removeobject.html +%%PHPDOCDIR%%/function.swf-rotate.html +%%PHPDOCDIR%%/function.swf-scale.html +%%PHPDOCDIR%%/function.swf-setfont.html +%%PHPDOCDIR%%/function.swf-setframe.html +%%PHPDOCDIR%%/function.swf-shapearc.html +%%PHPDOCDIR%%/function.swf-shapecurveto.html +%%PHPDOCDIR%%/function.swf-shapecurveto3.html +%%PHPDOCDIR%%/function.swf-shapefillbitmapclip.html +%%PHPDOCDIR%%/function.swf-shapefillbitmaptile.html +%%PHPDOCDIR%%/function.swf-shapefilloff.html +%%PHPDOCDIR%%/function.swf-shapefillsolid.html +%%PHPDOCDIR%%/function.swf-shapelinesolid.html +%%PHPDOCDIR%%/function.swf-shapelineto.html +%%PHPDOCDIR%%/function.swf-shapemoveto.html +%%PHPDOCDIR%%/function.swf-showframe.html +%%PHPDOCDIR%%/function.swf-startbutton.html +%%PHPDOCDIR%%/function.swf-startdoaction.html +%%PHPDOCDIR%%/function.swf-startshape.html +%%PHPDOCDIR%%/function.swf-startsymbol.html +%%PHPDOCDIR%%/function.swf-textwidth.html +%%PHPDOCDIR%%/function.swf-translate.html +%%PHPDOCDIR%%/function.swf-viewport.html +%%PHPDOCDIR%%/function.swfaction.html +%%PHPDOCDIR%%/function.swfbitmap.getheight.html +%%PHPDOCDIR%%/function.swfbitmap.getwidth.html +%%PHPDOCDIR%%/function.swfbitmap.html +%%PHPDOCDIR%%/function.swfbutton.addshape.html +%%PHPDOCDIR%%/function.swfbutton.html +%%PHPDOCDIR%%/function.swfbutton.setaction.html +%%PHPDOCDIR%%/function.swfbutton.sethit.html +%%PHPDOCDIR%%/function.swfbutton.setover.html +%%PHPDOCDIR%%/function.swfbutton.setup.html +%%PHPDOCDIR%%/function.swfdisplayitem.addcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.html +%%PHPDOCDIR%%/function.swfdisplayitem.move.html +%%PHPDOCDIR%%/function.swfdisplayitem.moveto.html +%%PHPDOCDIR%%/function.swfdisplayitem.multcolor.html +%%PHPDOCDIR%%/function.swfdisplayitem.remove.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotate.html +%%PHPDOCDIR%%/function.swfdisplayitem.rotateto.html +%%PHPDOCDIR%%/function.swfdisplayitem.scale.html +%%PHPDOCDIR%%/function.swfdisplayitem.scaleto.html +%%PHPDOCDIR%%/function.swfdisplayitem.setdepth.html +%%PHPDOCDIR%%/function.swfdisplayitem.setname.html +%%PHPDOCDIR%%/function.swfdisplayitem.setratio.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewx.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewxto.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewy.html +%%PHPDOCDIR%%/function.swfdisplayitem.skewyto.html +%%PHPDOCDIR%%/function.swffill.html +%%PHPDOCDIR%%/function.swffill.moveto.html +%%PHPDOCDIR%%/function.swffill.rotateto.html +%%PHPDOCDIR%%/function.swffill.scaleto.html +%%PHPDOCDIR%%/function.swffill.skewxto.html +%%PHPDOCDIR%%/function.swffill.skewyto.html +%%PHPDOCDIR%%/function.swffont.getwidth.html +%%PHPDOCDIR%%/function.swffont.html +%%PHPDOCDIR%%/function.swfgradient.addentry.html +%%PHPDOCDIR%%/function.swfgradient.html +%%PHPDOCDIR%%/function.swfmorph.getshape1.html +%%PHPDOCDIR%%/function.swfmorph.getshape2.html +%%PHPDOCDIR%%/function.swfmorph.html +%%PHPDOCDIR%%/function.swfmovie.add.html +%%PHPDOCDIR%%/function.swfmovie.html +%%PHPDOCDIR%%/function.swfmovie.nextframe.html +%%PHPDOCDIR%%/function.swfmovie.output.html +%%PHPDOCDIR%%/function.swfmovie.remove.html +%%PHPDOCDIR%%/function.swfmovie.save.html +%%PHPDOCDIR%%/function.swfmovie.setbackground.html +%%PHPDOCDIR%%/function.swfmovie.setdimension.html +%%PHPDOCDIR%%/function.swfmovie.setframes.html +%%PHPDOCDIR%%/function.swfmovie.setrate.html +%%PHPDOCDIR%%/function.swfmovie.streammp3.html +%%PHPDOCDIR%%/function.swfshape.addfill.html +%%PHPDOCDIR%%/function.swfshape.drawcurve.html +%%PHPDOCDIR%%/function.swfshape.drawcurveto.html +%%PHPDOCDIR%%/function.swfshape.drawline.html +%%PHPDOCDIR%%/function.swfshape.drawlineto.html +%%PHPDOCDIR%%/function.swfshape.html +%%PHPDOCDIR%%/function.swfshape.movepen.html +%%PHPDOCDIR%%/function.swfshape.movepento.html +%%PHPDOCDIR%%/function.swfshape.setleftfill.html +%%PHPDOCDIR%%/function.swfshape.setline.html +%%PHPDOCDIR%%/function.swfshape.setrightfill.html +%%PHPDOCDIR%%/function.swfsprite.add.html +%%PHPDOCDIR%%/function.swfsprite.html +%%PHPDOCDIR%%/function.swfsprite.nextframe.html +%%PHPDOCDIR%%/function.swfsprite.remove.html +%%PHPDOCDIR%%/function.swfsprite.setframes.html +%%PHPDOCDIR%%/function.swftext.addstring.html +%%PHPDOCDIR%%/function.swftext.getwidth.html +%%PHPDOCDIR%%/function.swftext.html +%%PHPDOCDIR%%/function.swftext.moveto.html +%%PHPDOCDIR%%/function.swftext.setcolor.html +%%PHPDOCDIR%%/function.swftext.setfont.html +%%PHPDOCDIR%%/function.swftext.setheight.html +%%PHPDOCDIR%%/function.swftext.setspacing.html +%%PHPDOCDIR%%/function.swftextfield.addstring.html +%%PHPDOCDIR%%/function.swftextfield.align.html +%%PHPDOCDIR%%/function.swftextfield.html +%%PHPDOCDIR%%/function.swftextfield.setbounds.html +%%PHPDOCDIR%%/function.swftextfield.setcolor.html +%%PHPDOCDIR%%/function.swftextfield.setfont.html +%%PHPDOCDIR%%/function.swftextfield.setheight.html +%%PHPDOCDIR%%/function.swftextfield.setindentation.html +%%PHPDOCDIR%%/function.swftextfield.setleftmargin.html +%%PHPDOCDIR%%/function.swftextfield.setlinespacing.html +%%PHPDOCDIR%%/function.swftextfield.setmargins.html +%%PHPDOCDIR%%/function.swftextfield.setname.html +%%PHPDOCDIR%%/function.swftextfield.setrightmargin.html +%%PHPDOCDIR%%/function.sybase-affected-rows.html +%%PHPDOCDIR%%/function.sybase-close.html +%%PHPDOCDIR%%/function.sybase-connect.html +%%PHPDOCDIR%%/function.sybase-data-seek.html +%%PHPDOCDIR%%/function.sybase-fetch-array.html +%%PHPDOCDIR%%/function.sybase-fetch-field.html +%%PHPDOCDIR%%/function.sybase-fetch-object.html +%%PHPDOCDIR%%/function.sybase-fetch-row.html +%%PHPDOCDIR%%/function.sybase-field-seek.html +%%PHPDOCDIR%%/function.sybase-free-result.html +%%PHPDOCDIR%%/function.sybase-get-last-message.html +%%PHPDOCDIR%%/function.sybase-min-client-severity.html +%%PHPDOCDIR%%/function.sybase-min-error-severity.html +%%PHPDOCDIR%%/function.sybase-min-message-severity.html +%%PHPDOCDIR%%/function.sybase-min-server-severity.html +%%PHPDOCDIR%%/function.sybase-num-fields.html +%%PHPDOCDIR%%/function.sybase-num-rows.html +%%PHPDOCDIR%%/function.sybase-pconnect.html +%%PHPDOCDIR%%/function.sybase-query.html +%%PHPDOCDIR%%/function.sybase-result.html +%%PHPDOCDIR%%/function.sybase-select-db.html +%%PHPDOCDIR%%/function.symlink.html +%%PHPDOCDIR%%/function.syslog.html +%%PHPDOCDIR%%/function.system.html +%%PHPDOCDIR%%/function.tan.html +%%PHPDOCDIR%%/function.tempnam.html +%%PHPDOCDIR%%/function.textdomain.html +%%PHPDOCDIR%%/function.time.html +%%PHPDOCDIR%%/function.tmpfile.html +%%PHPDOCDIR%%/function.touch.html +%%PHPDOCDIR%%/function.trigger-error.html +%%PHPDOCDIR%%/function.trim.html +%%PHPDOCDIR%%/function.uasort.html +%%PHPDOCDIR%%/function.ucfirst.html +%%PHPDOCDIR%%/function.ucwords.html +%%PHPDOCDIR%%/function.udm_add_search_limit.html +%%PHPDOCDIR%%/function.udm_alloc_agent.html +%%PHPDOCDIR%%/function.udm_errno.html +%%PHPDOCDIR%%/function.udm_error.html +%%PHPDOCDIR%%/function.udm_find.html +%%PHPDOCDIR%%/function.udm_free_agent.html +%%PHPDOCDIR%%/function.udm_free_res.html +%%PHPDOCDIR%%/function.udm_get_res_field.html +%%PHPDOCDIR%%/function.udm_get_res_param.html +%%PHPDOCDIR%%/function.udm_set_agent_param.html +%%PHPDOCDIR%%/function.uksort.html +%%PHPDOCDIR%%/function.umask.html +%%PHPDOCDIR%%/function.uniqid.html +%%PHPDOCDIR%%/function.unixtojd.html +%%PHPDOCDIR%%/function.unlink.html +%%PHPDOCDIR%%/function.unpack.html +%%PHPDOCDIR%%/function.unserialize.html +%%PHPDOCDIR%%/function.unset.html +%%PHPDOCDIR%%/function.urldecode.html +%%PHPDOCDIR%%/function.urlencode.html +%%PHPDOCDIR%%/function.user-error.html +%%PHPDOCDIR%%/function.usleep.html +%%PHPDOCDIR%%/function.usort.html +%%PHPDOCDIR%%/function.utf8-decode.html +%%PHPDOCDIR%%/function.utf8-encode.html +%%PHPDOCDIR%%/function.var-dump.html +%%PHPDOCDIR%%/function.virtual.html +%%PHPDOCDIR%%/function.wddx-add-vars.html +%%PHPDOCDIR%%/function.wddx-deserialize.html +%%PHPDOCDIR%%/function.wddx-packet-end.html +%%PHPDOCDIR%%/function.wddx-packet-start.html +%%PHPDOCDIR%%/function.wddx-serialize-value.html +%%PHPDOCDIR%%/function.wddx-serialize-vars.html +%%PHPDOCDIR%%/function.wordwrap.html +%%PHPDOCDIR%%/function.write.html +%%PHPDOCDIR%%/function.xml-error-string.html +%%PHPDOCDIR%%/function.xml-get-current-byte-index.html +%%PHPDOCDIR%%/function.xml-get-current-column-number.html +%%PHPDOCDIR%%/function.xml-get-current-line-number.html +%%PHPDOCDIR%%/function.xml-get-error-code.html +%%PHPDOCDIR%%/function.xml-parse-into-struct.html +%%PHPDOCDIR%%/function.xml-parse.html +%%PHPDOCDIR%%/function.xml-parser-create.html +%%PHPDOCDIR%%/function.xml-parser-free.html +%%PHPDOCDIR%%/function.xml-parser-get-option.html +%%PHPDOCDIR%%/function.xml-parser-set-option.html +%%PHPDOCDIR%%/function.xml-set-character-data-handler.html +%%PHPDOCDIR%%/function.xml-set-default-handler.html +%%PHPDOCDIR%%/function.xml-set-element-handler.html +%%PHPDOCDIR%%/function.xml-set-external-entity-ref-handler.html +%%PHPDOCDIR%%/function.xml-set-notation-decl-handler.html +%%PHPDOCDIR%%/function.xml-set-object.html +%%PHPDOCDIR%%/function.xml-set-processing-instruction-handler.html +%%PHPDOCDIR%%/function.xml-set-unparsed-entity-decl-handler.html +%%PHPDOCDIR%%/function.xmldoc.html +%%PHPDOCDIR%%/function.xmldocfile.html +%%PHPDOCDIR%%/function.xmltree.html +%%PHPDOCDIR%%/function.xpath_eval.html +%%PHPDOCDIR%%/function.xpath_new_context.html +%%PHPDOCDIR%%/function.xslt-closelog.html +%%PHPDOCDIR%%/function.xslt-create.html +%%PHPDOCDIR%%/function.xslt-errno.html +%%PHPDOCDIR%%/function.xslt-error.html +%%PHPDOCDIR%%/function.xslt-fetch-result.html +%%PHPDOCDIR%%/function.xslt-free.html +%%PHPDOCDIR%%/function.xslt-openlog.html +%%PHPDOCDIR%%/function.xslt-output-begintransform.html +%%PHPDOCDIR%%/function.xslt-output-endtransform.html +%%PHPDOCDIR%%/function.xslt-process.html +%%PHPDOCDIR%%/function.xslt-run.html +%%PHPDOCDIR%%/function.xslt-set-sax-handler.html +%%PHPDOCDIR%%/function.xslt-transform.html +%%PHPDOCDIR%%/function.yaz-addinfo.html +%%PHPDOCDIR%%/function.yaz-ccl-conf.html +%%PHPDOCDIR%%/function.yaz-ccl-parse.html +%%PHPDOCDIR%%/function.yaz-close.html +%%PHPDOCDIR%%/function.yaz-connect.html +%%PHPDOCDIR%%/function.yaz-database.html +%%PHPDOCDIR%%/function.yaz-element.html +%%PHPDOCDIR%%/function.yaz-errno.html +%%PHPDOCDIR%%/function.yaz-error.html +%%PHPDOCDIR%%/function.yaz-hits.html +%%PHPDOCDIR%%/function.yaz-itemorder.html +%%PHPDOCDIR%%/function.yaz-present.html +%%PHPDOCDIR%%/function.yaz-range.html +%%PHPDOCDIR%%/function.yaz-record.html +%%PHPDOCDIR%%/function.yaz-scan-result.html +%%PHPDOCDIR%%/function.yaz-scan.html +%%PHPDOCDIR%%/function.yaz-search.html +%%PHPDOCDIR%%/function.yaz-syntax.html +%%PHPDOCDIR%%/function.yaz-wait.html +%%PHPDOCDIR%%/function.yp-first.html +%%PHPDOCDIR%%/function.yp-get-default-domain.html +%%PHPDOCDIR%%/function.yp-master.html +%%PHPDOCDIR%%/function.yp-match.html +%%PHPDOCDIR%%/function.yp-next.html +%%PHPDOCDIR%%/function.yp-order.html +%%PHPDOCDIR%%/function.zend-logo-guid.html +%%PHPDOCDIR%%/function.zend-version.html +%%PHPDOCDIR%%/functions.arguments.html +%%PHPDOCDIR%%/functions.old-syntax.html +%%PHPDOCDIR%%/functions.returning-values.html +%%PHPDOCDIR%%/functions.variable-functions.html +%%PHPDOCDIR%%/getting-started.html +%%PHPDOCDIR%%/index.html +%%PHPDOCDIR%%/install-problems.html +%%PHPDOCDIR%%/install-windows.html +%%PHPDOCDIR%%/install.apache.html +%%PHPDOCDIR%%/install.caudium.html +%%PHPDOCDIR%%/install.commandline.html +%%PHPDOCDIR%%/install.configure.html +%%PHPDOCDIR%%/install.fhttpd.html +%%PHPDOCDIR%%/install.hpux.html +%%PHPDOCDIR%%/install.iis.html +%%PHPDOCDIR%%/install.linux.html +%%PHPDOCDIR%%/install.macosx.html +%%PHPDOCDIR%%/install.netscape-enterprise.html +%%PHPDOCDIR%%/install.omnihttpd.html +%%PHPDOCDIR%%/install.openbsd.html +%%PHPDOCDIR%%/install.oreilly.html +%%PHPDOCDIR%%/install.otherhttpd.html +%%PHPDOCDIR%%/install.solaris.html +%%PHPDOCDIR%%/install.unix.html +%%PHPDOCDIR%%/install.xitami.html +%%PHPDOCDIR%%/installation.html +%%PHPDOCDIR%%/intro-history.html +%%PHPDOCDIR%%/intro-whatcando.html +%%PHPDOCDIR%%/introduction.html +%%PHPDOCDIR%%/keyword.newref.html +%%PHPDOCDIR%%/langref.html +%%PHPDOCDIR%%/language.basic-syntax.comments.html +%%PHPDOCDIR%%/language.basic-syntax.html +%%PHPDOCDIR%%/language.basic-syntax.instruction-separation.html +%%PHPDOCDIR%%/language.constants.html +%%PHPDOCDIR%%/language.expressions.html +%%PHPDOCDIR%%/language.oop.html +%%PHPDOCDIR%%/language.operators.assignment.html +%%PHPDOCDIR%%/language.operators.bitwise.html +%%PHPDOCDIR%%/language.operators.comparison.html +%%PHPDOCDIR%%/language.operators.errorcontrol.html +%%PHPDOCDIR%%/language.operators.execution.html +%%PHPDOCDIR%%/language.operators.html +%%PHPDOCDIR%%/language.operators.increment.html +%%PHPDOCDIR%%/language.operators.logical.html +%%PHPDOCDIR%%/language.operators.precedence.html +%%PHPDOCDIR%%/language.operators.string.html +%%PHPDOCDIR%%/language.references.arent.html +%%PHPDOCDIR%%/language.references.html +%%PHPDOCDIR%%/language.references.pass.html +%%PHPDOCDIR%%/language.references.return.html +%%PHPDOCDIR%%/language.references.spot.html +%%PHPDOCDIR%%/language.references.unset.html +%%PHPDOCDIR%%/language.references.whatdo.html +%%PHPDOCDIR%%/language.types.array.html +%%PHPDOCDIR%%/language.types.double.html +%%PHPDOCDIR%%/language.types.html +%%PHPDOCDIR%%/language.types.object.html +%%PHPDOCDIR%%/language.types.string.html +%%PHPDOCDIR%%/language.types.type-juggling.html +%%PHPDOCDIR%%/language.variables.external.html +%%PHPDOCDIR%%/language.variables.html +%%PHPDOCDIR%%/language.variables.predefined.html +%%PHPDOCDIR%%/language.variables.scope.html +%%PHPDOCDIR%%/language.variables.variable.html +%%PHPDOCDIR%%/migration-booleval.html +%%PHPDOCDIR%%/migration-errors.html +%%PHPDOCDIR%%/migration-expr.html +%%PHPDOCDIR%%/migration-if-endif.html +%%PHPDOCDIR%%/migration-other.html +%%PHPDOCDIR%%/migration-startendtags.html +%%PHPDOCDIR%%/migration-truefalse.html +%%PHPDOCDIR%%/migration-while.html +%%PHPDOCDIR%%/migration.html +%%PHPDOCDIR%%/migration4.cookies.html +%%PHPDOCDIR%%/migration4.empty.html +%%PHPDOCDIR%%/migration4.errors.html +%%PHPDOCDIR%%/migration4.extension.html +%%PHPDOCDIR%%/migration4.html +%%PHPDOCDIR%%/migration4.initializers.html +%%PHPDOCDIR%%/migration4.missing.html +%%PHPDOCDIR%%/migration4.parser.html +%%PHPDOCDIR%%/migration4.substitution.html +%%PHPDOCDIR%%/pcre.pattern.modifiers.html +%%PHPDOCDIR%%/pcre.pattern.syntax.html +%%PHPDOCDIR%%/pear.about.html +%%PHPDOCDIR%%/pear.html +%%PHPDOCDIR%%/pear.standards.comments.html +%%PHPDOCDIR%%/pear.standards.constants.html +%%PHPDOCDIR%%/pear.standards.control.html +%%PHPDOCDIR%%/pear.standards.cvstags.html +%%PHPDOCDIR%%/pear.standards.exampleurls.html +%%PHPDOCDIR%%/pear.standards.funcalls.html +%%PHPDOCDIR%%/pear.standards.funcdef.html +%%PHPDOCDIR%%/pear.standards.header.html +%%PHPDOCDIR%%/pear.standards.html +%%PHPDOCDIR%%/pear.standards.including.html +%%PHPDOCDIR%%/pear.standards.tags.html +%%PHPDOCDIR%%/phpdevel-errors.html +%%PHPDOCDIR%%/phpdevel.html +%%PHPDOCDIR%%/preface.html +%%PHPDOCDIR%%/r7529.html +%%PHPDOCDIR%%/ref.apache.html +%%PHPDOCDIR%%/ref.array.html +%%PHPDOCDIR%%/ref.aspell.html +%%PHPDOCDIR%%/ref.bc.html +%%PHPDOCDIR%%/ref.bzip2.html +%%PHPDOCDIR%%/ref.calendar.html +%%PHPDOCDIR%%/ref.ccvs.html +%%PHPDOCDIR%%/ref.classobj.html +%%PHPDOCDIR%%/ref.com.html +%%PHPDOCDIR%%/ref.cpdf.html +%%PHPDOCDIR%%/ref.ctype.html +%%PHPDOCDIR%%/ref.curl.html +%%PHPDOCDIR%%/ref.cybercash.html +%%PHPDOCDIR%%/ref.datetime.html +%%PHPDOCDIR%%/ref.dba.html +%%PHPDOCDIR%%/ref.dbase.html +%%PHPDOCDIR%%/ref.dbm.html +%%PHPDOCDIR%%/ref.dir.html +%%PHPDOCDIR%%/ref.domxml.html +%%PHPDOCDIR%%/ref.errorfunc.html +%%PHPDOCDIR%%/ref.exec.html +%%PHPDOCDIR%%/ref.fdf.html +%%PHPDOCDIR%%/ref.filepro.html +%%PHPDOCDIR%%/ref.filesystem.html +%%PHPDOCDIR%%/ref.ftp.html +%%PHPDOCDIR%%/ref.funchand.html +%%PHPDOCDIR%%/ref.gettext.html +%%PHPDOCDIR%%/ref.gmp.html +%%PHPDOCDIR%%/ref.http.html +%%PHPDOCDIR%%/ref.hyperwave.html +%%PHPDOCDIR%%/ref.ibase.html +%%PHPDOCDIR%%/ref.icap.html +%%PHPDOCDIR%%/ref.ifx.html +%%PHPDOCDIR%%/ref.image.html +%%PHPDOCDIR%%/ref.imap.html +%%PHPDOCDIR%%/ref.info.html +%%PHPDOCDIR%%/ref.ingres.html +%%PHPDOCDIR%%/ref.ldap.html +%%PHPDOCDIR%%/ref.mail.html +%%PHPDOCDIR%%/ref.math.html +%%PHPDOCDIR%%/ref.mcal.html +%%PHPDOCDIR%%/ref.mcrypt.html +%%PHPDOCDIR%%/ref.mhash.html +%%PHPDOCDIR%%/ref.ming.html +%%PHPDOCDIR%%/ref.misc.html +%%PHPDOCDIR%%/ref.mnogo.html +%%PHPDOCDIR%%/ref.msql.html +%%PHPDOCDIR%%/ref.mssql.html +%%PHPDOCDIR%%/ref.mysql.html +%%PHPDOCDIR%%/ref.network.html +%%PHPDOCDIR%%/ref.nis.html +%%PHPDOCDIR%%/ref.oci8.html +%%PHPDOCDIR%%/ref.odbc.html +%%PHPDOCDIR%%/ref.openssl.html +%%PHPDOCDIR%%/ref.oracle.html +%%PHPDOCDIR%%/ref.outcontrol.html +%%PHPDOCDIR%%/ref.ovrimos.html +%%PHPDOCDIR%%/ref.pcre.html +%%PHPDOCDIR%%/ref.pdf.html +%%PHPDOCDIR%%/ref.pear.html +%%PHPDOCDIR%%/ref.pfpro.html +%%PHPDOCDIR%%/ref.pgsql.html +%%PHPDOCDIR%%/ref.posix.html +%%PHPDOCDIR%%/ref.pspell.html +%%PHPDOCDIR%%/ref.readline.html +%%PHPDOCDIR%%/ref.recode.html +%%PHPDOCDIR%%/ref.regex.html +%%PHPDOCDIR%%/ref.satellite.html +%%PHPDOCDIR%%/ref.sem.html +%%PHPDOCDIR%%/ref.sesam.html +%%PHPDOCDIR%%/ref.session.html +%%PHPDOCDIR%%/ref.shmop.html +%%PHPDOCDIR%%/ref.snmp.html +%%PHPDOCDIR%%/ref.sockets.html +%%PHPDOCDIR%%/ref.strings.html +%%PHPDOCDIR%%/ref.swf.html +%%PHPDOCDIR%%/ref.sybase.html +%%PHPDOCDIR%%/ref.url.html +%%PHPDOCDIR%%/ref.var.html +%%PHPDOCDIR%%/ref.wddx.html +%%PHPDOCDIR%%/ref.xml.html +%%PHPDOCDIR%%/ref.xslt.html +%%PHPDOCDIR%%/ref.yaz.html +%%PHPDOCDIR%%/ref.zlib.html +%%PHPDOCDIR%%/reserved.html +%%PHPDOCDIR%%/resources.html +%%PHPDOCDIR%%/security.apache.html +%%PHPDOCDIR%%/security.current.html +%%PHPDOCDIR%%/security.errors.html +%%PHPDOCDIR%%/security.filesystem.html +%%PHPDOCDIR%%/security.general.html +%%PHPDOCDIR%%/security.html +%%PHPDOCDIR%%/security.variables.html +@dirrm %%PHPDOCDIR%% -- cgit v1.2.3