<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--  OPML generated by opmlmanager.com on Nov 29 2005 21:44:01 GMT -->
<opml version="1.1">
<head>
   <title>phpmanual</title>
   <dateCreated>Nov 28 2005 21:04:20 GMT</dateCreated>
   <dateModified>Nov 29 2005 21:33:27 GMT</dateModified>
   <ownerName>Pieter Overbeeke</ownerName>
   <ownerEmail>overbeeke [at] gmail.com</ownerEmail>
</head>
<body>
<outline text="Preface" type="link" url="http://www.php.net/manual/en/preface.php" created="Nov 28 2005 21:05:49 GMT" />
<outline text="I. Getting started">
<outline text="Introduction" type="link" url="http://www.php.net/manual/en/introduction.php" created="Nov 28 2005 21:06:51 GMT" />
<outline text="A simple tutorial" type="link" url="http://www.php.net/manual/en/tutorial.php" created="Nov 28 2005 21:07:50 GMT" />
</outline>
<outline text="II. Installation and Configuration">
<outline text="General Installation Considerations" type="link" url="http://www.php.net/manual/en/install.general.php" created="Nov 28 2005 21:09:25 GMT" />
<outline text="Installation on Unix systems" type="link" url="http://www.php.net/manual/en/install.unix.php" created="Nov 28 2005 21:10:33 GMT" />
<outline text="Installation on Mac OS X" type="link" url="http://www.php.net/manual/en/install.macosx.php" created="Nov 28 2005 21:11:22 GMT" />
<outline text="Installation on Windows systems" type="link" url="http://www.php.net/manual/en/install.windows.php" created="Nov 28 2005 21:11:55 GMT" />
<outline text="Installation of PECL extensions" type="link" url="http://www.php.net/manual/en/install.pecl.php" created="Nov 28 2005 21:12:47 GMT" />
<outline text="Problems?" type="link" url="http://www.php.net/manual/en/install.problems.php" created="Nov 28 2005 21:13:13 GMT" />
<outline text="Runtime Configuration" type="link" url="http://www.php.net/manual/en/configuration.php" created="Nov 28 2005 21:13:54 GMT" />
</outline>
<outline text="III. Language Reference">
<outline text="Basic syntax" type="link" url="http://www.php.net/manual/en/language.basic-syntax.php" created="Nov 28 2005 21:15:12 GMT" />
<outline text="Types">
<outline text="Introduction" type="link" url="http://www.php.net/manual/en/language.types.php#language.types.intro" created="Nov 28 2005 21:16:20 GMT" />
<outline text="Booleans" type="link" url="http://www.php.net/manual/en/language.types.boolean.php" created="Nov 28 2005 21:16:48 GMT" />
<outline text="Integers" type="link" url="http://www.php.net/manual/en/language.types.integer.php" created="Nov 28 2005 21:17:12 GMT" />
<outline text="Floating point numbers" type="link" url="http://www.php.net/manual/en/language.types.float.php" created="Nov 28 2005 21:17:37 GMT" />
<outline text="Strings" type="link" url="http://www.php.net/manual/en/language.types.string.php" created="Nov 28 2005 21:18:28 GMT" />
<outline text="Arrays" type="link" url="http://www.php.net/manual/en/language.types.array.php" created="Nov 28 2005 21:18:48 GMT" />
<outline text="Objects" type="link" url="http://www.php.net/manual/en/language.types.object.php" created="Nov 28 2005 21:19:19 GMT" />
<outline text="Resource" type="link" url="http://www.php.net/manual/en/language.types.resource.php" created="Nov 28 2005 21:19:51 GMT" />
<outline text="NULL" type="link" url="http://www.php.net/manual/en/language.types.null.php" created="Nov 28 2005 21:20:15 GMT" />
<outline text="Pseudo-types used in this documentation" type="link" url="http://www.php.net/manual/en/language.pseudo-types.php" created="Nov 28 2005 21:20:42 GMT" />
<outline text="Type Juggling" type="link" url="http://www.php.net/manual/en/language.types.type-juggling.php" created="Nov 28 2005 21:21:13 GMT" />
</outline>
<outline text="Variables">
<outline text="Basics" type="link" url="http://www.php.net/manual/en/language.variables.php#language.variables.basics" created="Nov 28 2005 21:22:15 GMT" />
<outline text="Predefined variables" type="link" url="http://www.php.net/manual/en/language.variables.predefined.php" created="Nov 28 2005 21:22:45 GMT" />
<outline text="Variable scope" type="link" url="http://www.php.net/manual/en/language.variables.scope.php" created="Nov 28 2005 21:23:09 GMT" />
<outline text="Variable variables" type="link" url="http://www.php.net/manual/en/language.variables.variable.php" created="Nov 28 2005 21:24:22 GMT" />
<outline text="Variables from outside PHP" type="link" url="http://www.php.net/manual/en/language.variables.external.php" created="Nov 28 2005 21:24:51 GMT" />
</outline>
<outline text="Constants">
<outline text="Syntax" type="link" url="http://www.php.net/manual/en/language.constants.php#language.constants.syntax" created="Nov 28 2005 21:25:43 GMT" />
<outline text="Magic constants" type="link" url="http://www.php.net/manual/en/language.constants.predefined.php" created="Nov 28 2005 21:26:15 GMT" />
</outline>
<outline text="Expressions" type="link" url="http://www.php.net/manual/en/language.expressions.php" created="Nov 28 2005 21:27:19 GMT" />
<outline text="Operators">
<outline text="Operator Precedence" type="link" url="http://www.php.net/manual/en/language.operators.php#language.operators.precedence" created="Nov 28 2005 21:28:08 GMT" />
<outline text="Arithmetic Operators" type="link" url="http://www.php.net/manual/en/language.operators.arithmetic.php" created="Nov 28 2005 21:28:32 GMT" />
<outline text="Assignment Operators" type="link" url="http://www.php.net/manual/en/language.operators.assignment.php" created="Nov 28 2005 21:29:06 GMT" />
<outline text="Bitwise Operators" type="link" url="http://www.php.net/manual/en/language.operators.bitwise.php" created="Nov 28 2005 21:29:33 GMT" />
<outline text="Comparison Operators" type="link" url="http://www.php.net/manual/en/language.operators.comparison.php" created="Nov 28 2005 21:30:28 GMT" />
<outline text="Error Control Operators" type="link" url="http://www.php.net/manual/en/language.operators.errorcontrol.php" created="Nov 28 2005 21:30:51 GMT" />
<outline text="Execution Operators" type="link" url="http://www.php.net/manual/en/language.operators.execution.php" created="Nov 28 2005 21:32:36 GMT" />
<outline text="Incrementing/Decrementing Operators" type="link" url="http://www.php.net/manual/en/language.operators.increment.php" created="Nov 28 2005 21:33:20 GMT" />
<outline text="Logical Operators" type="link" url="http://www.php.net/manual/en/language.operators.logical.php" created="Nov 28 2005 21:33:44 GMT" />
<outline text="String Operators" type="link" url="http://www.php.net/manual/en/language.operators.string.php" created="Nov 28 2005 21:34:30 GMT" />
<outline text="Type Operators" type="link" url="http://www.php.net/manual/en/language.operators.type.php" created="Nov 28 2005 21:34:53 GMT" />
</outline>
<outline text="Control Structures">
<outline text="If" type="link" url="http://www.php.net/manual/en/language.control-structures.php#control-structures.if" created="Nov 28 2005 21:35:44 GMT" />
<outline text="else" type="link" url="http://www.php.net/manual/en/control-structures.else.php" created="Nov 28 2005 21:36:03 GMT" />
<outline text="elseif" type="link" url="http://www.php.net/manual/en/control-structures.elseif.php" created="Nov 28 2005 21:36:25 GMT" />
<outline text="Alternative syntax for control structures" type="link" url="http://www.php.net/manual/en/control-structures.alternative-syntax.php" created="Nov 28 2005 21:36:58 GMT" />
<outline text="while" type="link" url="http://www.php.net/manual/en/control-structures.while.php" created="Nov 28 2005 21:37:15 GMT" />
<outline text="do-while" type="link" url="http://www.php.net/manual/en/control-structures.do.while.php" created="Nov 28 2005 21:37:55 GMT" />
<outline text="for" type="link" url="http://www.php.net/manual/en/control-structures.for.php" created="Nov 28 2005 21:38:12 GMT" />
<outline text="foreach" type="link" url="http://www.php.net/manual/en/control-structures.foreach.php" created="Nov 28 2005 21:38:31 GMT" />
<outline text="break" type="link" url="http://www.php.net/manual/en/control-structures.break.php" created="Nov 28 2005 21:38:49 GMT" />
<outline text="continue" type="link" url="http://www.php.net/manual/en/control-structures.continue.php" created="Nov 28 2005 21:39:08 GMT" />
<outline text="switch" type="link" url="http://www.php.net/manual/en/control-structures.switch.php" created="Nov 28 2005 21:39:39 GMT" />
<outline text="declare" type="link" url="http://www.php.net/manual/en/control-structures.declare.php" created="Nov 28 2005 21:39:59 GMT" />
<outline text="return" type="link" url="http://www.php.net/manual/en/function.return.php" created="Nov 28 2005 21:40:23 GMT" />
<outline text="require" type="link" url="http://www.php.net/manual/en/function.require.php" created="Nov 28 2005 21:40:52 GMT" />
<outline text="include" type="link" url="http://www.php.net/manual/en/function.include.php" created="Nov 28 2005 21:41:33 GMT" />
<outline text="require_once" type="link" url="http://www.php.net/manual/en/function.require-once.php" created="Nov 28 2005 21:42:00 GMT" />
<outline text="include_once" type="link" url="http://www.php.net/manual/en/function.include-once.php" created="Nov 28 2005 21:42:31 GMT" />
</outline>
<outline text="Functions">
<outline text="User-defined functions" type="link" url="http://www.php.net/manual/en/language.functions.php#functions.user-defined" created="Nov 28 2005 21:43:51 GMT" />
<outline text="Function arguments" type="link" url="http://www.php.net/manual/en/functions.arguments.php" created="Nov 28 2005 21:44:30 GMT" />
<outline text="Returning values" type="link" url="http://www.php.net/manual/en/functions.returning-values.php" created="Nov 28 2005 21:45:59 GMT" />
<outline text="Variable functions" type="link" url="http://www.php.net/manual/en/functions.variable-functions.php" created="Nov 28 2005 21:47:36 GMT" />
<outline text="Internal (built-in) functions" type="link" url="http://www.php.net/manual/en/functions.internal.php" created="Nov 28 2005 21:47:57 GMT" />
</outline>
<outline text="Classes and Objects (PHP 4)">
<outline text="class" type="link" url="http://www.php.net/manual/en/language.oop.php#keyword.class" created="Nov 28 2005 21:49:17 GMT" />
<outline text="extends" type="link" url="http://www.php.net/manual/en/keyword.extends.php" created="Nov 28 2005 21:49:40 GMT" />
<outline text="Constructors" type="link" url="http://www.php.net/manual/en/language.oop.constructor.php" created="Nov 28 2005 21:50:06 GMT" />
<outline text="Scope Resolution Operator (::)" type="link" url="http://www.php.net/manual/en/keyword.paamayim-nekudotayim.php" created="Nov 28 2005 21:50:59 GMT" />
<outline text="parent" type="link" url="http://www.php.net/manual/en/keyword.parent.php" created="Nov 28 2005 21:51:26 GMT" />
<outline text="Serializing objects - objects in sessions" type="link" url="http://www.php.net/manual/en/language.oop.serialization.php" created="Nov 28 2005 21:52:40 GMT" />
<outline text="The magic functions __sleep and __wakeup" type="link" url="http://www.php.net/manual/en/language.oop.magic-functions.php" created="Nov 28 2005 21:53:42 GMT" />
<outline text="References inside the constructor" type="link" url="http://www.php.net/manual/en/language.oop.newref.php" created="Nov 28 2005 21:54:13 GMT" />
<outline text="Comparing objects" type="link" url="http://www.php.net/manual/en/language.oop.object-comparison.php" created="Nov 28 2005 21:54:39 GMT" />
</outline>
<outline text="Classes and Objects (PHP 5)">
<outline text="Introduction" type="link" url="http://www.php.net/manual/en/language.oop5.php#op5.intro" created="Nov 29 2005 12:18:23 GMT" />
<outline text="The basics" type="link" url="http://www.php.net/manual/en/language.oop5.basic.php" created="Nov 29 2005 20:21:51 GMT" />
<outline text="Autoloading Objects" type="link" url="http://www.php.net/manual/en/language.oop5.autoload.php" created="Nov 29 2005 20:27:13 GMT" />
<outline text="Constructors and Destructors" type="link" url="http://www.php.net/manual/en/language.oop5.decon.php" created="Nov 29 2005 20:28:43 GMT" />
<outline text="Visibility" type="link" url="http://www.php.net/manual/en/language.oop5.visibility.php" created="Nov 29 2005 20:29:04 GMT" />
<outline text="Scope Resolution Operator (::)" type="link" url="http://www.php.net/manual/en/language.oop5.paamayim-nekudotayim.php" created="Nov 29 2005 20:29:44 GMT" />
<outline text="Static Keyword" type="link" url="http://www.php.net/manual/en/language.oop5.static.php" created="Nov 29 2005 20:30:05 GMT" />
<outline text="Class Constants" type="link" url="http://www.php.net/manual/en/language.oop5.constants.php" created="Nov 29 2005 20:30:39 GMT" />
<outline text="Class Abstraction" type="link" url="http://www.php.net/manual/en/language.oop5.abstract.php" created="Nov 29 2005 20:31:08 GMT" />
<outline text="Object Interfaces" type="link" url="http://www.php.net/manual/en/language.oop5.interfaces.php" created="Nov 29 2005 20:32:08 GMT" />
<outline text="Overloading" type="link" url="http://www.php.net/manual/en/language.oop5.overloading.php" created="Nov 29 2005 20:32:30 GMT" />
<outline text="Object Iteration" type="link" url="http://www.php.net/manual/en/language.oop5.iterations.php" created="Nov 29 2005 20:32:55 GMT" />
<outline text="Patterns" type="link" url="http://www.php.net/manual/en/language.oop5.patterns.php" created="Nov 29 2005 20:33:15 GMT" />
<outline text="Magic Methods" type="link" url="http://www.php.net/manual/en/language.oop5.magic.php" created="Nov 29 2005 20:33:42 GMT" />
<outline text="Final Keyword" type="link" url="http://www.php.net/manual/en/language.oop5.final.php" created="Nov 29 2005 20:34:05 GMT" />
<outline text="Object cloning" type="link" url="http://www.php.net/manual/en/language.oop5.cloning.php" created="Nov 29 2005 20:34:27 GMT" />
<outline text="Comparing objects" type="link" url="http://www.php.net/manual/en/language.oop5.object-comparison.php" created="Nov 29 2005 20:34:57 GMT" />
<outline text="Reflection" type="link" url="http://www.php.net/manual/en/language.oop5.reflection.php" created="Nov 29 2005 20:35:20 GMT" />
<outline text="Type Hinting" type="link" url="http://www.php.net/manual/en/language.oop5.typehinting.php" created="Nov 29 2005 20:35:50 GMT" />
</outline>
<outline text="Exceptions" type="link" url="http://www.php.net/manual/en/language.exceptions.php" created="Nov 29 2005 20:36:26 GMT" />
<outline text="References Explained">
<outline text="What References Are" type="link" url="http://www.php.net/manual/en/language.references.php#language.references.whatare" created="Nov 29 2005 20:37:02 GMT" />
<outline text="What References Do" type="link" url="http://www.php.net/manual/en/language.references.whatdo.php" created="Nov 29 2005 20:37:35 GMT" />
<outline text="What References Are Not" type="link" url="http://www.php.net/manual/en/language.references.arent.php" created="Nov 29 2005 20:38:05 GMT" />
<outline text="Passing by Reference" type="link" url="http://www.php.net/manual/en/language.references.pass.php" created="Nov 29 2005 20:38:31 GMT" />
<outline text="Returning References" type="link" url="http://www.php.net/manual/en/language.references.return.php" created="Nov 29 2005 20:39:38 GMT" />
<outline text="Unsetting References" type="link" url="http://www.php.net/manual/en/language.references.unset.php" created="Nov 29 2005 20:40:50 GMT" />
<outline text="Spotting References" type="link" url="http://www.php.net/manual/en/language.references.spot.php" created="Nov 29 2005 20:41:29 GMT" />
</outline>
</outline>
<outline text="IV. Security">
<outline text="Introduction" type="link" url="http://www.php.net/manual/en/security.intro.php" created="Nov 29 2005 20:42:37 GMT" />
<outline text="General considerations" type="link" url="http://www.php.net/manual/en/security.general.php" created="Nov 29 2005 20:43:25 GMT" />
<outline text="Installed as CGI binary">
<outline text="Possible attacks" type="link" url="http://www.php.net/manual/en/security.cgi-bin.php#security.cgi-bin.attacks" created="Nov 29 2005 20:44:16 GMT" />
<outline text="Case 1: only public files served" type="link" url="http://www.php.net/manual/en/security.cgi-bin.default.php" created="Nov 29 2005 20:44:56 GMT" />
<outline text="Case 2: using --enable-force-cgi-redirect" type="link" url="http://www.php.net/manual/en/security.cgi-bin.force-redirect.php" created="Nov 29 2005 20:45:25 GMT" />
<outline text="Case 3: setting doc_root or user_dir" type="link" url="http://www.php.net/manual/en/security.cgi-bin.doc-root.php" created="Nov 29 2005 20:46:13 GMT" />
<outline text="Case 4: PHP parser outside of web tree" type="link" url="http://www.php.net/manual/en/security.cgi-bin.shell.php" created="Nov 29 2005 20:46:32 GMT" />
</outline>
<outline text="Installed as an Apache module" type="link" url="http://www.php.net/manual/en/security.apache.php" created="Nov 29 2005 20:47:22 GMT" />
<outline text="Filesystem Security" type="link" url="http://www.php.net/manual/en/security.filesystem.php" created="Nov 29 2005 20:47:50 GMT" />
<outline text="Database Security">
<outline text="Designing Databases" type="link" url="http://www.php.net/manual/en/security.database.php#security.database.design" created="Nov 29 2005 20:48:23 GMT" />
<outline text="Connecting to Database" type="link" url="http://www.php.net/manual/en/security.database.connection.php" created="Nov 29 2005 20:48:45 GMT" />
<outline text="Encrypted Storage Model" type="link" url="http://www.php.net/manual/en/security.database.storage.php" created="Nov 29 2005 20:49:04 GMT" />
<outline text="SQL Injection" type="link" url="http://www.php.net/manual/en/security.database.sql-injection.php" created="Nov 29 2005 20:49:40 GMT" />
</outline>
<outline text="Error Reporting" type="link" url="http://www.php.net/manual/en/security.errors.php" created="Nov 29 2005 20:50:10 GMT" />
<outline text="Using Register Globals" type="link" url="http://www.php.net/manual/en/security.globals.php" created="Nov 29 2005 20:50:31 GMT" />
<outline text="User Submitted Data" type="link" url="http://www.php.net/manual/en/security.variables.php" created="Nov 29 2005 20:51:29 GMT" />
<outline text="Magic Quotes">
<outline text="What are Magic Quotes" type="link" url="http://www.php.net/manual/en/security.magicquotes.php#security.magicquotes.what" created="Nov 29 2005 20:52:02 GMT" />
<outline text="Why use Magic Quotes" type="link" url="http://www.php.net/manual/en/security.magicquotes.why.php" created="Nov 29 2005 20:52:25 GMT" />
<outline text="Why not to use Magic Quotes" type="link" url="http://www.php.net/manual/en/security.magicquotes.whynot.php" created="Nov 29 2005 20:52:44 GMT" />
<outline text="Disabling Magic Quotes" type="link" url="http://www.php.net/manual/en/security.magicquotes.disabling.php" created="Nov 29 2005 20:53:03 GMT" />
</outline>
<outline text="Hiding PHP" type="link" url="http://www.php.net/manual/en/security.hiding.php" created="Nov 29 2005 20:53:32 GMT" />
<outline text="Keeping Current" type="link" url="http://www.php.net/manual/en/security.current.php" created="Nov 29 2005 20:53:56 GMT" />
</outline>
<outline text="V. Features">
<outline text="HTTP authentication with PHP" type="link" url="http://www.php.net/manual/en/features.http-auth.php" created="Nov 29 2005 20:55:23 GMT" />
<outline text="Cookies" type="link" url="http://www.php.net/manual/en/features.cookies.php" created="Nov 29 2005 20:55:42 GMT" />
<outline text="Sessions" type="link" url="http://www.php.net/manual/en/features.sessions.php" created="Nov 29 2005 20:56:04 GMT" />
<outline text="Dealing with XForms" type="link" url="http://www.php.net/manual/en/features.xforms.php" created="Nov 29 2005 20:56:31 GMT" />
<outline text="Handling file uploads" type="link" url="http://www.php.net/manual/en/features.file-upload.php" created="Nov 29 2005 20:56:50 GMT" />
<outline text="Using remote files" type="link" url="http://www.php.net/manual/en/features.remote-files.php" created="Nov 29 2005 20:57:10 GMT" />
<outline text="Connection handling" type="link" url="http://www.php.net/manual/en/features.connection-handling.php" created="Nov 29 2005 20:57:34 GMT" />
<outline text="Persistent Database Connections" type="link" url="http://www.php.net/manual/en/features.persistent-connections.php" created="Nov 29 2005 20:57:53 GMT" />
<outline text="Safe Mode" type="link" url="http://www.php.net/manual/en/features.safe-mode.php" created="Nov 29 2005 20:58:16 GMT" />
<outline text="Using PHP from the command line" type="link" url="http://www.php.net/manual/en/features.commandline.php" created="Nov 29 2005 20:58:36 GMT" />
</outline>
<outline text="VI. Function Reference">
<outline text=".NET Functions" type="link" url="http://www.php.net/manual/en/ref.dotnet.php" created="Nov 29 2005 21:00:04 GMT" />
<outline text="Apache-specific Functions" type="link" url="http://www.php.net/manual/en/ref.apache.php" created="Nov 29 2005 21:00:36 GMT" />
<outline text="Alternative PHP Cache" type="link" url="http://www.php.net/manual/en/ref.apc.php" created="Nov 29 2005 21:00:56 GMT" />
<outline text="Advanced PHP debugger" type="link" url="http://www.php.net/manual/en/ref.apd.php" created="Nov 29 2005 21:01:18 GMT" />
<outline text="Array Functions" type="link" url="http://www.php.net/manual/en/ref.array.php" created="Nov 29 2005 21:23:41 GMT" />
<outline text="Aspell functions [deprecated]" type="link" url="http://www.php.net/manual/en/ref.aspell.php" created="Nov 29 2005 21:24:04 GMT" />
<outline text="BCMath Arbitrary Precision Mathematics Functions" type="link" url="http://www.php.net/manual/en/ref.bc.php" created="Nov 29 2005 21:24:27 GMT" />
<outline text="PHP bytecode Compiler" type="link" url="http://www.php.net/manual/en/ref.bcompiler.php" created="Nov 29 2005 21:24:55 GMT" />
<outline text="Bzip2 Compression Functions" type="link" url="http://www.php.net/manual/en/ref.bzip2.php" created="Nov 29 2005 21:25:54 GMT" />
<outline text="Calendar Functions" type="link" url="http://www.php.net/manual/en/ref.calendar.php" created="Nov 29 2005 21:26:14 GMT" />
<outline text="CCVS API Functions [deprecated]" type="link" url="http://www.php.net/manual/en/ref.ccvs.php" created="Nov 29 2005 21:26:34 GMT" />
<outline text="Class/Object Functions" type="link" url="http://www.php.net/manual/en/ref.classobj.php" created="Nov 29 2005 21:27:08 GMT" />
<outline text="Classkit Functions" type="link" url="http://www.php.net/manual/en/ref.classkit.php" created="Nov 29 2005 21:27:28 GMT" />
<outline text="ClibPDF Functions" type="link" url="http://www.php.net/manual/en/ref.cpdf.php" created="Nov 29 2005 21:27:50 GMT" />
<outline text="COM and .Net (Windows)" type="link" url="http://www.php.net/manual/en/ref.com.php" created="Nov 29 2005 21:28:11 GMT" />
<outline text="Crack Functions" type="link" url="http://www.php.net/manual/en/ref.crack.php" created="Nov 29 2005 21:28:32 GMT" />
<outline text="Character Type Functions" type="link" url="http://www.php.net/manual/en/ref.ctype.php" created="Nov 29 2005 21:28:53 GMT" />
<outline text="CURL, Client URL Library Functions" type="link" url="http://www.php.net/manual/en/ref.curl.php" created="Nov 29 2005 21:29:23 GMT" />
<outline text="Cybercash Payment Functions" type="link" url="http://www.php.net/manual/en/ref.cybercash.php" created="Nov 29 2005 21:29:51 GMT" />
<outline text="Credit Mutuel CyberMUT functions" type="link" url="http://www.php.net/manual/en/ref.cybermut.php" created="Nov 29 2005 21:30:17 GMT" />
<outline text="Cyrus IMAP administration Functions" type="link" url="http://www.php.net/manual/en/ref.cyrus.php" created="Nov 29 2005 21:30:39 GMT" />
<outline text="Date and Time Functions" type="link" url="http://www.php.net/manual/en/ref.datetime.php" created="Nov 29 2005 21:31:12 GMT" />
<outline text="DB++ Functions" type="link" url="http://www.php.net/manual/en/ref.dbplus.php" created="Nov 29 2005 21:32:30 GMT" />
<outline text="Database (dbm-style) Abstraction Layer Functions" type="link" url="http://www.php.net/manual/en/ref.dba.php" created="Nov 29 2005 21:33:01 GMT" />
<outline text="dBase Functions" type="link" url="http://www.php.net/manual/en/ref.dbase.php" created="Nov 29 2005 21:33:27 GMT" />
</outline>
</body>
</opml>
