cvs: phpdoc-nl /reference/dir/functions readdir.xml /reference/math/functions expm1.xml /reference/strings/functions strcoll.xml
[email protected] ("Sander Roobol")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvssander1031335560@cvsserver> |
sander Fri Sep 6 14:06:00 2002 EDT
Modified files:
/phpdoc-nl/reference/dir/functions readdir.xml
/phpdoc-nl/reference/math/functions expm1.xml
/phpdoc-nl/reference/strings/functions strcoll.xml
Log:
Sync my stuff with EN
Index: phpdoc-nl/reference/dir/functions/readdir.xml
diff -u phpdoc-nl/reference/dir/functions/readdir.xml:1.3 phpdoc-nl/reference/dir/functions/readdir.xml:1.4
--- phpdoc-nl/reference/dir/functions/readdir.xml:1.3 Fri Aug 16 05:28:54 2002
+++ phpdoc-nl/reference/dir/functions/readdir.xml Fri Sep 6 14:05:59 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
<refentry id="function.readdir">
<refnamediv>
<refname>readdir</refname>
@@ -22,7 +22,8 @@
is aan (gelijk is en van hetzelfde type is -- zie <link
linkend="language.operators.comparison">Vergelijkings operators</link>
voor meer informatie) &false; omdat anders een directory entry dat
- evalueert als &false; de loop zal stoppen.
+ evalueert als &false; de loop zal stoppen (b.v. door een directory
+ genaamd "0").
<example>
<title>Druk een lijst af van alle bestanden in de huidige directory</title>
<programlisting role="php">
Index: phpdoc-nl/reference/math/functions/expm1.xml
diff -u phpdoc-nl/reference/math/functions/expm1.xml:1.2 phpdoc-nl/reference/math/functions/expm1.xml:1.3
--- phpdoc-nl/reference/math/functions/expm1.xml:1.2 Fri Aug 16 05:27:42 2002
+++ phpdoc-nl/reference/math/functions/expm1.xml Fri Sep 6 14:05:59 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
<refentry id='function.expm1'>
<refnamediv>
<refname>expm1</refname>
Index: phpdoc-nl/reference/strings/functions/strcoll.xml
diff -u phpdoc-nl/reference/strings/functions/strcoll.xml:1.3 phpdoc-nl/reference/strings/functions/strcoll.xml:1.4
--- phpdoc-nl/reference/strings/functions/strcoll.xml:1.3 Fri Aug 16 05:29:07 2002
+++ phpdoc-nl/reference/strings/functions/strcoll.xml Fri Sep 6 14:06:00 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
<refentry id="function.strcoll">
<refnamediv>
<refname>strcoll</refname>
@@ -25,6 +25,12 @@
Merk op dat deze functie case sensitive is en, in tegenstelling tot
<function>strcmp</function>, niet binary safe is.
</simpara>
+ <note>
+ <para>
+ <function>strcoll</function> was toegevoegd in PHP 4.0.5, maar was niet
+ beschikbaar op Windows tot 4.2.3.
+ </para>
+ </note>
<simpara>
Zie ook <function>ereg</function>, <function>strcmp</function>,
<function>strcasecmp</function>, <function>substr</function>,