hholzgra Sat Feb 2 10:48:05 2002 EDT
Modified files:
/phpdoc/nl/functions apache.xml com.xml datetime.xml dir.xml dl.xml
strings.xml url.xml wddx.xml
Log:
nl Upgrade to DocBook4
Index: phpdoc/nl/functions/apache.xml
diff -u phpdoc/nl/functions/apache.xml:1.9 phpdoc/nl/functions/apache.xml:1.10
--- phpdoc/nl/functions/apache.xml:1.9 Wed Dec 12 15:55:51 2001
+++ phpdoc/nl/functions/apache.xml Sat Feb 2 10:47:46 2002
@@ -13,12 +13,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>class <function>apache_lookup_uri</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>class</type><methodname>apache_lookup_uri</methodname>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie doet een gedeeltelijke aanvraag van een URI. De functie
gaat net zover zodat het belangrijke gegevens van de gegeven URI heeft
@@ -64,17 +62,13 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>apache_note</function></funcdef>
- <paramdef>string <parameter>note_name</parameter></paramdef>
- <paramdef>string
- <parameter>
- <optional>note_value</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>apache_note</methodname>
+ <methodparam><type>string</type><parameter>note_name</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>
+ note_value
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
<function>apache_note</function> is een Apache-specifieke functie
die waardes gets en sets in een requests
@@ -96,12 +90,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>getallheaders</function></funcdef>
+ <methodsynopsis>
+ <type>array</type><methodname>getallheaders</methodname>
<void/>
- </funcprototype>
- </funcsynopsis>
+ </methodsynopsis>
<para>
Deze functie getourneerd een associatieve array met daarin alle
HTTP headers behorende bij een request.
@@ -147,12 +139,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>virtual</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>virtual</methodname>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>virtual</function> is een Apache-specifieke functie die
equivalent is aan <!--#include virtual...--> in mod_include.
@@ -176,12 +166,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>ascii2ebcdic</function></funcdef>
- <paramdef>string <parameter>ascii_str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>ascii2ebcdic</methodname>
+ <methodparam><type>string</type><parameter>ascii_str</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>ASCII2EBCDIC</function> is een Apache-specifieke functie die
alleen beschikbaar is op EBCDIC gebaseerde operating systems (OS/390,
@@ -202,12 +190,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>ascii2ebcdic</function></funcdef>
- <paramdef>string <parameter>ebcdic_str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>ascii2ebcdic</methodname>
+ <methodparam><type>string</type><parameter>ebcdic_str</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>EBCDIC2ASCII</function> is een Apache-specifieke functie die
alleen beschikbaar is op EBCDIC gebaseerde operating systems (OS/390,
@@ -241,3 +227,4 @@
End:
vim: ts=1 sw=1 et syntax=sgml
-->
+
Index: phpdoc/nl/functions/com.xml
diff -u phpdoc/nl/functions/com.xml:1.6 phpdoc/nl/functions/com.xml:1.7
--- phpdoc/nl/functions/com.xml:1.6 Wed Dec 12 15:55:52 2001
+++ phpdoc/nl/functions/com.xml Sat Feb 2 10:47:46 2002
@@ -19,17 +19,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>com_load</function></funcdef>
- <paramdef>string <parameter>module name</parameter></paramdef>
- <paramdef>string
- <parameter>
- <optional>server name</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>com_load</methodname>
+ <methodparam><type>string</type><parameter>module name</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>
+ server name
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
<function>com_load</function> creëerd een nieuw COM component en
geeft een reference terug als de functie slaagd. De functie geeft
@@ -47,18 +43,14 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>com_invoke</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>function_name</parameter></paramdef>
- <paramdef>mixed
- <parameter>
- <optional>functie parameters, ...</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>com_invoke</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+
+<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter>
+ functie parameters, ...
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
<function>com_invoke</function> roep een methode aan van het COM
component aangewezen door
@@ -79,13 +71,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>com_propget</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>property</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>com_propget</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is een alias voor <function>com_get</function>.
</para>
@@ -101,13 +91,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>com_get</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>property</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>com_get</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de waarde van de <parameter>property</parameter> terug van het
COM component aangegeven door <parameter>com_object</parameter>.
@@ -125,14 +113,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>com_propput</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>property</parameter></paramdef>
- <paramdef>mixed <parameter>value</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>com_propput</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie ie een alias voor <function>com_set</function>.
</para>
@@ -148,14 +134,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>com_propset</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>property</parameter></paramdef>
- <paramdef>mixed <parameter>value</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>com_propset</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is een alias voor <function>com_set</function>.
</para>
@@ -171,14 +155,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>com_set</function></funcdef>
- <paramdef>resource <parameter>com_object</parameter></paramdef>
- <paramdef>string <parameter>property</parameter></paramdef>
- <paramdef>mixed <parameter>value</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>com_set</methodname>
+
+<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
+ <methodparam><type>string</type><parameter>property</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de eigenschap <parameter>property</parameter> van het COM
component aangewezen door <parameter>com_object</parameter> een
@@ -208,3 +190,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/datetime.xml
diff -u phpdoc/nl/functions/datetime.xml:1.8 phpdoc/nl/functions/datetime.xml:1.9
--- phpdoc/nl/functions/datetime.xml:1.8 Wed Dec 12 15:55:52 2001
+++ phpdoc/nl/functions/datetime.xml Sat Feb 2 10:47:48 2002
@@ -10,14 +10,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>checkdate</function></funcdef>
- <paramdef>int <parameter>month</parameter></paramdef>
- <paramdef>int <parameter>day</parameter></paramdef>
- <paramdef>int <parameter>year</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>checkdate</methodname>
+ <methodparam><type>int</type><parameter>month</parameter></methodparam>
+ <methodparam><type>int</type><parameter>day</parameter></methodparam>
+ <methodparam><type>int</type><parameter>year</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft &true; als de gegeven date correct is; in andere gevallen &false;.
Controleert de geldigheid van de date gevormd door de argumenten.
@@ -52,17 +50,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>date</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>int
- <parameter>
- <optional>timestamp</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>date</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>
+ timestamp
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een geformatteerde string volgens de gegeven format string
gebruikmakend van <parameter>timestamp</parameter> of the huidige
@@ -270,14 +264,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>getdate</function></funcdef>
- <paramdef>int
- <parameter><optional>timestamp</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>getdate</methodname>
+ <methodparam
+choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
+ </methodsynopsis>
<para>
Retourneert een associative array die informatie omtrent de date
van <parameter>timestamp</parameter> bevat, of de huidige lokale
@@ -346,12 +336,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>gettimeofday</function></funcdef>
+ <methodsynopsis>
+ <type>array</type><methodname>gettimeofday</methodname>
<void/>
- </funcprototype>
- </funcsynopsis>
+ </methodsynopsis>
<para>
Dit is een interface naar gettimeofday(2). Het retourneert
een associative array die de data die teruggegeven wordt van
@@ -389,15 +377,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>gmdate</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>int
- <parameter><optional>timestamp</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>gmdate</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
+ </methodsynopsis>
<para>
Identiek aan de <function>date</function> functie, behalve dat
de tijd is gebaseerd op de Greenwich Mean Time (GMT). Bijvoorbeeld,
@@ -426,20 +410,16 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>gmmktime</function></funcdef>
- <paramdef>int <parameter>hour</parameter></paramdef>
- <paramdef>int <parameter>minute</parameter></paramdef>
- <paramdef>int <parameter>second</parameter></paramdef>
- <paramdef>int <parameter>month</parameter></paramdef>
- <paramdef>int <parameter>day</parameter></paramdef>
- <paramdef>int <parameter>year</parameter></paramdef>
- <paramdef>int
- <parameter><optional>is_dst</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>gmmktime</methodname>
+ <methodparam><type>int</type><parameter>hour</parameter></methodparam>
+ <methodparam><type>int</type><parameter>minute</parameter></methodparam>
+ <methodparam><type>int</type><parameter>second</parameter></methodparam>
+ <methodparam><type>int</type><parameter>month</parameter></methodparam>
+ <methodparam><type>int</type><parameter>day</parameter></methodparam>
+ <methodparam><type>int</type><parameter>year</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>is_dst</parameter></methodparam>
+ </methodsynopsis>
<para>
Identiek aan <function>mktime</function> behalve dat de
meegegeven parameters een GMT date representeren.
@@ -456,15 +436,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>gmstrftime</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>int
- <parameter><optional>timestamp</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>gmstrftime</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
+ </methodsynopsis>
<para>
Gedraagt zich hetzelfde als <function>strftime</function> behalve dat de
time wordt teruggegeven als Greenwich Mean Time (GMT). Bijvoorbeeld wanneer
@@ -493,21 +469,15 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>localtime</function></funcdef>
- <paramdef>int
- <parameter>
- <optional>timestamp</optional>
- </parameter>
- </paramdef>
- <paramdef>bool
- <parameter>
- <optional>is_associative</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>localtime</methodname>
+ <methodparam choice="opt"><type>int</type><parameter>
+ timestamp
+ </parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>
+ is_associative
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
De <function>localtime</function> functie retourneert een array
identiek aan de structuur zoals die wordt geretourneerd van de
@@ -580,12 +550,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>microtime</function></funcdef>
+ <methodsynopsis>
+ <type>string</type><methodname>microtime</methodname>
<void/>
- </funcprototype>
- </funcsynopsis>
+ </methodsynopsis>
<para>
Retourneert de string "msec sec" waar sec de huidige tijd
gemeten in het aantal seconden sinds de Unix Epoch (0:00:00
@@ -606,20 +574,16 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>mktime</function></funcdef>
- <paramdef>int <parameter>hour</parameter></paramdef>
- <paramdef>int <parameter>minute</parameter></paramdef>
- <paramdef>int <parameter>second</parameter></paramdef>
- <paramdef>int <parameter>month</parameter></paramdef>
- <paramdef>int <parameter>day</parameter></paramdef>
- <paramdef>int <parameter>year</parameter></paramdef>
- <paramdef>int
- <parameter><optional>is_dst</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>mktime</methodname>
+ <methodparam><type>int</type><parameter>hour</parameter></methodparam>
+ <methodparam><type>int</type><parameter>minute</parameter></methodparam>
+ <methodparam><type>int</type><parameter>second</parameter></methodparam>
+ <methodparam><type>int</type><parameter>month</parameter></methodparam>
+ <methodparam><type>int</type><parameter>day</parameter></methodparam>
+ <methodparam><type>int</type><parameter>year</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>is_dst</parameter></methodparam>
+ </methodsynopsis>
<para>
<emphasis>Waarschuwing:</emphasis> Let op de vreemde volgorde van
argumenten, die verschilt van de volgorde van argumenten in een
@@ -705,17 +669,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strftime</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>int
- <parameter>
- <optional>timestamp</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strftime</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>
+ timestamp
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
Retourneert een string geformatterd volgens de gegeven format
string gebruikmakend van de gegeven <parameter>timestamp</parameter>
@@ -946,12 +906,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>time</function></funcdef>
+ <methodsynopsis>
+ <type>int</type><methodname>time</methodname>
<void/>
- </funcprototype>
- </funcsynopsis>
+ </methodsynopsis>
<para>
Retourneert de huidige tijd gemeten in het aantal seconden sinds
de Unix Epoch (January 1 1970 00:00:00 GMT).
@@ -972,15 +930,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strtotime</function></funcdef>
- <paramdef>string <parameter>time</parameter></paramdef>
- <paramdef>int
- <parameter><optional>now</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strtotime</methodname>
+ <methodparam><type>string</type><parameter>time</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>now</parameter></methodparam>
+ </methodsynopsis>
<para>
De functie verwacht een string mee te krijgen die een engelse
date format bevat en zal proberen dat format te parsen naar
@@ -1018,3 +972,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/dir.xml
diff -u phpdoc/nl/functions/dir.xml:1.6 phpdoc/nl/functions/dir.xml:1.7
--- phpdoc/nl/functions/dir.xml:1.6 Wed Dec 12 15:55:53 2001
+++ phpdoc/nl/functions/dir.xml Sat Feb 2 10:47:48 2002
@@ -10,12 +10,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>chroot</function></funcdef>
- <paramdef>string <parameter>directory</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>chroot</methodname>
+ <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+ </methodsynopsis>
<para>
Verandert de root directory van het huidige proces naar de directory
gespecificeerd door <parameter>directory</parameter>. De functie
@@ -40,12 +38,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>chdir</function></funcdef>
- <paramdef>string <parameter>directory</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>chdir</methodname>
+ <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+ </methodsynopsis>
<para>
Veranderd de huidige directory van PHP naar
<parameter>directory</parameter>. Geeft &false; terug als dit mislukt,
@@ -61,12 +57,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>new <function>dir</function></funcdef>
- <paramdef>string <parameter>directory</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>new</type><methodname>dir</methodname>
+ <methodparam><type>string</type><parameter>directory</parameter></methodparam>
+ </methodsynopsis>
<para>
Een pseudo-object oriented mechanisme voor het lezen van een directory.
De gegeven <parameter>directory</parameter> wordt geopend. Twee
@@ -99,12 +93,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>closedir</function></funcdef>
- <paramdef>int <parameter>dir_handle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>closedir</methodname>
+ <methodparam><type>int</type><parameter>dir_handle</parameter></methodparam>
+ </methodsynopsis>
<para>
Sluiten de directory stream aangegeven door
<parameter>dir_handle</parameter>. The stream moet zijn geopend
@@ -120,12 +112,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>getcwd</function></funcdef>
+ <methodsynopsis>
+ <type>string</type><methodname>getcwd</methodname>
<void/>
- </funcprototype>
- </funcsynopsis>
+ </methodsynopsis>
<para>
Geeft de huidige werk directory terug.
</para>
@@ -139,12 +129,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>opendir</function></funcdef>
- <paramdef>string <parameter>path</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>opendir</methodname>
+ <methodparam><type>string</type><parameter>path</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een directory handle terug die gebruikt kan worden met
aanroepen naar de
@@ -161,12 +149,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>readdir</function></funcdef>
- <paramdef>int <parameter>dir_handle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>readdir</methodname>
+ <methodparam><type>int</type><parameter>dir_handle</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de bestandsnaam van het volgende bestand in de directory. De
bestandsnamen worden in een willekeurige volgorde teruggegeven.
@@ -216,12 +202,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>rewinddir</function></funcdef>
- <paramdef>int <parameter>dir_handle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>rewinddir</methodname>
+ <methodparam><type>int</type><parameter>dir_handle</parameter></methodparam>
+ </methodsynopsis>
<para>
Resets de directory stream aangegeven door
<parameter>dir_handle</parameter> naar het begin van de
@@ -250,3 +234,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/dl.xml
diff -u phpdoc/nl/functions/dl.xml:1.4 phpdoc/nl/functions/dl.xml:1.5
--- phpdoc/nl/functions/dl.xml:1.4 Wed Dec 12 15:55:53 2001
+++ phpdoc/nl/functions/dl.xml Sat Feb 2 10:47:49 2002
@@ -10,12 +10,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>dl</function></funcdef>
- <paramdef>string <parameter>library</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>dl</methodname>
+ <methodparam><type>string</type><parameter>library</parameter></methodparam>
+ </methodsynopsis>
<para>
Laad de PHP extensie aangegeven met
<parameter>library</parameter>. Zie ook de <link
@@ -43,3 +41,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/strings.xml
diff -u phpdoc/nl/functions/strings.xml:1.10 phpdoc/nl/functions/strings.xml:1.11
--- phpdoc/nl/functions/strings.xml:1.10 Mon Jan 7 20:39:31 2002
+++ phpdoc/nl/functions/strings.xml Sat Feb 2 10:47:49 2002
@@ -25,13 +25,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>addcslashes</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string <parameter>charlist</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>addcslashes</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam><type>string</type><parameter>charlist</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een string weer met backslashes voor de characters die
gegeven zijn in de <parameter>charlist</parameter> parameter.
@@ -70,12 +68,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>addslashes</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>addslashes</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een string weer met backslashes voor characters die moeten
worden gequote in database queries etc. Deze characters zijn
@@ -100,12 +96,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>bin2hex</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>bin2hex</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een ASCII string weer met daarin het hexadecimale formaat
van <parameter>str</parameter>. De conversie vindt byte-gewijs plaats
@@ -121,12 +115,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>chop</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>chop</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de argument string zonder achteraankomende whitespace weer,
inclusief newlines.
@@ -158,12 +150,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>chr</function></funcdef>
- <paramdef>int <parameter>ascii</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>chr</methodname>
+ <methodparam><type>int</type><parameter>ascii</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een een-character string met daarin de character
gespecifieerd in <parameter>ascii</parameter>.
@@ -191,18 +181,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>chunk_split</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>int
- <parameter><optional>chunklen</optional></parameter>
- </paramdef>
- <paramdef>string
- <parameter><optional>end</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>chunk_split</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>chunklen</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>end</parameter></methodparam>
+ </methodsynopsis>
<para>
Kan gebruikt worden om een string in kleinere stukjes te splitten,
wat handig kan zijn om bijvoorbeeld
@@ -239,14 +223,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>convert_cyr_string</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string <parameter>from</parameter></paramdef>
- <paramdef>string <parameter>to</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>convert_cyr_string</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam><type>string</type><parameter>from</parameter></methodparam>
+ <methodparam><type>string</type><parameter>to</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie converteert de gegeven string van de ene naar
de andere Cyrillische karakter-set. De <parameter>from</parameter>
@@ -297,17 +279,13 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>count_chars</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>
- <parameter>
- <optional>mode</optional>
- </parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>count_chars</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam choice="opt"><type></type><parameter>
+ mode
+ </parameter></methodparam>
+ </methodsynopsis>
<para>
Telt hoeveel keer elke byte-waarde (0..255) voorkomt in een
<parameter>string</parameter> en geeft het weer op verschillende manieren.
@@ -360,12 +338,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>crc32</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>crc32</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Genereert de cyclische redundancy checksum polynoom van 32-bit lengtes
van de <parameter>str</parameter>. Dit wordt doorgaans toegepast
@@ -384,15 +360,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>crypt</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string
- <parameter><optional>salt</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>crypt</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>salt</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>crypt</function> encrypteert een string geburikmakend
vande standaard Unix <abbrev>DES</abbrev> encryptie methode.
@@ -473,15 +445,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef><function>echo</function></funcdef>
- <paramdef>string <parameter>arg1</parameter></paramdef>
- <paramdef>string
- <parameter><optional>argn</optional>...</parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <methodname>echo</methodname>
+ <methodparam><type>string</type><parameter>arg1</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>argn...</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Output alle parameters.
</simpara>
@@ -523,16 +491,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>explode</function></funcdef>
- <paramdef>string <parameter>separator</parameter></paramdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>int
- <parameter><optional>limit</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>explode</methodname>
+ <methodparam><type>string</type><parameter>separator</parameter></methodparam>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>limit</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een array van strings terug, waar elk element een substring
van <parameter>string</parameter> is, gevormd door het splitten ervan
@@ -577,15 +541,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string
- <function>get_html_translation_table</function>
- </funcdef>
- <paramdef>int <parameter>table</parameter></paramdef>
- <paramdef>int <parameter><optional>quote_style</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>get_html_translation_table</methodname>
+ <methodparam><type>int</type><parameter>table</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>quote_style</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>get_html_translation_table</function> geeft een vertalingstabel
weer die intern gebruikt wordt voor <function>htmlspecialchars</function> en
@@ -644,15 +604,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>get_meta_tags</function></funcdef>
- <paramdef>string <parameter>filename</parameter></paramdef>
- <paramdef>int
- <parameter><optional>use_include_path</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>get_meta_tags</methodname>
+ <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>use_include_path</parameter></methodparam>
+ </methodsynopsis>
<para>
Opent <parameter>filename</parameter> en parsed het regel voor regel
voor <meta> tags van de vorm
@@ -691,15 +647,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>hebrev</function></funcdef>
- <paramdef>string <parameter>hebrew_text</parameter></paramdef>
- <paramdef>int
- <parameter><optional>max_chars_per_line</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>hebrev</methodname>
+ <methodparam><type>string</type><parameter>hebrew_text</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>max_chars_per_line</parameter></methodparam>
+ </methodsynopsis>
<para>
De optionele parameter <parameter>max_chars_per_line</parameter>
geeft het maxium aantal karakters per regel aan die weergegeven worden.
@@ -720,15 +672,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>hebrevc</function></funcdef>
- <paramdef>string <parameter>hebrew_text</parameter></paramdef>
- <paramdef>int
- <parameter><optional>max_chars_per_line</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>hebrevc</methodname>
+ <methodparam><type>string</type><parameter>hebrew_text</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>max_chars_per_line</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is gelijk aan <function>hebrev</function> met het verschil
dat het newlines (\n) converteert naar "<br>\n".
@@ -751,13 +699,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>htmlentities</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>int <parameter><optional>quote_style</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>htmlentities</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>quote_style</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is identiek aan <function>htmlspecialchars</function>
in alle opzichten, behalve dat alle karakters met HTML karakter entity
@@ -791,13 +737,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>htmlspecialchars</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>int <parameter><optional>quote_style</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>htmlspecialchars</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>quote_style</parameter></methodparam>
+ </methodsynopsis>
<para>
Bepaalde karakters hebben een speciale betekenis in HTML, en moeten
daarom weergegeven worden als HTML entities als die hun betekenissen
@@ -873,13 +817,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>implode</function></funcdef>
- <paramdef>string <parameter>glue</parameter></paramdef>
- <paramdef>array <parameter>pieces</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>implode</methodname>
+ <methodparam><type>string</type><parameter>glue</parameter></methodparam>
+ <methodparam><type>array</type><parameter>pieces</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een string terug die de string representatie van alle
array elementen in dezelfde volgorde, met de glue string tussen
@@ -913,13 +855,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>join</function></funcdef>
- <paramdef>string <parameter>glue</parameter></paramdef>
- <paramdef>array <parameter>pieces</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>join</methodname>
+ <methodparam><type>string</type><parameter>glue</parameter></methodparam>
+ <methodparam><type>array</type><parameter>pieces</parameter></methodparam>
+ </methodsynopsis>
<simpara>
<function>join</function> is een alias naar
<function>implode</function>, en is identiek in ieder opzicht.
@@ -940,27 +880,25 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>levenshtein</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- <funcprototype>
- <funcdef>int <function>levenshtein</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- <paramdef>int <parameter>cost_ins</parameter></paramdef>
- <paramdef>int <parameter>cost_rep</parameter></paramdef>
- <paramdef>int <parameter>cost_del</parameter></paramdef>
- </funcprototype>
- <funcprototype>
- <funcdef>int <function>levenshtein</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- <paramdef>function <parameter>cost</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>levenshtein</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>levenshtein</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ <methodparam><type>int</type><parameter>cost_ins</parameter></methodparam>
+ <methodparam><type>int</type><parameter>cost_rep</parameter></methodparam>
+ <methodparam><type>int</type><parameter>cost_del</parameter></methodparam>
+ </methodsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>levenshtein</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ <methodparam><type>function</type><parameter>cost</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie geeft de Levenshtein-afstand tussen de twee
argument strings of -1 weer, als een van de argumenten is
@@ -1069,12 +1007,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>ltrim</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>ltrim</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie stript whitespace van het begin van een string en
geeft de gestripte string terug. De whitespace karakters die
@@ -1095,12 +1031,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>md5</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>md5</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Calculeert de MD5 hash van <parameter>str</parameter> gebruik makend
van het <ulink url="&url.rfc;rfc1321.html">RSA Data Security, Inc.
@@ -1119,12 +1053,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>metaphone</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>metaphone</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Berekent de metaphone key van <parameter>str</parameter>.
</para>
@@ -1156,12 +1088,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>nl2br</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>nl2br</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft <parameter>string</parameter> met '<BR>' ingevoegd
voor alle newlines.
@@ -1181,12 +1111,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>ord</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>ord</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft ASCII waarde van het eerste karakter in
<parameter>string</parameter>
@@ -1213,13 +1141,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>void <function>parse_str</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>array <parameter><optional>arr</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>void</type><methodname>parse_str</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam
+choice="opt"><type>array</type><parameter>arr</parameter></methodparam>
+ </methodsynopsis>
<para>
Parset <parameter>str</parameter> alsof het een query string is
die met een URL meegegeven wordt en definieert variabelen in de huidige
@@ -1248,12 +1174,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef><function>print</function></funcdef>
- <paramdef>string <parameter>arg</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <methodname>print</methodname>
+ <methodparam><type>string</type><parameter>arg</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Output <parameter>arg</parameter>.
</simpara>
@@ -1271,15 +1195,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>printf</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>mixed
- <parameter><optional>args</optional></parameter>...
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>printf</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam
+choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Produceert output volgens <parameter>format</parameter>, hetgeen is
beschreven in de documentatie voor <function>sprintf</function>.
@@ -1301,14 +1221,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string
- <function>quoted_printable_decode</function>
- </funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>quoted_printable_decode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Deze functie retourneert een 8-bit binaire string die correspondeert
met de gedecodeerde quoted printable string. Deze functie is vergelijkbaar
@@ -1325,12 +1241,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>quotemeta</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>quotemeta</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een versie van str met een backslash (<literal>\</literal>)
voor elk karakter in deze reeks: <screen>. \\ + * ? [ ^ ] ( $ )</screen>
@@ -1352,12 +1266,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rtrim</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>rtrim</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de argument string terug zonder nakomende whitespace, inclusief
newlines. Deze functie is een alias voor <function>chop</function>.
@@ -1382,16 +1294,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>sscanf</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>string
- <parameter><optional>var1</optional></parameter>...
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>sscanf</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>var1</parameter></methodparam>
+ </methodsynopsis>
<para>
De functie <function>sscanf</function> is de input analoog van
<function>printf</function>. <function>sscanf</function> leest
@@ -1440,13 +1348,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>setlocale</function></funcdef>
- <paramdef>string <parameter>category</parameter></paramdef>
- <paramdef>string <parameter>locale</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>setlocale</methodname>
+ <methodparam><type>string</type><parameter>category</parameter></methodparam>
+ <methodparam><type>string</type><parameter>locale</parameter></methodparam>
+ </methodsynopsis>
<para>
<parameter>Category</parameter> is een string die de categorie
specifieert van de functies die worden beinvloed worden door
@@ -1516,16 +1422,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>similar_text</function></funcdef>
- <paramdef>string <parameter>first</parameter></paramdef>
- <paramdef>string <parameter>second</parameter></paramdef>
- <paramdef>double
- <parameter><optional>percent</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>similar_text</methodname>
+ <methodparam><type>string</type><parameter>first</parameter></methodparam>
+ <methodparam><type>string</type><parameter>second</parameter></methodparam>
+ <methodparam
+choice="opt"><type>double</type><parameter>percent</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie berekent de overeenkomsten tussen twee strings
als beschreven in Oliver [1993]. Merk op dat deze implementatie
@@ -1550,12 +1452,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>soundex</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>soundex</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Berekent de sounex key van <parameter>str</parameter>.
</para>
@@ -1595,15 +1495,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>sprintf</function></funcdef>
- <paramdef>string <parameter>format</parameter></paramdef>
- <paramdef>mixed
- <parameter><optional>args</optional></parameter>...
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>sprintf</methodname>
+ <methodparam><type>string</type><parameter>format</parameter></methodparam>
+ <methodparam
+choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Geeft een string weer die geproduceerd is volgens de formatting string
<parameter>format</parameter>.
@@ -1740,13 +1636,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strcasecmp</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strcasecmp</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<para>
Retourneert < 0 als <parameter>str1</parameter> minder is
dan <parameter>str2</parameter>; > 0 als <parameter>str1</parameter>
@@ -1779,13 +1673,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strchr</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strchr</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is een alias voor <function>strstr</function> en is
identiek in alle opzichten.
@@ -1800,13 +1692,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strcmp</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strcmp</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Geeft < 0 terug als <parameter>str1</parameter> minder is dan
<parameter>str2</parameter>; > 0 als <parameter>str1</parameter>
@@ -1833,13 +1723,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strcspn</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strcspn</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Geeft de lengte van het initiele segment van <parameter>str1</parameter>
die <emphasis>geen</emphasis> van de karakters in <parameter>str2</parameter>
@@ -1858,15 +1746,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strip_tags</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string
- <parameter><optional>allowable_tags</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strip_tags</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>allowable_tags</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze funtie probeert alle HTML en PHP tags te strippen van de
gegeven string. Het gebruikt dezelfde tag stripping methodiek
@@ -1894,12 +1778,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>stripcslashes</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>stripcslashes</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een string terug met backslashes gestript. Herkent C-achtige
<literal>\n</literal>, <literal>\r</literal> ..., octale en
@@ -1925,12 +1807,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>stripslashes</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>stripslashes</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft een string met backslashes gestript. (<literal>\'</literal> wordt
<literal>'</literal> enzovoort.)
@@ -1951,13 +1831,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>stristr</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>stristr</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft alle van <parameter>haystack</parameter> van het eerste voorkomen
van <parameter>needle</parameter> naar het eind.
@@ -1986,12 +1864,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strlen</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strlen</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de lengte van <parameter>string</parameter>.
</para>
@@ -2007,13 +1883,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strnatcmp</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strnatcmp</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie implementeert een vergelijkingsalgoritme die
alfanumerieke strings sorteert op een manier zoals een mens
@@ -2088,13 +1962,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strnatcasecmp</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strnatcasecmp</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie implementeert een vergelijkingsalgoritme die
alfanumerieke strings sorteert op een manier zoals mensen
@@ -2130,14 +2002,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strncmp</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- <paramdef>int <parameter>len</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strncmp</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ <methodparam><type>int</type><parameter>len</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie is vergelijkbaar met <function>strcmp</function>, met
het verschil dat je het aantal karakters (<parameter>len</parameter>)
@@ -2169,18 +2039,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>str_pad</function></funcdef>
- <paramdef>string <parameter>input</parameter></paramdef>
- <paramdef>int <parameter>pad_length</parameter></paramdef>
- <paramdef>string
- <parameter><optional>pad_string</optional></parameter></paramdef>
- <paramdef>int
- <parameter><optional>pad_type</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>str_pad</methodname>
+ <methodparam><type>string</type><parameter>input</parameter></methodparam>
+ <methodparam><type>int</type><parameter>pad_length</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>pad_string</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>pad_type</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie pad ('vult op') de <parameter>input</parameter> string
links, rechts of beide kanten op tot de gespecifieerde lengte.
@@ -2225,16 +2090,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strpos</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- <paramdef>int
- <parameter><optional>offset</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strpos</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de numerieke positie van het eerste voorkmen van
<parameter>needle</parameter> in <parameter>haystack</parameter>.
@@ -2295,13 +2156,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strrchr</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strrchr</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie retourneert het gedeelte van <parameter>haystack</parameter>
die start met het laatste voorkomen van <parameter>needle</parameter> en
@@ -2344,13 +2203,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>str_repeat</function></funcdef>
- <paramdef>string <parameter>input</parameter></paramdef>
- <paramdef>int <parameter>multiplier</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>str_repeat</methodname>
+ <methodparam><type>string</type><parameter>input</parameter></methodparam>
+ <methodparam><type>int</type><parameter>multiplier</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft <parameter>multiplier</parameter> herhalingen
van <parameter>input_str</parameter>.
@@ -2380,12 +2237,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strrev</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strrev</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft <parameter>string</parameter> omgekeerd.
</para>
@@ -2401,13 +2256,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strrpos</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>char <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strrpos</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>char</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft de numerieke positie van het laatste voorkomen van
<parameter>needle</parameter> in de <parameter>haystack</parameter>
@@ -2441,13 +2294,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>strspn</function></funcdef>
- <paramdef>string <parameter>str1</parameter></paramdef>
- <paramdef>string <parameter>str2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>strspn</methodname>
+ <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+ </methodsynopsis>
<simpara>
Geeft de lengte van het initieel segment van
<parameter>str1</parameter> die uitsluitend bestaat uit
@@ -2476,13 +2327,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strstr</function></funcdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strstr</methodname>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft alles van <parameter>haystack</parameter> van het
eerste voorkomen van <parameter>needle</parameter> tot het
@@ -2529,13 +2378,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strtok</function></funcdef>
- <paramdef>string <parameter>arg1</parameter></paramdef>
- <paramdef>string <parameter>arg2</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strtok</methodname>
+ <methodparam><type>string</type><parameter>arg1</parameter></methodparam>
+ <methodparam><type>string</type><parameter>arg2</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>strtok</function> wordt gebruikt om een string in
tokens te verdelen. Bijvoorbeeld als je een string hebt als
@@ -2583,12 +2430,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strtolower</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strtolower</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft <parameter>string</parameter> met alle alfabetische
karakters geconverteerd naar lowercase.
@@ -2620,12 +2465,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strtoupper</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strtoupper</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ </methodsynopsis>
<para>
Geeft <parameter>string</parameter> met alle alfabetische
karakters geconverteerd naar uppercase.
@@ -2659,14 +2502,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>str_replace</function></funcdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string <parameter>haystack</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>str_replace</methodname>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie vervangt alle voorkomens van <parameter>needle</parameter>
in <parameter>haystack</parameter> met de gegeven <parameter>str</parameter>.
@@ -2704,14 +2545,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>strtr</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>string <parameter>from</parameter></paramdef>
- <paramdef>string <parameter>to</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>strtr</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam><type>string</type><parameter>from</parameter></methodparam>
+ <methodparam><type>string</type><parameter>to</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie heeft effect op <parameter>str</parameter>, en vertaalt
alle voorkomens van elk karakter in <parameter>from</parameter>
@@ -2767,16 +2606,12 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>substr</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>int <parameter>start</parameter></paramdef>
- <paramdef>int
- <parameter><optional>length</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>substr</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam><type>int</type><parameter>start</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+ </methodsynopsis>
<para>
Substr geeft een gedeelte van <parameter>string</parameter>
gespecificeerd door de <parameter>start</parameter>
@@ -2852,13 +2687,11 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>substr_count</function></funcdef>
- <paramdef>string <parameter>haystrack</parameter></paramdef>
- <paramdef>string <parameter>needle</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>substr_count</methodname>
+ <methodparam><type>string</type><parameter>haystrack</parameter></methodparam>
+ <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>substr_count</function> geeft het aantal keren dat
de <parameter>needle</parameter> substring voorkomt in
@@ -2883,17 +2716,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>substr_replace</function></funcdef>
- <paramdef>string <parameter>string</parameter></paramdef>
- <paramdef>string <parameter>replacement</parameter></paramdef>
- <paramdef>int <parameter>start</parameter></paramdef>
- <paramdef>int
- <parameter><optional>length</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>substr_replace</methodname>
+ <methodparam><type>string</type><parameter>string</parameter></methodparam>
+ <methodparam><type>string</type><parameter>replacement</parameter></methodparam>
+ <methodparam><type>int</type><parameter>start</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>substr_replace</function> vervangt een gedeelte van
<parameter>string</parameter> delimited door
@@ -2967,12 +2796,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>trim</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>trim</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Deze functie stript whitespace van het begin en einde van een
string en geeft de gestripte string terug. De whitespace karakters
@@ -2993,12 +2820,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>ucfirst</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>ucfirst</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Maakt van het eerste karaketer van <parameter>str</parameter>
een hoofdletter als die alfabetisch is.
@@ -3032,12 +2857,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>ucwords</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>ucwords</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Maakt van het eerste karakter van elk woord in
<parameter>str</parameter> als dit karakter alfabetisch
@@ -3068,21 +2891,13 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>wordwrap</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- <paramdef>int
- <parameter><optional>width</optional></parameter>
- </paramdef>
- <paramdef>string
- <parameter><optional>break</optional></parameter>
- </paramdef>
- <paramdef>int
- <parameter><optional>cut</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>wordwrap</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>width</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>break</parameter></methodparam>
+ <methodparam
+choice="opt"><type>int</type><parameter>cut</parameter></methodparam>
+ </methodsynopsis>
<para>
Wrapt de string <parameter>str</parameter> op basis van
het column nummer gespecificeerd door de (optionele)
<parameter>width</parameter>.
@@ -3169,3 +2984,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/url.xml
diff -u phpdoc/nl/functions/url.xml:1.5 phpdoc/nl/functions/url.xml:1.6
--- phpdoc/nl/functions/url.xml:1.5 Wed Dec 12 15:55:54 2001
+++ phpdoc/nl/functions/url.xml Sat Feb 2 10:47:49 2002
@@ -10,12 +10,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>base64_decode</function></funcdef>
- <paramdef>string <parameter>encoded_data</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>base64_decode</methodname>
+
+<methodparam><type>string</type><parameter>encoded_data</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>base64_decode</function> decodeerd
<parameter>encoded_data</parameter> en geeft de originele niet
@@ -35,12 +33,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>base64_encode</function></funcdef>
- <paramdef>string <parameter>data</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>base64_encode</methodname>
+ <methodparam><type>string</type><parameter>data</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>base64_encode</function> geeft de met base64
geëncodeerde <parameter>data</parameter> terug. Deze functie
@@ -67,12 +63,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>array <function>parse_url</function></funcdef>
- <paramdef>string <parameter>url</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>array</type><methodname>parse_url</methodname>
+ <methodparam><type>string</type><parameter>url</parameter></methodparam>
+ </methodsynopsis>
<para>
This function returns an associative array returning any of the
various components of the URL that are present. This includes the
@@ -89,12 +83,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rawurldecode</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>rawurldecode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Returns a string in which the sequences with percent
(<literal>%</literal>) signs followed by two hex digits have been
@@ -117,12 +109,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>rawurlencode</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>rawurlencode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Returns a string in which all non-alphanumeric characters except
<screen>-_.</screen> have been replaced with a percent
@@ -163,12 +153,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>urldecode</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>urldecode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Decodes any <literal>%<replaceable>##</replaceable></literal>
encoding in the given string. The decoded string is returned.
@@ -201,12 +189,10 @@
</refnamediv>
<refsect1>
<title>Omschrijving</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>urlencode</function></funcdef>
- <paramdef>string <parameter>str</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>urlencode</methodname>
+ <methodparam><type>string</type><parameter>str</parameter></methodparam>
+ </methodsynopsis>
<para>
Returns a string in which all non-alphanumeric characters except
<literal>-_.</literal> have been replaced with a percent
@@ -273,3 +259,4 @@
sgml-local-ecat-files:nil
End:
-->
+
Index: phpdoc/nl/functions/wddx.xml
diff -u phpdoc/nl/functions/wddx.xml:1.3 phpdoc/nl/functions/wddx.xml:1.4
--- phpdoc/nl/functions/wddx.xml:1.3 Wed Dec 12 15:55:54 2001
+++ phpdoc/nl/functions/wddx.xml Sat Feb 2 10:47:49 2002
@@ -71,15 +71,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string
- <function>wddx_serialize_value</function></funcdef>
- <paramdef>mixed <parameter>var</parameter></paramdef>
- <paramdef>string
- <parameter><optional>comment</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>wddx_serialize_value</methodname>
+ <methodparam><type>mixed</type><parameter>var</parameter></methodparam>
+ <methodparam
+choice="opt"><type>string</type><parameter>comment</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_serialize_value</function> is used to create a
@@ -98,15 +94,11 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>wddx_serialize_vars</function></funcdef>
- <paramdef>mixed <parameter>var_name</parameter></paramdef>
- <paramdef>mixed
- <parameter><optional>...</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>wddx_serialize_vars</methodname>
+ <methodparam><type>mixed</type><parameter>var_name</parameter></methodparam>
+ <methodparam
+choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_serialize_vars</function> is used to create a WDDX
@@ -154,13 +146,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>wddx_packet_start</function></funcdef>
- <paramdef>string
- <parameter><optional>comment</optional></parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>int</type><methodname>wddx_packet_start</methodname>
+ <methodparam
+choice="opt"><type>string</type><parameter>comment</parameter></methodparam>
+ </methodsynopsis>
<para>
Use <function>wddx_packet_start</function> to start a new WDDX
@@ -179,12 +168,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>wddx_packet_end</function></funcdef>
- <paramdef>int <parameter>packet_id</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>string</type><methodname>wddx_packet_end</methodname>
+ <methodparam><type>int</type><parameter>packet_id</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_packet_end</function> ends the WDDX packet
@@ -201,16 +188,12 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef><function>wddx_add_vars</function></funcdef>
- <paramdef>int <parameter>packet_id</parameter></paramdef>
- <paramdef>mixed <parameter>name_var</parameter></paramdef>
- <paramdef>mixed
- <parameter><optional>...</optional></parameter>
- </paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <methodname>wddx_add_vars</methodname>
+ <methodparam><type>int</type><parameter>packet_id</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>name_var</parameter></methodparam>
+ <methodparam
+choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_add_vars</function> is used to serialize passed
@@ -229,12 +212,10 @@
</refnamediv>
<refsect1>
<title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>mixed <function>wddx_deserialize</function></funcdef>
- <paramdef>string <parameter>packet</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
+ <methodsynopsis>
+ <type>mixed</type><methodname>wddx_deserialize</methodname>
+ <methodparam><type>string</type><parameter>packet</parameter></methodparam>
+ </methodsynopsis>
<para>
<function>wddx_deserialized</function> takes a
@@ -263,3 +244,4 @@
sgml-local-ecat-files:nil
End:
-->
+