betz Sun Jul 28 15:57:18 2002 EDT
Added files:
/phpdoc/en/reference/network constants.xml
Modified files:
/phpdoc/en/reference/network reference.xml
Log:
new structure and constants added
Index: phpdoc/en/reference/network/reference.xml
diff -u phpdoc/en/reference/network/reference.xml:1.2
phpdoc/en/reference/network/reference.xml:1.3
--- phpdoc/en/reference/network/reference.xml:1.2 Mon Apr 15 17:57:11 2002
+++ phpdoc/en/reference/network/reference.xml Sun Jul 28 15:57:18 2002
@@ -1,8 +1,40 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<reference id="ref.network">
<title>Network Functions</title>
<titleabbrev>Network</titleabbrev>
+ <partintro>
+
+ <section id="network.intro">
+ &reftitle.intro;
+ <para>
+
+ </para>
+ </section>
+
+ <section id="network.requirenments">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <section id="network.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+ <section id="network.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="network.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+
+ &reference.network.constants;
+
+ </partintro>
&reference.network.functions;
Index: phpdoc/en/reference/network/constants.xml
+++ phpdoc/en/reference/network/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="network.constants">
&reftitle.constants;
&extension.constants.core;
<table>
<title><function>openlog</function> Options</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>LOG_CONS</entry>
<entry>
if there is an error while sending data to the system logger,
write directly to the system console
</entry>
</row>
<row>
<entry>LOG_NDELAY</entry>
<entry>
open the connection to the logger immediately
</entry>
</row>
<row>
<entry>LOG_ODELAY</entry>
<entry>
(default) delay opening the connection until the first
message is logged
</entry>
</row>
<row>
<entry>LOG_PERROR</entry>
<entry>print log message also to standard error</entry>
</row>
<row>
<entry>LOG_PID</entry>
<entry>include PID with each message</entry>
</row>
</tbody>
</tgroup>
</table>
<table>
<title><function>syslog</function> Priorities (in descending order)</title>
<tgroup cols="2">
<thead>
<row>
<entry>Constant</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>LOG_EMERG</entry>
<entry>system is unusable</entry>
</row>
<row>
<entry>LOG_ALERT</entry>
<entry>action must be taken immediately</entry>
</row>
<row>
<entry>LOG_CRIT</entry>
<entry>critical conditions</entry>
</row>
<row>
<entry>LOG_ERR</entry>
<entry>error conditions</entry>
</row>
<row>
<entry>LOG_WARNING</entry>
<entry>warning conditions</entry>
</row>
<row>
<entry>LOG_NOTICE</entry>
<entry>normal, but significant, condition</entry>
</row>
<row>
<entry>LOG_INFO</entry>
<entry>informational message</entry>
</row>
<row>
<entry>LOG_DEBUG</entry>
<entry>debug-level message</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php