[PHP-DOC] Re: Livedocs, the future

2004-01-20 Thread Dirkjan Ochtman
> that might not be flexible enough in practice (but is
> still better than what we have currently!).

Would it work to do templating in XSLT? I mean, it's possible to do a lot of
XSLT templates of the DocBook XML, and switching in another XSLT-sheet would
allow for a very different layout (combined with the CSS sheet).

I don't know if that would work, but it might (of course, you'd need to have
the XSLT module installed, but it'll be default from 5.0 onwards anyway).

Regards,

Manuzhai


[PHP-DOC] Re: quickref.swf

2003-09-18 Thread Dirkjan Ochtman
Seems easier to do this kind of stuff with Javascript...

Manuzhai

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi!
>
> I have this idea for quite a long time now, but have not had the time to
> actually propose it :) So read on...
>
> Today if you would like to use the quickref functionality, you either
> use the URL shortcuts or use the form on the site. If you use the form
> on the site, you get to the search page, which looks for files named
> with a similar pattern to what you searched for (prefixing your input
> with common prefixes). You need to wait for the request to end, and if
> you mistyped something, you need to start over again (or click on one of
> the closest matches found, if any).
>
> What if we would provide the quickref as a flash file available on all
> pages (at the top above the menu or just on manual pages at the top of
> the sidebar)? This flash file would have an internal list of functions
> (or better a list of those pages you can look up with the quickref
> search). Typing in would display a list of the closest matches as you
> type, so in case you make a typo, you can correct it right away. Once
> you found the function you are looking for you can get to its manual
> page with a press of the enter or a click.
>
> This saves our servers at least one search request (though the quickrefs
> now run through some redirection, so cause more requests), and would be
> more convinient for those having the plugin installed. I would assume
> that the SWF will be cached on the user's machine.
>
> The only trick is that the function list should be embeded in the SWF
> somehow, as if it would download a list_of_functions.txt or whatever
> from our server, then we would not gain anything. But that needs to be
> modifiable from time to time, so we need to generate the data part of
> the source of the SWF somehow, and compile it with PHP :)
>
> If this seems to be a good proposal, and is implementable, then I have
> an idea to further enhance it in the future. We can put in the proto of
> the functions (for which many developers look for many times), so we can
> display the proto without any further request. This would ease the life
> of our users.
>
> I have no time to allocate for this stuff, and I lack the know-how of
> SWF generation in PHP, so I would like to only propose the idea, in case
> someone have time to pick it up, and it seems to be acceptable for the
> PHP site.
>
> Goba


[PHP-DOC] Manual hasn't been built?

2003-04-03 Thread Dirkjan Ochtman
The Dutch manual hasn't been built since january 28, according to the
revcheck. What's up with that?

Regards,

Manuzhai



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml

2003-01-19 Thread Dirkjan Ochtman
manuzhaiSun Jan 19 11:54:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsextract.xml 
  Log:
  Added forgotten .
  
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.6 
phpdoc/en/reference/array/functions/extract.xml:1.7
--- phpdoc/en/reference/array/functions/extract.xml:1.6 Tue Sep 10 04:00:35 2002
+++ phpdoc/en/reference/array/functions/extract.xml Sun Jan 19 11:54:31 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -147,8 +147,8 @@
  successfully imported into the symbol table.
 
 
- A possible use for extract is to import into the symbol table
- variables contained in an associative array returned by
+ A possible use for extract is to import into the
+ symbol table variables contained in an associative array returned by
  wddx_deserialize.
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Building the manual in cygwin

2003-01-11 Thread Dirkjan Ochtman
I think there's some kind of memleak in some of the software that Cygwin
uses... My memory was running out, and that's why it didn't work, I think.

Got "make test" to work errorless!!! Thanks to all for the help! :)

Dirkjan

"Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message
001a01c2b981$d4f12b50$65db4d3e@emergency">news:001a01c2b981$d4f12b50$65db4d3e@emergency...
> > Okay, I'm a complete idiot...
> >
> > Next problem: stuff doesn't have permissions to fork. Should I try
running
> > as another user? Install more packages?
>
> What does not have permission to fork??
>
> Goba
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Building the manual in cygwin

2003-01-11 Thread Dirkjan Ochtman
But I unzipped that to phpdoc-tools, as the DOC HOWTO says... So it should
find that?

/
   phpdoc-nl/
   en/
   nl/
   &stuff
   phpdoc-tools/
   ... all of the Jade files from the Win binary distro ...

"Mark Wiesemann" <[EMAIL PROTECTED]> wrote in message
021201c2b97d$0dc26750$ab01a8c0@wiesemann">news:021201c2b97d$0dc26750$ab01a8c0@wiesemann...
> > I couldn't find nsgmls ...
>
> It's in the windows binary distribution of Jade.
>
> Mark
>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Building the manual in cygwin

2003-01-11 Thread Dirkjan Ochtman
I couldn't find nsgmls or the SP package (as with Debian) in my Cygwin
setup.

Anyone else?

Dirkjan

"Sander Roobol" <[EMAIL PROTECTED]> wrote in message
2003035440.GA705@lxr">news:2003035440.GA705@lxr...
> On Sat, Jan 11, 2003 at 02:40:12PM +0100, Dirkjan Ochtman wrote:
> > Hi there,
> >
> > I'm trying to run "make test" on the Dutch manual, but it won't work...
> >
> > no -i lang-nl -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
> > make: *** [test] Error 255
> >
> > Does anyone know how I can fix this problem?
>
> You probably need to install nsgmls... That's what make test runs
> here...
>
> Sander



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Building the manual in cygwin

2003-01-11 Thread Dirkjan Ochtman
Hi there,

I'm trying to run "make test" on the Dutch manual, but it won't work...

no -i lang-nl -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl manual.xml
make: *** [test] Error 255

Does anyone know how I can fix this problem?

TIA,

Dirkjan



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
So would it be possible to do just


array_filter
array_walk


And have a stylesheet add things like "See also", ",", "and" and "."? So
that the actual format for the See also is totally consistent for every
language?

Dirkjan

> Well, there is already a seealso tag in Docbook which is sadly for
something
> totally different purpose, so we should not use that. There were two
> proposals
> to use some list construct or to use that  to enclose
> see
> also listings. That would also make the presentation of see also lists
more
> dynamic in the CHMs for example, which I would love to see ;)



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
So would it be possible to do just


array_filter
array_walk


And have a stylesheet add things like "See also", ",", "and" and "."? So
that the actual format for the See also is totally consistent for every
language?

Dirkjan

> Well, there is already a seealso tag in Docbook which is sadly for
something
> totally different purpose, so we should not use that. There were two
> proposals
> to use some list construct or to use that  to enclose
> see
> also listings. That would also make the presentation of see also lists
more
> dynamic in the CHMs for example, which I would love to see ;)



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] See also

2003-01-11 Thread Dirkjan Ochtman
(Sent this to goba only by accident)

Maybe it might even be useful to have something like a "seealso.xml" which
has like


array_search


Or something like that (this is probably not a useful structure)? This way,
you can keep all of the See also separate from the function reference and
closely together with other See also's, so that it is easy to organise
clusters of related functions and people can quickly see which functions a
function should be referring to...

Dirkjan

- Original Message -
From: "Gabor Hojtsy" <[EMAIL PROTECTED]>
To: "Derick Rethans" <[EMAIL PROTECTED]>; "Manuzhai" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 1:10 PM
Subject: Re: [PHP-DOC] Re: "Description"


> > > Maybe "See also" (with or without colon :P) is also a nice candidate
for
> > > entity-ing.
> >
> > +1 on this, but without the colon.
>
> Well, actually as we are at it, we also had some discussions
> on using
>
> 
> 
>
> Or something like this to mark see also sections, which would ease the
> automatic finding of relations between functions, and would actually
> mean less language dependent typing in see also sections. Practically
> see also sections will get moveable by simply copy-paste from one
> language to another. Everyting can be automated in style sheets (either
> in DSSSL and/or XSLT).
>
> Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-walk.xml

2003-01-11 Thread Dirkjan Ochtman
manuzhaiSat Jan 11 06:19:11 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-walk.xml 
  Log:
  See also itself isn't very useful.
  
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.7 
phpdoc/en/reference/array/functions/array-walk.xml:1.8
--- phpdoc/en/reference/array/functions/array-walk.xml:1.7  Sun Nov 10 19:34:07 
2002
+++ phpdoc/en/reference/array/functions/array-walk.xml  Sat Jan 11 06:19:10 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -112,7 +112,7 @@
  
 
 
- See also array_walk, list, 
+ See also list, 
  foreach, 
  each, and call_user_func_array.
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Interesting remark @ array_unique()

2003-01-11 Thread Dirkjan Ochtman
"The first element will be used."

Hmm okay... For what? Why? When?

Regards,

Dirkjan



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-multisort.xml

2003-01-11 Thread Dirkjan Ochtman
manuzhaiSat Jan 11 05:08:41 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-multisort.xml 
  Log:
  "after before" -> "before"
  
Index: phpdoc/en/reference/array/functions/array-multisort.xml
diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.4 
phpdoc/en/reference/array/functions/array-multisort.xml:1.5
--- phpdoc/en/reference/array/functions/array-multisort.xml:1.4 Sun May 12 04:19:28 
2002
+++ phpdoc/en/reference/array/functions/array-multisort.xml Sat Jan 11 05:08:40 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -62,7 +62,7 @@
  No two sorting flags of the same type can be specified after each
  array. The sorting flags specified after an array argument apply
  only to that array - they are reset to default SORT_ASC and
- SORT_REGULAR after before each new array argument.
+ SORT_REGULAR before each new array argument.
 
 
  &return.success;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-diff-assoc.xml array-diff.xml array-intersect-assoc.xml array-intersect.xml

2003-01-10 Thread Dirkjan Ochtman
manuzhaiFri Jan 10 17:22:40 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-diff-assoc.xml 
array-diff.xml 
array-intersect-assoc.xml 
array-intersect.xml 
  Log:
  See also consistence.
  
Index: phpdoc/en/reference/array/functions/array-diff-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.1 
phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.2
--- phpdoc/en/reference/array/functions/array-diff-assoc.xml:1.1Thu Nov 14 
19:14:32 2002
+++ phpdoc/en/reference/array/functions/array-diff-assoc.xmlFri Jan 10 17:22:39 
+2003
@@ -1,94 +1,95 @@
-
-
-
-  
-   
-array_diff_assoc
-Computes the difference of arrays with additional index 
check
-   
-   
-Description
- 
-  arrayarray_diff_assoc
-  arrayarray1
-  arrayarray2
-  array 
...
- 
-
- array_diff_assoc returns an array
- containing all the values from array1
- that are not present in any of the other arguments.
- Note that the keys are used in the comparison unlike 
- array_diff.
-
-
- 
-  array_diff_assoc example
-  
-
-  
- 
-
-
- In our example above you see the "a" => "green"
- pair is present in both arrays and thus it is not in the ouput from the
- function. Unlike this, the pair 0 => "red" 
- is in the ouput because in the second argument "red"
- has key which is 1. 
-
-
- Two values from key => value pairs are
- considered equal only if (string) $elem1 === (string)
- $elem2 . In other words a strict check takes place so 
- the string representations must be the same.
- 
-
-
- 
-  Please note that this function only checks one dimension of a n-dimensional
-  array. Of course you can check deeper dimensions by using, for example, 
-  array_diff_assoc($array1[0], $array2[0]);.
- 
-
-
- See also array_diff, array_intersect,
- and array_intersect_assoc.
-
-   
-  
-
-
+
+
+
+  
+   
+array_diff_assoc
+Computes the difference of arrays with additional index 
+check
+   
+   
+Description
+ 
+  arrayarray_diff_assoc
+  arrayarray1
+  arrayarray2
+  array 
+...
+ 
+
+ array_diff_assoc returns an array
+ containing all the values from array1
+ that are not present in any of the other arguments.
+ Note that the keys are used in the comparison unlike 
+ array_diff.
+
+
+ 
+  array_diff_assoc example
+  
+
+  
+ 
+
+
+ In our example above you see the "a" => "green"
+ pair is present in both arrays and thus it is not in the ouput from the
+ function. Unlike this, the pair 0 => "red" 
+ is in the ouput because in the second argument "red"
+ has key which is 1. 
+
+
+ Two values from key => value pairs are
+ considered equal only if (string) $elem1 === (string)
+ $elem2 . In other words a strict check takes place so 
+ the string representations must be the same.
+ 
+
+
+ 
+  Please note that this function only checks one dimension of a n-dimensional
+  array. Of course you can check deeper dimensions by using, for example, 
+  array_diff_assoc($array1[0], $array2[0]);.
+ 
+
+
+ See also array_diff,
+ array_intersect,
+ and array_intersect_assoc.
+
+   
+  
+
+
Index: phpdoc/en/reference/array/functions/array-diff.xml
diff -u phpdoc/en/reference/array/functions/array-diff.xml:1.6 
phpdoc/en/reference/array/functions/array-diff.xml:1.7
--- phpdoc/en/reference/array/functions/array-diff.xml:1.6  Fri Jan 10 16:55:43 
2003
+++ phpdoc/en/reference/array/functions/array-diff.xml  Fri Jan 10 17:22:40 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -59,8 +59,9 @@
  
 
 
- See also array_intersect and
- array_diff_assoc.
+ See also array_diff_assoc,
+ array_intersect and
+ array_intersect_assoc.
 

   
Index: phpdoc/en/reference/array/functions/array-intersect-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.1 
phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.2
--- phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.1   Thu Nov 14 
19:35:47 2002
+++ phpdoc/en/reference/array/functions/array-intersect-assoc.xml   Fri Jan 10 
+17:22:40 2003
@@ -1,87 +1,88 @@
-
-
-  
-   
-array_intersect_assoc
-Computes the intersection of arrays with additional index 
check
-   
-   
-Description
- 
-  arrayarray_intersect_assoc
-  arrayarray1
-  arrayarray2
-  array 
...
- 
-
- array_intersect_assoc returns an array
- containing all the values of array1
- that are present in all the arguments. Note that the k

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-diff.xml

2003-01-10 Thread Dirkjan Ochtman
manuzhaiFri Jan 10 16:55:44 2003 EDT

  Modified files:  
/phpdoc/en/reference/array/functionsarray-diff.xml 
  Log:
  Added see also to array_diff_assoc().
  
Index: phpdoc/en/reference/array/functions/array-diff.xml
diff -u phpdoc/en/reference/array/functions/array-diff.xml:1.5 
phpdoc/en/reference/array/functions/array-diff.xml:1.6
--- phpdoc/en/reference/array/functions/array-diff.xml:1.5  Tue Jul 30 17:11:51 
2002
+++ phpdoc/en/reference/array/functions/array-diff.xml  Fri Jan 10 16:55:43 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -59,7 +59,8 @@
  
 
 
- See also array_intersect.
+ See also array_intersect and
+ array_diff_assoc.
 

   



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-fetch-assoc.xml mysql-stat.xml

2003-01-09 Thread Dirkjan Ochtman
manuzhaiThu Jan  9 07:58:05 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-fetch-assoc.xml 
mysql-stat.xml 
  Log:
  Fixed minor typos.
  
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.4   Sun Nov 10 
02:02:39 2002
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml   Thu Jan  9 07:58:05 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -55,7 +55,7 @@
 }
 
 if (!mysql_select_db("mydbname")) {
-echo "Unable to select mydb: " . mysql_error();
+echo "Unable to select mydbname: " . mysql_error();
 exit;
 }
 
Index: phpdoc/en/reference/mysql/functions/mysql-stat.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.4  Fri Oct 25 08:35:17 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-stat.xml  Thu Jan  9 07:58:05 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -30,7 +30,7 @@
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/misc/functions show-source.xml

2002-05-13 Thread Dirkjan Ochtman

manuzhaiMon May 13 18:24:16 2002 EDT

  Modified files:  
/phpdoc/en/reference/misc/functions show-source.xml 
  Log:
  Fixed typos.
  
Index: phpdoc/en/reference/misc/functions/show-source.xml
diff -u phpdoc/en/reference/misc/functions/show-source.xml:1.3 
phpdoc/en/reference/misc/functions/show-source.xml:1.4
--- phpdoc/en/reference/misc/functions/show-source.xml:1.3  Mon May 13 17:12:45 
2002
+++ phpdoc/en/reference/misc/functions/show-source.xml  Mon May 13 18:24:16 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,8 +15,8 @@
   choice="opt">boolreturn
  
 
- This function is an alias highlight_file. For more
- informatin see the documentation there.
+ This function is an alias to highlight_file. For more
+ information see the documentation there.
 
 
  See also highlight_string and





[PHP-DOC] cvs: phpdoc /en/language basic-syntax.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:33:22 2002 EDT

  Modified files:  
/phpdoc/en/language basic-syntax.xml 
  Log:
  Fixed bug 14984.
  
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.28 
phpdoc/en/language/basic-syntax.xml:1.29
--- phpdoc/en/language/basic-syntax.xml:1.28Fri Apr 26 09:03:12 2002
+++ phpdoc/en/language/basic-syntax.xml Mon Apr 29 07:33:21 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Basic syntax
 
@@ -235,6 +235,13 @@
 ]]>
 

+   
+   
+The one-line comment styles actually only comment to the end
+of the line or the current block of PHP code, whichever comes first.
+This means that HTML code after // ?> WILL be printed: ?> skips out of
+the PHP mode and returns to HTML mode, and // cannot influence that.
+   
   
  
  





[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:25:51 2002 EDT

  Modified files:  
/phpdoc/en/chapters install.windows.xml 
  Log:
  Fixed bug 9986.
  
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.12 
phpdoc/en/chapters/install.windows.xml:1.13
--- phpdoc/en/chapters/install.windows.xml:1.12 Fri Mar 29 13:47:33 2002
+++ phpdoc/en/chapters/install.windows.xml  Mon Apr 29 07:25:51 2002
@@ -1,5 +1,5 @@
 
-
+
   
Installation on Windows systems

@@ -156,7 +156,10 @@
   

 Extract the distribution file to a directory of your choice.
-c:\php\ is a good start.
+c:\php\ is a good start. You probably
+do not want to use a path in which spaces are included (for
+example: c:\program files\php is not a good idea). Some
+web servers will crash if you do.

   
   





[PHP-DOC] cvs: phpdoc /nl/reference/mysql functions.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:06:44 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql  functions.xml 
  Log:
  New functions added.
  
Index: phpdoc/nl/reference/mysql/functions.xml
diff -u phpdoc/nl/reference/mysql/functions.xml:1.1 
phpdoc/nl/reference/mysql/functions.xml:1.2
--- phpdoc/nl/reference/mysql/functions.xml:1.1 Sun Apr 14 21:37:20 2002
+++ phpdoc/nl/reference/mysql/functions.xml Mon Apr 29 07:06:43 2002
@@ -1,5 +1,6 @@
 &reference.mysql.functions.mysql-affected-rows;
 &reference.mysql.functions.mysql-change-user;
+&reference.mysql.functions.mysql-character-set-name;
 &reference.mysql.functions.mysql-close;
 &reference.mysql.functions.mysql-connect;
 &reference.mysql.functions.mysql-create-db;
@@ -27,16 +28,21 @@
 &reference.mysql.functions.mysql-get-host-info;
 &reference.mysql.functions.mysql-get-proto-info;
 &reference.mysql.functions.mysql-get-server-info;
+&reference.mysql.functions.mysql-info;
 &reference.mysql.functions.mysql-insert-id;
 &reference.mysql.functions.mysql-list-dbs;
 &reference.mysql.functions.mysql-list-fields;
+&reference.mysql.functions.mysql-list-processes;
 &reference.mysql.functions.mysql-list-tables;
 &reference.mysql.functions.mysql-num-fields;
 &reference.mysql.functions.mysql-num-rows;
 &reference.mysql.functions.mysql-pconnect;
+&reference.mysql.functions.mysql-ping;
 &reference.mysql.functions.mysql-query;
+&reference.mysql.functions.mysql-real-escape-string;
 &reference.mysql.functions.mysql-result;
 &reference.mysql.functions.mysql-select-db;
 &reference.mysql.functions.mysql-stat;
 &reference.mysql.functions.mysql-tablename;
-&reference.mysql.functions.mysql-unbuffered-query;
+&reference.mysql.functions.mysql-thread-id;
+&reference.mysql.functions.mysql-unbuffered-query;
\ No newline at end of file





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-info.xml mysql-list-processes.xml mysql-ping.xml mysql-real-escape-string.xml mysql-thread-id.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:06:25 2002 EDT

  Added files: 
/phpdoc/nl/reference/mysql/functionsmysql-info.xml 
mysql-list-processes.xml 
mysql-ping.xml 
mysql-real-escape-string.xml 
mysql-thread-id.xml 
  Log:
  Synced to EN.
  


Index: phpdoc/nl/reference/mysql/functions/mysql-info.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-info.xml


  
   
mysql_info

 Haal informatie op over de recentste query

   
   
Beschrijving
 
  stringmysql_info
  resource
link_identifier
   
 

 mysql_info geeft gedetailleerde informatie
 terug over de laatste query met de gegeven 
 link_identifier. Als 
 link_identifier niet wordt gegeven, wordt
 de laatst geopende link gebruikt.


 mysql_info geeft een string terug voor alle
 statements hieronder. Voor alle andere &false;. Het string formaat
 hangt af van het gegeven statement.
 
  Relevante MySQL Statements
  

  
 
 De getallen zijn alleen om het doel te illustreren. Hun waarden
 zullen corresponderen met de query.


 
  mysql_info geeft alleen een niet-&false; waarde
  voor de INSERT ... VALUES statement terug als meerdere value
  lijsten zijn gegeven in het statement.



 Zie ook: mysql_affected_rows

   
  



Index: phpdoc/nl/reference/mysql/functions/mysql-list-processes.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-list-processes.xml


  
   
mysql_list_processes
Geef een lijst van MySQL processen
   
   
Beschrijving
 
  resourcemysql_list_processes
  resource
link_identifier
   
 

 mysql_list_processes geeft een resultaat
 pointer terug die de huidige server threads beschrijft.


 
  mysql_list_processes voorbeeld
  

  
  
   Het bovenstaande voorbeeld zou de volgende output produceren:
   

   
  
 


 Zie ook: mysql_thread_id

   
  



Index: phpdoc/nl/reference/mysql/functions/mysql-ping.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-ping.xml


  
   
mysql_ping
Ping een server connectie of maak weer verbinding als
er geen verbinding is
   
   
Beschrijving
 
  boolmysql_ping
  resource
   link_identifier
   
 

 mysql_ping controleert of de connectie
 met de server werkt. Als de connectie niet meer werkt wordt 
 automatisch geprobeerd een nieuwe connectie te maken. Deze functie
 kan worden gebruikt bij scripts die lange tijd idle blijven, om 
 te controleren of de server de verbinding heeft gesloten en de
 verbinding weer tot stand te brengen als dat nodig is.
 mysql_ping geeft &true; als de connectie
 met server werkt, &false; als dat niet zo is.


 Zie ook:
 mysql_thread_id,
 mysql_list_processes.

   
  



Index: phpdoc/nl/reference/mysql/functions/mysql-real-escape-string.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-real-escape-string.xml


  
   
mysql_real_escape_string

 Escapet speciale karakters in een string die wordt gebruikt in een SQL statement,
 waarbij de huidige charset van de verbinding in het oog wordt gehouden.

   
   
Beschrijving
 
  stringmysql_real_escape_string
  stringunescaped_string
  resource
  link_identifier
 

 Deze functie zal speciale karakters in de 
 unescaped_string escapen, waarbij wordt gelet
 op de huidige charset van de verbinding, zodat het veilig is om het
 in een mysql_query te plaatsen. 


 
  mysql_real_escape_string escapet
  % en _ niet.
 

 
  mysql_real_escape_string voorbeeld
  

  
  
   Het bovenstaande voorbeeld zal de volgende output produceren:
   

   
  
 

 Zie ook:
 mysql_escape_string,
 mysql_character_set_name.

   
  



Index: phpdoc/nl/reference/mysql/functions/mysql-thread-id.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-thread-id.xml


  
   
mysql_thread_id
Geef het huidige thread id terug
   
   
Beschrijving

 intmysql_thread_id
 resource
 link_identifier


 mysql_thread_id geeft het huidige thread ID
 terug. Als de connectie is verbroken en je maakt weer verbinding
 met mysql_ping, zal het thread ID veranderen.
 Dit betekent dat je het thread ID niet moet ophalen om het te
 bewaren voor later. Je moet het ophalen wanneer je het nodig hebt.

 
  mysql_list_processes voorbeeld
  

  
  
   Het bovenstaande voorbeeld zou de volgende output produceren:
   

   
  
 

 Zie ook:
 mysql_ping,
 mysql_list

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-thread-id.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:03:11 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-thread-id.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-thread-id.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-thread-id.xml:1.2 
phpdoc/en/reference/mysql/functions/mysql-thread-id.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-thread-id.xml:1.2 Wed Apr 17 02:41:14 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-thread-id.xml Mon Apr 29 07:03:11 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -39,8 +39,8 @@
  
 
  See also:
- mysql_ping
- mysql_list_processes
+ mysql_ping,
+ mysql_list_processes.
 

   





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-real-escape-string.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 07:02:21 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-real-escape-string.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.2 
phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.2Wed 
Apr 17 02:41:13 2002
+++ phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xmlMon Apr 29 
+07:02:21 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -50,8 +50,8 @@
  
 
  See also:
- mysql_escape_string
- mysql_character_set_name
+ mysql_escape_string,
+ mysql_character_set_name.
 

   





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-ping.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:58:21 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-ping.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-ping.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.2 
phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.3
--- phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.2  Wed Apr 17 02:41:13 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-ping.xml  Mon Apr 29 06:58:16 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -25,8 +25,8 @@
 
 
  See also:
- mysql_thread_id
- mysql_list_processes
+ mysql_thread_id,
+ mysql_list_processes.
 

   





[PHP-DOC] cvs: phpdoc /nl/reference/mysql reference.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:43:19 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql  reference.xml 
  Log:
  EN-revision & maintainer info added.
  
Index: phpdoc/nl/reference/mysql/reference.xml
diff -u phpdoc/nl/reference/mysql/reference.xml:1.3 
phpdoc/nl/reference/mysql/reference.xml:1.4
--- phpdoc/nl/reference/mysql/reference.xml:1.3 Mon Apr 29 06:42:20 2002
+++ phpdoc/nl/reference/mysql/reference.xml Mon Apr 29 06:43:19 2002
@@ -1,5 +1,6 @@
 
-
+
+
  
   MySQL Functies
   MySQL





[PHP-DOC] cvs: phpdoc /nl/reference/mysql reference.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:42:20 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql  reference.xml 
  Log:
  Sync to EN 1.5
  
Index: phpdoc/nl/reference/mysql/reference.xml
diff -u phpdoc/nl/reference/mysql/reference.xml:1.2 
phpdoc/nl/reference/mysql/reference.xml:1.3
--- phpdoc/nl/reference/mysql/reference.xml:1.2 Tue Apr 16 20:03:05 2002
+++ phpdoc/nl/reference/mysql/reference.xml Mon Apr 29 06:42:20 2002
@@ -1,5 +1,5 @@
 
-
+
  
   MySQL Functies
   MySQL
@@ -145,6 +145,18 @@
   Kolommen worden teruggegeven in de array met een numerieke index
   voor de velden. Deze index begint met 0, het eerste veld in het
   resultaat.
+  
+ 
+ 
+ MYSQL_STORE_RESULT 
+  
+  Specifies that the MySQL result should be buffered. 
+  
+ 
+ 
+ MYSQL_USE_RESULT 
+  
+  Specifies that the MySQL result should not be buffered. 
  
 






[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-change-user.xml mysql-close.xml mysql-connect.xml mysql-db-name.xml mysql-db-query.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:36:54 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-change-user.xml 
mysql-close.xml 
mysql-connect.xml 
mysql-db-name.xml 
mysql-db-query.xml 
  Log:
  
  
Index: phpdoc/nl/reference/mysql/functions/mysql-change-user.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-change-user.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-change-user.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-change-user.xml:1.2   Wed Apr 17 
03:14:09 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-change-user.xml   Mon Apr 29 06:36:54 
+2002
@@ -1,8 +1,5 @@
 
-
-
 
-
   

 mysql_change_user
Index: phpdoc/nl/reference/mysql/functions/mysql-close.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-close.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-close.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-close.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-close.xml Mon Apr 29 06:36:54 2002
@@ -1,8 +1,5 @@
 
-
-
 
-
   

 mysql_close
Index: phpdoc/nl/reference/mysql/functions/mysql-connect.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-connect.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-connect.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-connect.xml:1.2   Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-connect.xml   Mon Apr 29 06:36:54 
+2002
@@ -1,8 +1,5 @@
 
-
-
 
-
   

 mysql_connect
Index: phpdoc/nl/reference/mysql/functions/mysql-db-name.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-db-name.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-db-name.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-db-name.xml:1.2   Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-db-name.xml   Mon Apr 29 06:36:54 
+2002
@@ -1,8 +1,5 @@
 
-
-
 
-
   

 mysql_db_name
Index: phpdoc/nl/reference/mysql/functions/mysql-db-query.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-db-query.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-db-query.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-db-query.xml:1.2  Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-db-query.xml  Mon Apr 29 06:36:54 
+2002
@@ -1,8 +1,5 @@
 
-
-
 
-
   

 mysql_db_query





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-error.xml mysql-escape-string.xml mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-field.xml mysql-fetch-lengths.xml mysql-fetch-object.xml mysql-fetch-row.xml mysql-field-flags.xml mysql-field-len.xml mysql-field-name.xml mysql-field-seek.xml mysql-field-table.xml mysql-field-type.xml mysql-free-result.xml mysql-get-client-info.xml mysql-get-host-info.xml mysql-get-proto-info.xml mysql-get-server-info.xml mysql-insert-id.xml mysql-list-dbs.xml mysql-list-fields.xml mysql-list-tables.xml mysql-num-fields.xml mysql-num-rows.xml mysql-pconnect.xml mysql-query.xml mysql-result.xml mysql-select-db.xml mysql-stat.xml mysql-tablename.xml mysql-unbuffered-query.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:30:37 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-error.xml 
mysql-escape-string.xml 
mysql-fetch-array.xml 
mysql-fetch-assoc.xml 
mysql-fetch-field.xml 
mysql-fetch-lengths.xml 
mysql-fetch-object.xml 
mysql-fetch-row.xml 
mysql-field-flags.xml 
mysql-field-len.xml 
mysql-field-name.xml 
mysql-field-seek.xml 
mysql-field-table.xml 
mysql-field-type.xml 
mysql-free-result.xml 
mysql-get-client-info.xml 
mysql-get-host-info.xml 
mysql-get-proto-info.xml 
mysql-get-server-info.xml 
mysql-insert-id.xml 
mysql-list-dbs.xml 
mysql-list-fields.xml 
mysql-list-tables.xml 
mysql-num-fields.xml 
mysql-num-rows.xml 
mysql-pconnect.xml 
mysql-query.xml 
mysql-result.xml 
mysql-select-db.xml 
mysql-stat.xml 
mysql-tablename.xml 
mysql-unbuffered-query.xml 
  Log:
  Synced to EN.
  

Index: phpdoc/nl/reference/mysql/functions/mysql-error.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.3 
phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.4
--- phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.3 Mon Apr 29 05:48:33 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-error.xml Mon Apr 29 06:30:36 2002
@@ -21,12 +21,13 @@
 
 
  Errors die terug komen van de MySQL database module geven geen
- warnings meer. In plaats daarvan kun je mysql_errer 
- gebruiken om de fout tekst op te halen. Merk op dat deze functie alleen
- de fout tekst van de meest recent uitgevoerde MySQL functie 
- (mysql_error en mysql_errno
- uitgezonderd) ophaalt, dus als je hem wil gebruiken, zorg dat je
- de waarde controleert voordat je een andere MySQL functie aanroept.
+ warnings meer. In plaats daarvan kun je mysql_error
+  gebruiken om de fout tekst op te halen. Merk op
+ dat deze functie alleen de fout tekst van de meest recent
+ uitgevoerde MySQL functie (mysql_error
+ en mysql_errno uitgezonderd) ophaalt, dus als
+ je hem wil gebruiken, zorg dan dat je de waarde controleert voordat je
+ een andere MySQL functie aanroept.
  
   mysql_error voorbeeld
   
Index: phpdoc/nl/reference/mysql/functions/mysql-escape-string.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-escape-string.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-escape-string.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-escape-string.xml:1.2 Wed Apr 17 
03:14:09 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-escape-string.xml Mon Apr 29 06:30:36 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_escape_string
@@ -14,11 +11,13 @@
 Beschrijving
  
   stringmysql_escape_string
-  
stringunescaped_string
+  stringunescaped_string
+  
  
 
  Deze functie zal de unescaped_string escapen,
- zodat het veilig is om hem in een mysql_query gebruiken.
+ zodat het veilig is om hem in een mysql_query
+ gebruiken.
 
 
  
@@ -26,6 +25,12 @@
   % en _ niet.
  
 
+
+ Zie ook: mysql_real_escape_string,
+ addslashes, en de
+ magic_quotes_gpc
+ directive.
+

   
 
Index: phpdoc/nl/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-fetch-array.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-fetch-array.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-fetch-array.xml:1.2   Wed Apr 17 
03:14:09 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-fetch-array.xml   Mon Apr 

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-field-type.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 06:03:24 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-field-type.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-field-type.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-field-type.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-field-type.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-field-type.xml:1.3Mon Apr 22 
02:10:44 2002
+++ phpdoc/en/reference/mysql/functions/mysql-field-type.xmlMon Apr 29 06:03:23 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -48,7 +48,7 @@
 ]]>
   
   
-   The abouve example would produce the following output:
+   The above example would produce the following output:
   
   
 

[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-error.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:48:33 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-error.xml 
  Log:
  Updated to EN 1.5
  
Index: phpdoc/nl/reference/mysql/functions/mysql-error.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-error.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-error.xml Mon Apr 29 05:48:33 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_error
@@ -30,20 +27,32 @@
  (mysql_error en mysql_errno
  uitgezonderd) ophaalt, dus als je hem wil gebruiken, zorg dat je
  de waarde controleert voordat je een andere MySQL functie aanroept.
- 
+ 
+  mysql_error voorbeeld
   
 
   
- 
+  
+   Het bovenstaande voorbeeld zou de volgende output genereren:
+  
+   
+
+   
+ 
 
 
  Zie ook: mysql_errno.





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-error.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:47:25 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-error.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-error.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-error.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-error.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-error.xml:1.4 Mon Apr 22 01:56:53 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-error.xml Mon Apr 29 05:47:25 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -30,7 +30,7 @@
  mysql_errno), so if you want to use it, make
  sure you check the value before calling another MySQL function.
  
-  mysql_errno Example
+  mysql_error Example
   
 

[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-errno.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:44:31 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-errno.xml 
  Log:
  Updated to EN 1.4
  
Index: phpdoc/nl/reference/mysql/functions/mysql-errno.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-errno.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-errno.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-errno.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-errno.xml Mon Apr 29 05:44:31 2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_errno
@@ -25,27 +22,38 @@
 
 
  Errors die terug komen van de MySQL database module geven geen
- warnings meer. In plaats daarvan kun je mysql_errno 
- gebruiken om de fout code op te halen. Merk op dat deze functie alleen
- de fout code van de meest recent uitgevoerde MySQL functie 
- (mysql_error en mysql_errno
- uitgezonderd) ophalt, dus als je hem wil gebruiken, zorg dat je
- de waarde controleert voordat je een andere MySQL functie aanroept.
- 
+ warnings meer. In plaats daarvan kun je
+ mysql_errno gebruiken om de fout code op te
+ halen. Merk op dat deze functie alleen de fout code van de meest
+ recent uitgevoerde MySQL functie (mysql_error
+ en mysql_errno uitgezonderd) ophalt, dus als
+ je hem wil gebruiken, zorg dat je de waarde controleert voordat
+ je een andere MySQL functie aanroept.
+ 
+  mysql_errno voorbeeld
   
 
   
- 
-
+
+ Het bovenstaande voorbeeld zou de volgende output genereren:
+
+   
+
+   
+ 
+ 
 
  Zie ook: mysql_error.
 





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-drop-db.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:38:26 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-drop-db.xml 
  Log:
  Updated to EN 1.4
  
Index: phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml:1.2   Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-drop-db.xml   Mon Apr 29 05:38:26 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_drop_db
@@ -12,10 +9,9 @@
 Beschrijving
  
   boolmysql_drop_db
-  
stringdatabase_name
-  resource
-link_identifier
-   
+  stringdatabase_name
+  resource
+  link_identifier
  
 
  &return.success;
@@ -29,8 +25,16 @@
  Voor compatibiliteit kan mysql_dropdb
  ook gebruikt worden. Dit wordt echter afgekeurd.
 
+
+ 
+  De functie mysql_drop_db wordt afgekeurd. Het is
+  aan te raden mysql_query te gebruiken om een
+  SQL DROP DATABASE statement uit te voeren in plaats daarvan.
+ 
+
 
- Zie ook: mysql_create_db.
+ Zie ook: mysql_create_db,
+ mysql_query.
 

   





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-drop-db.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:35:31 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-drop-db.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-drop-db.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-drop-db.xml:1.3   Sun Apr 21 03:25:13 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-drop-db.xml   Mon Apr 29 05:35:31 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -35,8 +35,8 @@
  
 
 
- See also: mysql_create_db
-   mysql_query.
+ See also: mysql_create_db,
+ mysql_query.
 

   





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-character-set-name.xml mysql-create-db.xml mysql-data-seek.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:30:54 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-character-set-name.xml 
mysql-create-db.xml 
mysql-data-seek.xml 
  Log:
  Line break issues.
  
Index: phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.1 
phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.2
--- phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml:1.1Mon 
Apr 29 05:08:39 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xmlMon Apr 29 
+05:30:53 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -10,14 +10,16 @@
 Beschrijving
 
  intmysql_character_set_name
- resourcelink_identifier
+ resource
+ link_identifier
 
 
- mysql_character_set_name geeft de default character set naam
- terug voor de huidige connectie.
+ mysql_character_set_name geeft de default
+ character set naam terug voor de huidige connectie.
 
  
-  mysql_character_set_name voorbeeld
+  mysql_character_set_name
+  voorbeeld
   
 
Index: phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3 
phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.4
--- phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3 Mon Apr 29 05:22:12 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml Mon Apr 29 05:30:54 
+2002
@@ -9,8 +9,10 @@
 Beschrijving
  
   boolmysql_data_seek
-  
resourceresult_identifier
-  introw_number
+  resource
+  result_identifier
+  int
+  row_number
  
 
  &return.success;





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-affected-rows.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:30:42 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-affected-rows.xml 
  Log:
  Line break issues.
  
Index: phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.3 
phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.4
--- phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.3 Mon Apr 29 
05:24:21 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml Mon Apr 29 05:30:42 
+2002
@@ -17,8 +17,8 @@
 
  mysql_affected_rows geeft het aantal rijen
  dat betrokken was bij de laatste INSERT, UPDATE of DELETE query
- die geassocieerd was met link_identifier.  Als de
- link identifier niet gegeven is, wordt de link die als laatste werd
+ die geassocieerd was met link_identifier. Als
+ de link identifier niet gegeven is, wordt de link die als laatste werd
  geopend met mysql_connect gebruikt.
 
 
@@ -35,17 +35,17 @@
 
 
  
-  Wanneer UPDATE gebruikt wordt, zal MySQL geen kolommen veranderen waar
-  de nieuwe waarde hetzelfde is als de oude waarde. Dit geeft de
-  mogelijkheid dat mysql_affected_rows misschien niet
-  het aantal rijen dat werd gevonden geeft, maar alleen het aantal rijen
-  dat letterlijk werd aangepast door de query.
+  Wanneer UPDATE gebruikt wordt, zal MySQL geen kolommen veranderen
+  waar de nieuwe waarde hetzelfde is als de oude waarde. Dit geeft de
+  mogelijkheid dat mysql_affected_rows misschien
+  niet het aantal rijen dat werd gevonden geeft, maar alleen het aantal
+  rijen dat letterlijk werd aangepast door de query.
  
 
 
- mysql_affected_rows werkt niet met SELECT queries;
- alleen met queries die records wijzigen. Om het aantal rijen dat werd
- teruggegeven door een SELECT te te achterhalen, kun je
+ mysql_affected_rows werkt niet met SELECT
+ queries; alleen met queries die records wijzigen. Om het aantal rijen
+ dat werd teruggegeven door een SELECT te te achterhalen, kun je
  mysql_num_rows gebruiken.
 
 
@@ -59,7 +59,7 @@
   mysql_pconnect("localhost", "mysql_user", "mysql_password") or 
   die ("Kan geen verbinding maken"); 
 
-  /* Dit zou het correcte aantal gedelete records terug moeten geven */ 
+  /* Dit zou het correcte aantal gedelete records terug moeten geven */
   mysql_query("DELETE FROM mytable WHERE id < 10"); 
   printf ("Records deleted: %d\n", mysql_affected_rows()); 
 





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-create-db.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:24:53 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-create-db.xml 
  Log:
  Updated to EN 1.3
  
Index: phpdoc/nl/reference/mysql/functions/mysql-create-db.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-create-db.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-create-db.xml Mon Apr 29 05:24:53 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_create_db
@@ -45,6 +42,15 @@
  Voor compatibiliteit kan mysql_createdb
  ook worden gebruikt. Dit wordt echter afgekeurd.
 
+
+
+ 
+  De functie mysql_create_db wordt afgekeurd.
+  Het is aan te raden mysql_query te gebruiken om
+  een SQL CREATE DATABASE statement in plaats ervan uit te voeren.
+ 
+
+
 
  Zie ook: mysql_drop_db.
 





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-affected-rows.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:24:21 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-affected-rows.xml 
  Log:
  Updated to EN 1.4
  
Index: phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml:1.2 Wed Apr 17 
03:14:09 2002
+++ phpdoc/nl/reference/mysql/functions/mysql-affected-rows.xml Mon Apr 29 05:24:21 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_affected_rows
@@ -53,9 +50,65 @@
 
 
  Als de laatste query faalde, geeft deze functie -1 terug.
-
+  
+Delete-Query 
+ 
+   
+ 
+
+Het bovenstaande voorbeeld zou de volgende output produceren:
+  
+   
+  
+ 
+
+
+Update-Query 
+ 
+   
+ 
+ 
+ Het bovenstaande voorbeeld zou de volgende output produceren:
+  
+   
+  
+ 
+
+ 
 
- Zie ook: mysql_num_rows.
+ 
+See also: mysql_num_rows,  
+mysql_info.  
 

   





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-data-seek.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:22:13 2002 EDT

  Modified files:  
/phpdoc/nl/reference/mysql/functionsmysql-data-seek.xml 
  Log:
  Updated to EN 1.4
  
Index: phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml Mon Apr 29 05:22:12 
+2002
@@ -1,8 +1,5 @@
 
-
-
-
-
+
   

 mysql_data_seek
@@ -26,8 +23,17 @@
  teruggegeven worden.
 
 
- Row_number begint bij 0.
+ Row_number begint bij 0. The 
+ row_number is een waarde in het bereik van
+ 0 tot mysql_num_rows - 1.
 
+
+ 
+  De functie mysql_data_seek kan alleen worden
+  gebruikt samen met mysql_query, niet met
+  mysql_unbuffered_query. 
+ 
+
 
  MySQL data seek voorbeeld
  
@@ -62,6 +68,10 @@
 ]]>
  
 
+
+ Zie ook: mysql_query,
+   mysql_num_rows.
+

   
 





[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-data-seek.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:13:36 2002 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-data-seek.xml 
  Log:
  Fixed typo.
  
Index: phpdoc/en/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.3 
phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.4
--- phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.3 Sun Apr 21 09:17:52 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-data-seek.xml Mon Apr 29 05:13:35 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -23,7 +23,7 @@
  to mysql_fetch_row would return that row.
 
 
- Row_number starts at 0 The 
+ Row_number starts at 0. The 
  row_number should be a value in the range from 0 to
  mysql_num_rows - 1.
 





[PHP-DOC] cvs: phpdoc /nl/reference/mysql/functions mysql-character-set-name.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 05:08:39 2002 EDT

  Added files: 
/phpdoc/nl/reference/mysql/functionsmysql-character-set-name.xml 
  Log:
  Added.
  

Index: phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml
+++ phpdoc/nl/reference/mysql/functions/mysql-character-set-name.xml



  
   
mysql_character_set_name
Geeft de naam van de character set terug
   
   
Beschrijving

 intmysql_character_set_name
 resourcelink_identifier


 mysql_character_set_name geeft de default character set naam
 terug voor de huidige connectie.

 
  mysql_character_set_name voorbeeld
  

  
  
   Het bovenstaande voorbeeld zou de volgende output genereren:
   

   
  
 

 Zie ook:
 mysql_real_escape_string

   
  







[PHP-DOC] cvs: phpdoc /en/language variables.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 04:41:49 2002 EDT

  Modified files:  
/phpdoc/en/language variables.xml 
  Log:
  Fixed bug 16687
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.45 phpdoc/en/language/variables.xml:1.46
--- phpdoc/en/language/variables.xml:1.45   Mon Apr 22 18:26:10 2002
+++ phpdoc/en/language/variables.xmlMon Apr 29 04:41:49 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Variables
   
@@ -527,6 +527,13 @@
 index from that variable.  The syntax for resolving this ambiguity
 is: ${$a[1]} for the first case and
 ${$a}[1] for the second.
+   
+   
+   
+Please note that variable variables cannot be used with PHP's new superglobals.
+This means you cannot do things like ${$_GET}. If you are 
+looking for a way to handle availability of superglobals and the old
+HTTP_*_VARS, you might want to try referencing them.

   
   





[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions parse-ini-file.xml

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 04:09:03 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixed bug 13279.
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.3
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2 Wed Apr 17 
02:38:09 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Apr 29 04:09:01 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -34,6 +34,11 @@
  The structure of the ini file is similar to that of
  the &php.ini;'s.
 
+
+ 
+  If the ini file you are trying to parse is malformed, PHP will exit.
+ 
+
 
  
   Contents of sample.ini





[PHP-DOC] cvs: phpdoc /nl/functions strings.xml

2002-04-09 Thread Dirkjan Ochtman

manuzhaiTue Apr  9 08:09:26 2002 EDT

  Modified files:  
/phpdoc/nl/functionsstrings.xml 
  Log:
  Typo fixed.
  
Index: phpdoc/nl/functions/strings.xml
diff -u phpdoc/nl/functions/strings.xml:1.11 phpdoc/nl/functions/strings.xml:1.12
--- phpdoc/nl/functions/strings.xml:1.11Sat Feb  2 10:47:49 2002
+++ phpdoc/nl/functions/strings.xml Tue Apr  9 08:09:25 2002
@@ -2097,7 +2097,7 @@
   intoffset
  
 
- Geeft de numerieke positie van het eerste voorkmen van
+ Geeft de numerieke positie van het eerste voorkomen van
  needle in haystack.
  Verschillend van de strrpos, kan deze functie
  een hele string gebruiken als needle parameter,





[PHP-DOC] cvs: phpdoc /nl/functions http.xml

2002-04-05 Thread Dirkjan Ochtman

manuzhaiFri Apr  5 08:54:13 2002 EDT

  Modified files:  
/phpdoc/nl/functionshttp.xml 
  Log:
  Status added.
  
Index: phpdoc/nl/functions/http.xml
diff -u phpdoc/nl/functions/http.xml:1.4 phpdoc/nl/functions/http.xml:1.5
--- phpdoc/nl/functions/http.xml:1.4Mon Mar 25 07:16:40 2002
+++ phpdoc/nl/functions/http.xmlFri Apr  5 08:54:13 2002
@@ -1,5 +1,6 @@
 
-
+
+
  
   HTTP functies
   HTTP





[PHP-DOC] cvs: phpdoc /nl/functions mysql.xml

2002-04-05 Thread Dirkjan Ochtman

manuzhaiFri Apr  5 08:49:56 2002 EDT

  Modified files:  
/phpdoc/nl/functionsmysql.xml 
  Log:
  Status added.
  
Index: phpdoc/nl/functions/mysql.xml
diff -u phpdoc/nl/functions/mysql.xml:1.8 phpdoc/nl/functions/mysql.xml:1.9
--- phpdoc/nl/functions/mysql.xml:1.8   Tue Mar 26 15:11:14 2002
+++ phpdoc/nl/functions/mysql.xml   Fri Apr  5 08:49:55 2002
@@ -1,5 +1,6 @@
 
-
+
+
  
   MySQL Functies
   MySQL





[PHP-DOC] cvs: phpdoc /nl translation.xml

2002-04-05 Thread Dirkjan Ochtman

manuzhaiFri Apr  5 08:41:52 2002 EDT

  Modified files:  
/phpdoc/nl  translation.xml 
  Log:
  Updated: manuzhai doing functions/array.xml
  
Index: phpdoc/nl/translation.xml
diff -u phpdoc/nl/translation.xml:1.3 phpdoc/nl/translation.xml:1.4
--- phpdoc/nl/translation.xml:1.3   Mon Apr  1 12:26:30 2002
+++ phpdoc/nl/translation.xml   Fri Apr  5 08:41:52 2002
@@ -14,7 +14,8 @@
  
  
  
-  
+  
+  
  
 
 





[PHP-DOC] cvs: phpdoc /nl Translators

2002-04-05 Thread Dirkjan Ochtman

manuzhaiFri Apr  5 04:15:32 2002 EDT

  Modified files:  
/phpdoc/nl  Translators 
  Log:
  New modules added.
  
Index: phpdoc/nl/Translators
diff -u phpdoc/nl/Translators:1.25 phpdoc/nl/Translators:1.26
--- phpdoc/nl/Translators:1.25  Fri Apr  5 03:52:04 2002
+++ phpdoc/nl/Translators   Fri Apr  5 04:15:32 2002
@@ -43,72 +43,113 @@
 apache.xml  Derick  1.15
 array.xml   
 aspell.xml  
-bc.xml  
+bc.xml
+bzip2.xml  
 calendar.xml
+ccvs.xml
 classobj.xml
 com.xml Derick  1.25
-cpdf.xml
+cpdf.xml
+crack.xml
+ctype.xml
 curl.xml   
-cybercash.xml   
+cybercash.xml
+cybermut.xml
+cyrus.xml   
 datetime.xmlLeendert1.69
 dba.xml
 dbase.xml
 dbm.xml
+dbplus.xml
+dbx.xml
 dir.xml Derick  1.11
-domxml.xml  
-exec.xml 
+dio.xml
+domxml.xml
+dotnet.xml  
+exec.xml
+errorfunc.xml 
+fbsql.xml
 fdf.xml 
 filepro.xml
 filesystem.xml
+fribidi.xml
+funchand.xml
 ftp.xml
 gettext.xml
+gmp.xml
 http.xml
 hw.xml
 ibase.xml
-icap.xml
+cap.xml
+iconv.xml
 ifx.xml
+iisfunc.xml
 image.xml   
 imap.xml
-info.xml 
+info.xml
+ingres-ii.xml 
+ircg.xml
+java.xml
 ldap.xml
 mail.xml
+mailparse.xml
 math.xml
+mbstring.xml
 mcal.xml
+mcve.xml
 mcrypt.xml
 mhash.xml
+ming.xml
 misc.xml
+mnogosearch.xml
+msession.xml
 msql.xml
 mssql.xml
 mysql.xml   Dirkjan  1.95
+muscat.xml
+ncurses.xml
 network.xml
 nis.xml
+notes.xml
 oci8.xml
 oracle.xml
+ovrimos.xml
+openssl.xml
+outcontrol.xml
+overload.xml
 pcre.xml
+pcntl.xml
 pdf.xml
 pfpro.xm
 pgsql.xml   
 posix.xml
+printer.xml
 pspell.xml
+qtdom.xml
 readline.xml
 recode.xml
 regex.xml
-rtfm.xmlDerick  1.2
-sablot.xml
+readline.xml
 sem.xml
+sesam.xml
 session.xml
 shmop.xml
 snmp.xml
+sockets.xml
 strings.xml Leendert1.77
 swf.xml
 sybase.xml
 uodbc.xml
 url.xml 
 var.xml  
-vmailmgr.xml
+vpopmail.xml
+w32api.xml
 wddx.xml
 xml.xml
+xmlrpc.xml
+xslt.xml
 yaz.xml
+zip.xml
 zlib.xml
  language --
 basic-syntax.xmlDerick  1.3   **





[PHP-DOC] cvs: phpdoc /nl Translators

2002-04-05 Thread Dirkjan Ochtman

manuzhaiFri Apr  5 03:52:05 2002 EDT

  Modified files:  
/phpdoc/nl  Translators 
  Log:
  Updated to reflect changes in Translators and versions.
  
Index: phpdoc/nl/Translators
diff -u phpdoc/nl/Translators:1.24 phpdoc/nl/Translators:1.25
--- phpdoc/nl/Translators:1.24  Mon Jul  9 18:11:16 2001
+++ phpdoc/nl/Translators   Fri Apr  5 03:52:04 2002
@@ -2,22 +2,19 @@
   and understand what is here, and where we are with the Dutch
   translations...
 
-The Dutch manual is edited by Mathieu 'CaPS' Kooiman, 
-Leendert 'HolyGoat' Brower, Ninh Bui en Derick 'OpenSrc' Rethans.
+The Dutch manual is edited by Dirkjan 'Manuzhai' Ochtman and Derick
+'OpenSrc' Rethans.

 Translators (in alphabetic order):
 
-CVS  Name  Email(s)
+CVSName  Email(s)
 =
- Leendert Brouwer  [EMAIL PROTECTED]
- Ninh Bui  [EMAIL PROTECTED]
-mathieu  Mathieu Kooiman   [EMAIL PROTECTED]
-derick   Derick Rethans[EMAIL PROTECTED]
-jeroen   Jeroen van Wolffelaar [EMAIL PROTECTED]
+manuzhai   Dirkjan Ochtman   [EMAIL PROTECTED]
+derick Derick Rethans[EMAIL PROTECTED]
 
 FilenameTranslator  Version (en)  Needs update
 =
-bookinfo.xml   Derick  1.11
+bookinfo.xml Derick  1.11
 preface.xml Derick  1.6
 --- appendices --
 debugger.xmlDerick  1.7
@@ -43,22 +40,21 @@
 persistent-connections.xml  Mathieu done 
 remote-files.xmlMathieu done 
 --- functions ---
-apache.xml  Derick  done
-array.xml   Leendertstarted
+apache.xml  Derick  1.15
+array.xml   
 aspell.xml  
 bc.xml  
 calendar.xml
 classobj.xml
-com.xml Derick  done
+com.xml Derick  1.25
 cpdf.xml
 curl.xml   
 cybercash.xml   
-datetime.xmlLeendert1.30
+datetime.xmlLeendert1.69
 dba.xml
 dbase.xml
 dbm.xml
-dir.xml Derick  done
-dl.xml  Derick  done 
+dir.xml Derick  1.11
 domxml.xml  
 exec.xml 
 fdf.xml 
@@ -83,7 +79,7 @@
 misc.xml
 msql.xml
 mssql.xml
-mysql.xml
+mysql.xml   Dirkjan  1.95
 network.xml
 nis.xml
 oci8.xml
@@ -103,14 +99,14 @@
 session.xml
 shmop.xml
 snmp.xml
-strings.xml Leendertdone
+strings.xml Leendert1.77
 swf.xml
 sybase.xml
 uodbc.xml
-url.xml Derick  started
+url.xml 
 var.xml  
 vmailmgr.xml
-wddx.xmlDerick  started
+wddx.xml
 xml.xml
 yaz.xml
 zlib.xml





[PHP-DOC] cvs: phpdoc /nl/functions datetime.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiMon Mar 25 03:17:37 2002 EDT

  Modified files:  
/phpdoc/nl/functionsdatetime.xml 
  Log:
  Updated until time() with en 1.68.
  

Index: phpdoc/nl/functions/datetime.xml
diff -u phpdoc/nl/functions/datetime.xml:1.9 phpdoc/nl/functions/datetime.xml:1.10
--- phpdoc/nl/functions/datetime.xml:1.9Sat Feb  2 10:47:48 2002
+++ phpdoc/nl/functions/datetime.xmlMon Mar 25 03:17:37 2002
@@ -23,12 +23,12 @@
  
   

-jaar tussen 1 en 32767 inclusive is
+het jaar tussen 1 en 32767 inclusive is

   
   

-maand tussen 1 en 12 inclusive is
+de maand tussen 1 en 12 inclusive is.

   
   
@@ -40,13 +40,16 @@
   
  
 
+
+   Zie ook mktime en strtotime. 
+   

   
   
   

 date
-Formateer een local time/date
+Formatteer een lokale date/time


 Omschrijving
@@ -61,6 +64,20 @@
  Geeft een geformatteerde string volgens de gegeven format string
  gebruikmakend van timestamp of the huidige
  local time als geen timestamp gegeven is.
+  
+
+   The valid range of a timestamp is typically from Fri, 13 Dec 1901
+   20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT. (These are  
+   the dates that correspond to the minimum and maximum values for  
+   a 32-bit signed integer.)
+
+  
+  Om een timestamp te genereren uit een string representatie van een datum
+  kun je eventueel strtotime gebruiken. Bovendien hebben
+  sommige databases functies om hun dataum formaten om te zetten naar
+  timestamps (zoals MySQLs UNIX_TIMESTAMP functie).
+
+   
 
 
  De volgende karakters worden herkend in de format string:
@@ -159,6 +176,11 @@
 n - maand zonder nul aan het begin; dus "1" tot "12"

   
+ 
+   
+O - Verschil met Greenwich tijd in uren; bijvoorbeeld "+0200"
+   
+  
   

 r - RFC 822 geformatteerde date; dus "Thu, 21 Dec 2000 16:01:07 
+0200"
@@ -171,7 +193,7 @@
   
   

-S - Engels ordinale suffix, textueel, 2 karakters; dus "th",
+S - Engelse ordinale suffix voor de dag van de maand, textueel, 2 karakters; 
+dus "th",
 "nd"

   
@@ -196,6 +218,11 @@
 (Zaterdag)

   
+  
+   
+  W - ISO-8601 weeknummer van het jaar, weken beginnend op maandag 
+(toegevoegd in PHP 4.1.0) 
+
+   
   

 Y - jaar, 4 cijfers; dus "1999"
@@ -225,34 +252,84 @@
  
   date voorbeeld
   
+  
+  
+ 
+
+   
+Je kunt ervoor zorgen dat een herkend karakter in een format string 
+niet wordt vervangen door het te escapen met een voorgaande backslash. Als
+het karakter met een backslash al een speciaal teken is, moet je ook
+de backslash escapen. 
+   
+  Escapen van characters in date  
+ 
+  
   
  
 
 
  Het is mogelijk om date en mktime
- samen te gebruiken om datums in de toekomst of verleden te vinden.
+ samen te gebruiken om data in de toekomst of het verleden te vinden.
  
   
-   date en mktime
-   voorbeeld
+   date en mktime voorbeeld
   
   
+ 
+  
+ 
+ 
+
+Dit kan betrouwbaarder zijn dan het simpelweg toevoegen of aftrekken
+van het aantal seconden in een dag of een maand bij een timestamp door
+de zomer- en wintertijd.
+ 
+
+
+   
+ Een paar voorbeelden van date formatting. Let
+erop dat je andere karakters moet escapen, omdat degenen
+die momenteel een speciale betekenis hebben, en andere karakters
+zullen een betekenis krijgen in toekomstige PHP versies. Wanneer
+je escapet, zorg ervoor dat je enkele aanhalingstekens gebruikt
+om ervoor te zorgen dat karakters zoals \n newlines worden.
+ 
+  date Formatting
+  
+
   
  
 
 
- Om datums te formatteren in andere talen dan engels, moet
+ Om data te formatteren in andere talen dan engels, moet
  je de setlocale en strftime
- functies moeten gebruiken.
+ functies gebruiken.
 
 
- Zie ook gmdate en
- mktime.
+ Zie ook getlastmod, gmdate,
+ mktime, strftime
+ en time.
 

   
@@ -269,10 +346,10 @@
   inttimestamp
  
 
- Retourneert een associative array die informatie omtrent de date
+ Retourneert een associatieve array die informatie omtrent de date
  van timestamp bevat, of de huidige lokale 
- tijd als er geen timestamp is meegegeven, als de volgende array
- elementen:
+ tijd als er geen timestamp is meegegeven, als een array met de
+volgende elementen:
  
   

@@ -325,6 +402,20 @@

   
  

[PHP-DOC] cvs: phpdoc /en/functions datetime.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiMon Mar 25 03:16:29 2002 EDT

  Modified files:  
/phpdoc/en/functionsdatetime.xml 
  Log:
  Small typo fix.
  
Index: phpdoc/en/functions/datetime.xml
diff -u phpdoc/en/functions/datetime.xml:1.68 phpdoc/en/functions/datetime.xml:1.69
--- phpdoc/en/functions/datetime.xml:1.68   Fri Mar  8 17:52:52 2002
+++ phpdoc/en/functions/datetime.xmlMon Mar 25 03:16:28 2002
@@ -1,5 +1,5 @@
 
-
+
  
   Date and Time functions
   Date/time
@@ -499,7 +499,7 @@
 
 
  See also date, mktime,
- gmmktime and strftime
+ gmmktime and strftime.
 

   





[PHP-DOC] cvs: phpdoc /en/functions http.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 19:30:54 2002 EDT

  Modified files:  
/phpdoc/en/functionshttp.xml 
  Log:
  Fixed some typos.
  
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.38 phpdoc/en/functions/http.xml:1.39
--- phpdoc/en/functions/http.xml:1.38   Tue Mar 12 09:38:07 2002
+++ phpdoc/en/functions/http.xmlSun Mar 24 19:30:53 2002
@@ -1,5 +1,5 @@
 
-
+
  
   HTTP functions
   HTTP
@@ -66,7 +66,7 @@
If you want to set the return status like this then you have to 
make sure this is the very first header you send. Remember that
setcookie uses header 
-   internaly and that the session functions might try to set a 
+   internally and that the session functions might try to set a 
cookie, so these might interfere with setting a return status
using header("HTTP ...").
   
@@ -159,7 +159,7 @@
 
  Remember that header must be
  called before any actual output is sent, either by normal HTML
- tags blank lines in a file, or from PHP. It is a very common
+ tags, blank lines in a file, or from PHP. It is a very common
  error to read code with include, or
  require, functions, or another file access
  function, and have spaces or empty lines that are output before
@@ -322,7 +322,7 @@
 
  When deleting a cookie you should assure that the expiration date
  is in the past, to trigger the removal mechanism in your browser.
- Examples follow how to delete cookies send in previous example:
+ Examples follow how to delete cookies sent in previous example:
  
   setcookie delete examples
   





[PHP-DOC] cvs: phpdoc /nl/functions http.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 19:30:34 2002 EDT

  Modified files:  
/phpdoc/nl/functionshttp.xml 
  Log:
  First version of HTTP module.
  

Index: phpdoc/nl/functions/http.xml
diff -u /dev/null phpdoc/nl/functions/http.xml:1.3
--- /dev/null   Sun Mar 24 19:30:34 2002
+++ phpdoc/nl/functions/http.xmlSun Mar 24 19:30:33 2002
@@ -0,0 +1,419 @@
+
+
+ 
+  HTTP functies
+  HTTP
+
+  
+   
+Met deze functies kun je de output die teruggezonden wordt naar de
+   remote browser manipuleren op het HTTP protocol niveau.
+   
+  
+
+  
+   
+header
+Stuur een raw HTTP header
+   
+   
+Beschrijving
+ 
+  intheader
+  stringstring
+  boolreplace
+ 
+
+ header wordt gebruikt om raw
+ HTTP headers te versturen. Zie de HTTP/1.1 specificatie voor meer
+ informatie over HTTP headers.
+
+
+ De optionele replace parameter geeft aan
+of de header een vorige gelijkaardige header moet vervangen, of
+een tweede header van hetzelfde type toe moet voegen. Standaard
+zal hij vervangen, maar als je &false; meegeeft als tweede
+argument kun je meerdere headeers van het zelfde type forceren.
+Bij voorbeeld:
+ 
+  
+
+  
+ 
+
+
+Er zijn twee speciale header calls. De eerste is een header die
+begint met de string "HTTP/" (case is onbelangrijk),
+die wordt gebruikt om uit te zoeken welke HTTP status moet
+worden verzonden. Bijvoorbeeld, als je Apache hebt geconfigureerd om
+een PHP script te gebruiken om requests voor ontbrekende bestanden
+af te handelen (door de ErrorDocument directive te
+gebruiken), wil je er misschien voor zorgen dat je script
+de goede status code genereert.
+ 
+  
+
+  
+ 
+ 
+  
+  Als je de return status op deze manier wil instellen moet je
+  zorgen dat dit de eerste header is die je verstuurt. Vergeet niet
+  dat setcookie header 
+  intern gebruikt en dat de sessie functies misschien proberen
+  om een cookie neer te zetten, zodat deze interfereren met het
+  instellen van een return status via 
+  header("HTTP ...").
+  
+ 
+ 
+  
+  In PHP 3 werkt dit alleen als PHP is gecompileerd als een
+  Apache module. Je kunt echter hetzelfde effect verkrijgen
+  door middel van het gebruiken van de 
+   Status header.
+   
+
+
+
+   
+  
+ 
+
+
+De tweede speciale case is de "Location:" header. Deze header wordt
+niet alleen teruggestuurd naar de browser, maar hij geeft ook een 
+ REDIRECT (302) status code aan de browser tenzij 
+ een 3xx status code al eerder werd ingesteld.
+ 
+  
+
+  
+ 
+
+
+ 
+  HTTP/1.1 heeft een absolute URI als argument voor
+  Location:,
+ inclusief het schema, de hostname en absoluut pad, maar sommige
+ clients accepteren relatieve URIs. Je kunt normaal
+  $_SERVER['HTTP_HOST'], 
+$_SERVER['PHP_SELF']
+  en dirname gebruiken om zelf een
+ absolute URI te maken van een relatieve:
+  
+   
+
+   
+  
+ 
+
+
+PHP scripts genereren vaak dynamische content die niet mag worden
+gecached door de client browser of een proxy cache tussen de server
+en de client browser. Je kunt veel proxies en clients kunnen forceren
+het cachen uit te zetten met
+  
+  
+
+  
+ 
+ 
+  
+  Het zou kunnen dat je pagina's zelfs niet worden gecached als je 
+  niet alle headers hierboven meestuurt. Er zijn een aantal opties
+  die gebruikers zelf kunnen instellen voor hun browser die ervoor
+  zorgen dat hun standaard caching gedrag verandert. Door de bovenstaande
+  headers mee te sturen kun je alle instellingen die anders zorgen dat
+  de output van je script wordt gecached overschrijven.
+  
+  
+  Bovendien kunnen de session_cache_limiter
+  en de session.cache_limiter configuratie
+  worden gebruikt om automatisch de correcte caching-gerelateerde
+  headers mee te sturen wanneer er sessies worden gebruikt.
+  
+ 
+
+
+Onthoud dat header moet worden aangeroepen
+voor er output is verzonden, door normale HTML tags, lege regels in een
+file, of vanuit PHP. Het is een veel voorkomende fout
+om met include,
+ require, functies, of een andere file toegang
+ functie output te verzenden voordat header
+wordt aangeroepen. Hetzelfde probleem bestaat wanneer
+er een enkele PHP/HTML file wordt gebruikt.
+ 
+  
+
+  
+ 
+ 
+  
+  In PHP 4 kun je output buffering gebruiken om dit probleem te voorkomen,
+  waarbij het begin van al je output naar de browser wordt 

[PHP-DOC] cvs: phpdoc /en/functions mysql.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 18:48:15 2002 EDT

  Modified files:  
/phpdoc/en/functionsmysql.xml 
  Log:
  Yet another typo.
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.98 phpdoc/en/functions/mysql.xml:1.99
--- phpdoc/en/functions/mysql.xml:1.98  Sun Mar 24 18:43:40 2002
+++ phpdoc/en/functions/mysql.xml   Sun Mar 24 18:48:15 2002
@@ -1,5 +1,5 @@
 
-
+
  
   MySQL Functions
   MySQL
@@ -2294,7 +2294,7 @@
  mysql_stat currently only returns status for uptime,
   threads, queries, open tables, flush tables and queries per second. For a
   complete list of other status variables you have to use the SHOW STATUS
-  sql command.
+  SQL command.
  
 
 





[PHP-DOC] cvs: phpdoc /nl/functions mysql.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 18:47:15 2002 EDT

  Modified files:  
/phpdoc/nl/functionsmysql.xml 
  Log:
  Added mysql_stat.
  
Index: phpdoc/nl/functions/mysql.xml
diff -u phpdoc/nl/functions/mysql.xml:1.5 phpdoc/nl/functions/mysql.xml:1.6
--- phpdoc/nl/functions/mysql.xml:1.5   Sun Mar 24 18:27:14 2002
+++ phpdoc/nl/functions/mysql.xml   Sun Mar 24 18:47:15 2002
@@ -1,5 +1,5 @@
 
-
+
  
   MySQL Functies
   MySQL
@@ -2223,6 +2223,52 @@
 

   
+  
+   
+   
+mysql_stat
+Geef huidige systeem status
+   
+   
+Beschrijving
+ 
+  stringmysql_stat
+  resourcelink_identifier
+ 
+
+ mysql_stat geeft de huidige server status.
+
+
+ 
+ mysql_stat geeft momenteel alleen status voor
+uptime, threads, queries, open tabellen, flush tables en queries per seconde.
+Voor een complete lijst van andere status variabelen moet je het SHOW STATUS
+SQL command gebruiken.
+ 
+
+
+ 
+  MySQL stat voorbeeld
+  
+
+  
+  
+  Het bovenstaande voorbeeld zou de volgende output produceren.
+   
+
+   
+  
+ 
+
+   
+  
+ 
  
 
 

[PHP-DOC] cvs: phpdoc /en/functions mysql.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 18:43:40 2002 EDT

  Modified files:  
/phpdoc/en/functionsmysql.xml 
  Log:
  Fixed typo
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.97 phpdoc/en/functions/mysql.xml:1.98
--- phpdoc/en/functions/mysql.xml:1.97  Sun Mar 24 06:15:22 2002
+++ phpdoc/en/functions/mysql.xml   Sun Mar 24 18:43:40 2002
@@ -1,5 +1,5 @@
 
-
+
  
   MySQL Functions
   MySQL
@@ -2242,7 +2242,7 @@
  mysql_get_proto_info returns the protocol
  version used by connection
  link_identifier.  If
- link_identifier is omited, the last opened
+ link_identifier is omitted, the last opened
  connection will be used.
 
 





[PHP-DOC] cvs: phpdoc /nl/functions mysql.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 18:27:15 2002 EDT

  Modified files:  
/phpdoc/nl/functionsmysql.xml 
  Log:
  Very small update,
  merely to include a log msg this time.
  First version of MySQL chapter.
  
Index: phpdoc/nl/functions/mysql.xml
diff -u phpdoc/nl/functions/mysql.xml:1.4 phpdoc/nl/functions/mysql.xml:1.5
--- phpdoc/nl/functions/mysql.xml:1.4   Sun Mar 24 18:19:05 2002
+++ phpdoc/nl/functions/mysql.xml   Sun Mar 24 18:27:14 2002
@@ -1,5 +1,5 @@
 
-
+
  
   MySQL Functies
   MySQL
@@ -342,7 +342,7 @@
  
 
 
- Zie ook: mysql_connect en
+ Zie ook: mysql_connect,
  mysql_pconnect.
 

@@ -433,8 +433,8 @@
 ]]>
  
 
- Zie ook
- mysql_pconnect en
+ Zie ook:
+ mysql_pconnect,
  mysql_close.
 

@@ -633,7 +633,7 @@
 argumenten.
 
 
- Zie ook mysql_connect en
+ Zie ook: mysql_connect,
  mysql_query.
 
 
@@ -724,7 +724,7 @@
  
 
 
- Zie ook: mysql_error
+ Zie ook: mysql_error.
 

   
@@ -772,7 +772,7 @@
  
 
 
- Zie ook: mysql_errno
+ Zie ook: mysql_errno.
 

   
@@ -1181,7 +1181,7 @@
  
 
 
- Zie ook: mysql_fetch_array en
+ Zie ook: mysql_fetch_array,
  mysql_fetch_row.
 

@@ -1217,7 +1217,7 @@
  Zie ook: mysql_fetch_array,
  mysql_fetch_object,
  mysql_data_seek,
- mysql_fetch_lengths, en
+ mysql_fetch_lengths,
  mysql_result.
 






[PHP-DOC] cvs: phpdoc /nl/functions mysql.xml

2002-03-24 Thread Dirkjan Ochtman

manuzhaiSun Mar 24 18:19:05 2002 EDT

  Modified files:  
/phpdoc/nl/functionsmysql.xml 
  Log:
  
  

Index: phpdoc/nl/functions/mysql.xml
diff -u /dev/null phpdoc/nl/functions/mysql.xml:1.4
--- /dev/null   Sun Mar 24 18:19:05 2002
+++ phpdoc/nl/functions/mysql.xml   Sun Mar 24 18:19:05 2002
@@ -0,0 +1,2248 @@
+
+
+ 
+  MySQL Functies
+  MySQL
+
+  
+   
+Deze functies maken toegang tot MySQL database servers mogelijk.
+   Meer informatie over MySQL is te vinden op &url.mysql;.
+   
+   
+Documentatie voor MySQL is te vinden op &url.mysql.docs;.
+   
+   
+   
+Benodigdheden
+
+ Om deze functies te gebruiken moet PHP gecompileerd zijn met
+ondersteuning voor MySQL.
+
+   
+
+   
+Installatie
+
+ Door de --with-mysql configuratie
+ optie te gebruiken kan PHP toegang krijgen tot MySQL databases. Als deze
+optie gebruikt wordt zonder het pad naar MySQL te specificeren, zal PHP 
+de ingebouwde MySQL client libraries gebruiken. Met PHP4 is MySQL 
+ondersteuning
+altijd aan; als je de configuratie optie niet specificeert, worden de 
+bijgevoegde
+libraries gebruikt. Gebruikers die andere applicaties draaien die MySQL 
+gebruiken 
+(bijvoorbeeld mensen die PHP 3 en PHP 4 naast elkaar draaien als Apache 
+modules,
+of auth-mysql) moeten altijd het pad naar MySQL specificeren: --with-mysql=/path/to/mysql.  Dit zorgt ervoor dat PHP
+de client libraries die door MySQL geinstalleerd zijn gebruikt, zodat een 
+conflict
+voorkomen wordt.
+
+   
+
+   
+Runtime Configuratie
+
+ Het gedrag van de MySQL functies wordt mede bepaald door instellingen in de
+globale configuratie file.
+ 
+  MySQL Configuratie Opties
+  
+   
+
+ Naam
+ Default
+ Veranderbaar
+
+   
+   
+
+ mysql.allow_persistent
+ "On"
+ PHP_INI_SYSTEM
+
+
+ mysql.max_persistent
+ "-1"
+ PHP_INI_SYSTEM
+
+
+ mysql.max_links
+ "-1"
+ PHP_INI_SYSTEM
+
+
+ mysql.default_port
+ NULL
+ PHP_INI_ALL
+
+
+ mysql.default_socket
+ NULL
+ PHP_INI_ALL
+
+
+ mysql.default_host
+ NULL
+ PHP_INI_ALL
+
+
+ mysql.default_user
+ NULL
+ PHP_INI_ALL
+
+   
+  
+ 
+ Zie ook ini_set voor verdere details en de definitie
+van de PHP_INI_* constanten.
+
+   
+
+   
+Resource typen
+
+De MySQL module gebruikt twee resource typen. De eerste is de link identifier
+voor een verbinding met een database, de tweede is een resource voor de 
+resultaten van
+een query.
+
+   
+
+   
+Predefined constanten
+
+ De functie mysql_fetch_array gebruikt een constante
+voor de verschillende typen van de resultaat-arrays. De volgende
+constanten zijn gedefinieerd:
+ 
+  MySQL fetch constanten
+  
+   
+
+ constante
+ betekenis
+
+   
+   
+
+ MYSQL_ASSOC
+ 
+ Kolommen worden teruggegeven in de array met de veldnaam als de
+ array index.
+ 
+
+
+ MYSQL_BOTH
+ 
+ Kolommen worden teruggegeven in de array met zowel een numerieke
+ index als de veldnaam als de array index.
+ 
+
+
+ MYSQL_NUM
+ 
+ Kolommen worden teruggegeven in de array met een numerieke index
+ voor de velden. Deze index begint met 0, het eerste veld in het 
+resultaat.
+ 
+
+   
+  
+ 
+
+   
+
+   
+Voorbeelden
+
+Dit simpele voorbeeld laat zien hoe verbinding met een MySQL database 
+tot stand wordt gebracht,
+er een query wordt uitgevoerd, resulterende rijen worden geprint en
+hoe de verbinding weer wordt gesloten.
+ 
+  MySQL extensie overzicht voorbeeld
+  
+ 
+  
+ 
+
+   
+  
+
+  
+   
+mysql_affected_rows
+Geeft het aantal betrokken rijen in de vorige
+MySQL operatie
+   
+   
+Beschrijving
+ 
+  intmysql_affected_rows
+  resource
+link_identifier
+   
+ 
+
+ mysql_affected_rows geeft het aantal rijen
+ dat betrokken was bij de laatste INSERT, UPDATE of DELETE query
+ die geassocieerd was met link_identifier.  Als
+de link identifier niet gegeven is, wordt de link die als laatste werd
+geopend met mysql_connect gebruikt.
+
+
+ 
+  Als je transacties gebruikt, moet je 
+  mysql_affected_rows na je INSERT,
+  UPDATE, of DELETE query aanroepen, niet na de commit.
+