[PHP-DOC] #25921 [Fbk->NoF]: buggy example

2004-09-23 Thread phpdoc
 ID:  25921
 Updated by:  [EMAIL PROTECTED]
 Reported By: corinl at gmx dot de
-Status:  Feedback
+Status:  No Feedback
 Bug Type:Documentation problem
 PHP Version: 4.3.0
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-09-16 15:50:40] [EMAIL PROTECTED]

Please explain what exactly do you miss in the documentation.



[2003-10-20 09:32:53] [EMAIL PROTECTED]

Besides the doc problem, it may also be a "real" bug.
Following draft-ietf-ldapext-ldap-c-api-xx.txt:
LDAP_OPT_REFERRALS (0x08)
[..]
By default, this option is ON.

Is this option ON by default in PHP or not? Following this draft it
should be, when not I consider this a bug.

Maybe it is a good idea to add the default options set by PHP to
ldap_set_option/ldap_get_option.



[2003-10-20 08:40:31] bugs dot php dot net at phrenetic dot to

Then this is a documentation bug.
http://se.php.net/manual/en/function.ldap-search.php and
http://se.php.net/manual/en/function.ldap-connect.php doesn't say
anything about this.



[2003-10-20 08:13:26] [EMAIL PROTECTED]

That's not workaround, that's how you're supposed to do it.




[2003-10-20 07:41:37] bugs dot php dot net at phrenetic dot to

I forgot to supply LDAP client library version:

LDAP Supportenabled
RCS Version $Id: ldap.c,v 1.130.2.4 2003/04/30 21:54:02 iliaa Exp $
Total Links 0/unlimited
API Version 2004
Vendor Name OpenLDAP
Vendor Version  20123



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/25921

-- 
Edit this bug report at http://bugs.php.net/?id=25921&edit=1


[PHP-DOC] #25961 [Fbk->NoF]: sem_get with fixed IDC_CREAT flag

2004-09-24 Thread phpdoc
 ID:   25961
 Updated by:   [EMAIL PROTECTED]
 Reported By:  daredevil at rozmova dot if dot ua
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: FreeBSD, cygwin
 PHP Version:  4.3.3
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-09-17 10:09:03] [EMAIL PROTECTED]

Please tell us what exactly should be added to the documentation.



[2003-10-23 22:42:10] [EMAIL PROTECTED]

It seems strange that IPC_CREATE flag is always set, but it's removal
will break backwards compatibility. The only way I see that this
problem could be resolved is by adding another optional argument to the
function, which would disable  IPC_CREATE flag.



[2003-10-23 02:51:32] daredevil at rozmova dot if dot ua

Description:

in the sem_get function, according to the source code,
semaphore *always* getting with IPC_CREATE flag. That is unnecessary in
situations, when I wanna get an existing semaphore, not to create a new
one.

Also in the Documentation You should mention, that a PHP semaphore is
really THREE of them! Because when writing an client-server app (php as
a client platform ang C/C++ as a server platform), and a semaphore is
created in C++ as semget(key, 1(!), IPC_CREATE | 0666) - I need onle
one! When trying to reach it in php sem_get(key) php handles an "ivalid
argument exception" because php wanna re-create the semaphore set from 1
to 3.  






-- 
Edit this bug report at http://bugs.php.net/?id=25961&edit=1


[PHP-DOC] #27604 [Fbk->NoF]: The language of the manual of the CHM version is wrong.

2004-09-24 Thread phpdoc
 ID:   27604
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: MS Windows
 PHP Version:  Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-09-17 15:15:23] [EMAIL PROTECTED]

Is it OK now?



[2004-09-17 15:15:21] [EMAIL PROTECTED]

Is it OK now?



[2004-04-16 06:33:10] byoon_ml at zing dot bytechase dot cx

The newest version(14-Apr 2004) is also not fixed yet :-(



[2004-04-12 21:28:23] [EMAIL PROTECTED]

I commited a workarround.
I hope it's OK...

http://news.php.net/article.php?group=php.doc&article=969360028




[2004-03-16 14:47:14] misha at mbm dot nifty dot com

> I don't really understand whats the problem.
> But who can check this? Derick? Gabor?
I am sorry. I don't know who wrote that.
But I comfirmed it too. The php_manual_ja.chm(on 11 Mar 2004) is in
Simplified Chinese and English, not Japanese.
For a while, it thinks that it is good to send it back to the previous
version. How is it?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/27604

-- 
Edit this bug report at http://bugs.php.net/?id=27604&edit=1


[PHP-DOC] #27796 [Fbk->NoF]: exec()/system()/etc cannot execute Zerolink executables

2004-09-25 Thread phpdoc
 ID:   27796
 Updated by:   [EMAIL PROTECTED]
 Reported By:  wjtregaskis at students dot latrobe dot edu dot au
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: MacOS 10.3.3
 PHP Version:  4.3.4
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-09-17 15:22:53] [EMAIL PROTECTED]

What do you mean by "CLI apps built with Zerolink 
enabled"? Which part of the documentation should be updated?



[2004-04-07 10:06:33] wjtregaskis at students dot latrobe dot edu dot
au

As an extension of this problem, it's also true the same 
error code (6, ENXIO) is returned if you try to execute 
an application which connects to the WindowServer (under 
Mac OS X).  Only the console & root users may do this, 
which usually [and hopefully] excludes www, which seems 
to be the user that is used when executing via exec().



[2004-03-31 07:23:16] [EMAIL PROTECTED]

So it's something for the docs.



[2004-03-31 07:21:38] wjtregaskis at students dot latrobe dot edu dot
au

P.S.  XCode is Apple's universal GUI IDE.  Zerolink is 
(so far as I've seen) too difficult to allow for in a 
normal makefile, so non-XCode projects are exempt from 
this problem.



[2004-03-31 07:20:08] wjtregaskis at students dot latrobe dot edu dot
au

Just to clarify, Zerolink is Apple's system for linking 
object files within an executable at runtime.  It's on 
by default in XCode.  The premise is that for large apps 
you can run them immediately after compilation, linking 
on-the-fly only the [small, ideally] fraction of them 
needed.  The side-effect of this is that these apps have 
to be launched in some sort of special environment to 
facilitate this runtime linking, so you can't execute 
them normally.

I guess it would be possible to execute such apps so 
that they do work [by extending the exec code], but I 
don't see a need - it's easy enough to just compile with 
Zerolink off (the "old fashioned way") and it's more the 
fact that this can catch you out and is terrible to 
debug that concerns me.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/27796

-- 
Edit this bug report at http://bugs.php.net/?id=27796&edit=1


[PHP-DOC] #28414 [Fbk->NoF]: [de] decimals in float

2004-11-05 Thread phpdoc
 ID:   28414
 Updated by:   [EMAIL PROTECTED]
 Reported By:  udo dot steinbach at ewetel dot net
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: Irrelevant
 PHP Version:  Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-10-29 16:47:06] [EMAIL PROTECTED]

The german text on this page is the exact translation of the english
text.

floor((0.1 + 0.7) * 10) returns 7 as stated in the text.

So the original bug reporter should tell us where and what exactly the
problem is.



[2004-08-06 18:26:41] [EMAIL PROTECTED]

Updating the summary so people can easily see it's a German doc
problem.



[2004-05-18 16:41:24] [EMAIL PROTECTED]

It's a bug in the german docs...



[2004-05-18 16:37:44] [EMAIL PROTECTED]

Write in english, please!



[2004-05-16 12:57:11] udo dot steinbach at ewetel dot net

Description:

My english is to bad, so in german.

In /de/language.types.float.html heißt es
> Das gründet sich auf die Tatsache, dass es unmöglich ist, manche
Dezimal-Zahlen durch eine endliche Anzahl an Nachkomma-Stellen
darzustellen

Das ist zwar richtig, aber die falsche Erklärung für den Satz davor
> So wird floor((0.1 + 0.7) * 10) normalerweise 7

Siehe news:[EMAIL PROTECTED] und
news:[EMAIL PROTECTED]
> Die Basis 10 ist inkommensurabelk mit der Basis 2. Auf binaer
arbeitenden Gleitkommahardwares wird daher (change - dollar_amount) =
1/10 auf der Hardware nicht exakt darstellbar sein, sondern so etwas
wie 0.0999… sein.  Damit ist int(100*...)=9.

Reproduce code:
---
?? for docs?

Expected result:

?? for docs?

Actual result:
--
?? for docs?





-- 
Edit this bug report at http://bugs.php.net/?id=28414&edit=1


[PHP-DOC] #30933 [Fbk->NoF]: mysql_db_select manual page

2004-12-09 Thread phpdoc
 ID:  30933
 Updated by:  [EMAIL PROTECTED]
 Reported By: x123 at bestof-inter dot net
-Status:  Feedback
+Status:  No Feedback
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-12-01 23:06:37] [EMAIL PROTECTED]

Hi,

There is no mysql_db_select manual page. I assume you mean
mysql_select_db, however I cannot see the user notes you are talking
about.

If you spot poor user notes, please inform us and we'll delete them.
All user notes are moderated, however due to the sheer number of notes
per day, a few escape detection.

These delete requests should be marked as Documentation Problems.

If logging a bug report is too painful, as I can imagine it would be,
you're welcome to drop into #phpdoc on irc.freenode.com and mention it
to someone in there.



[2004-11-29 19:20:41] x123 at bestof-inter dot net

Description:

The last two "contributed" entries on the
mysql_db_select page should be deleted.
(one is a strange phrase in some exotic language,
the other one is a copy of a former post)

Also concerning other man pages, I wonder why user contribs 
are not "filtered" at least at a very primitive level ;
there are not so many per page (thus per day), 
and at least every 10th should better be deleted
in order to keep these notes useful.






-- 
Edit this bug report at http://bugs.php.net/?id=30933&edit=1


[PHP-DOC] #30947 [Fbk->NoF]: http://php.net/lists.php

2004-12-11 Thread phpdoc
 ID:   30947
 Updated by:   [EMAIL PROTECTED]
 Reported By:  ceo at l-i-e dot com
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: php.net
 PHP Version:  Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-12-02 00:35:01] [EMAIL PROTECTED]

Yeah, us2.php.net really seems to have some problems.
Try http://www.php.net/lists.php instead.



[2004-12-02 00:24:50] ceo at l-i-e dot com

Still happens, consistently and reliably on:

Netscape 7.1 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4)
Gecko/20030624 Netscape/7.1 (ax)

Firefox Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7)
Gecko/20040707 Firefox/0.9.2

Mozilla 1.7.1 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1)
Gecko/20040707

Yeah, okay, that last one was redundant, wasn't it?

MSIE 6, however, claims the server can't be found...
"Cannot find server or DNS Error
Internet Explorer "

Course, that's just Microsoft... :-)

I know this is weird, but that's what I'm seeing.  Honest!

I'm surfing from 66.99.91.45 if you wanna grep Apache logs to see what
was going on minutes before this was posted from that IP... Yeah,
right. :-^

Maybe this will help:
bash-2.03$ wget http://php.net/lists.php
--17:22:28--  http://php.net/lists.php
   => `lists.php'
Resolving php.net... 64.246.30.37
Connecting to php.net[64.246.30.37]:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.php.net/lists.php [following]
--17:22:29--  http://www.php.net/lists.php
   => `lists.php'
Resolving www.php.net... 64.246.30.37
Connecting to www.php.net[64.246.30.37]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://us2.php.net/lists.php [following]
--17:22:29--  http://us2.php.net/lists.php
   => `lists.php'
Resolving us2.php.net... 64.62.150.60
Connecting to us2.php.net[64.62.150.60]:80... connected.
HTTP request sent, awaiting response... 
17:22:29 ERROR -1: No data received.

bash-2.03$ 

I'm still getting us2 mirror for fopen or anything else.



[2004-12-01 18:30:44] [EMAIL PROTECTED]

So, is this still happening, or not? Can you replicate it on more than
one browser?
Does it ALWAYS happen, or it just happened once?

S




[2004-12-01 18:22:45] ceo at l-i-e dot com

I just tried http://php.net/fopen and got us2 mirror.

I'm pretty sure that's not consistently true, however...

I know I used to get us4 a lot, and sometimes us3.

Though if that's based on IP network topography, I suppose that could
all be based on work/home/2nd-job surfing differences.

Aha!  Based on my Cookies and such, and what I see in the search text
box below the main masthead navbar, I apparently fumbled and typed
"php.net/lists.phyp" FIRST the other day, and it's still in the data
somewhere.

That *MIGHT* be having an effect, I guess.

PS You guys rock!



[2004-11-30 22:44:54] [EMAIL PROTECTED]

I also get the search results page.

What mirror do you get when going to php.net/fopen (for example)?

S




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/30947

-- 
Edit this bug report at http://bugs.php.net/?id=30947&edit=1


[PHP-DOC] #30354 [Fbk->NoF]: imagecreatefromjpeg() requires absolute path + docs dont make that clear

2005-01-05 Thread phpdoc
 ID:   30354
 Updated by:   phpdoc@lists.php.net
 Reported By:  janitor at wonkavision dot net
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: Red Hat 9.0
 PHP Version:  4.3.0
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2004-12-29 18:29:24] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with ,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.





[2004-10-08 15:38:07] janitor at wonkavision dot net

One other point.  I was able to get this to work with just "file.jpg"
if the image is in the same dir.  The problem showed forth once I tried
to put the images in a different dir.



[2004-10-08 15:26:07] janitor at wonkavision dot net

Im running PHP4.3.0 on RHL9

As far as the second original snippet I left out the first slash in the
comments.  In the actual code I included it.  

Is this enough info?
I cut and pasted this from phpinfo() on GD.
GD Support  enabled  
GD Version  bundled (2.0 compatible)  
FreeType Support  enabled  
FreeType Linkage  with freetype  
T1Lib Support  enabled  
GIF Read Support  enabled  
JPG Support  enabled  
PNG Support  enabled  
WBMP Support  enabled  

>From Configure Command:
'./configure' '--with-gd' '--with-ttf'
'--with-t1lib=/usr/local,sharedi' '--with-pear'
'--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-jpeg-dir=/usr'
'--with-gettext' '--with-dom=shared' '--with-db3=shared'
'--with-interbase=shared,/usr' '--with-mysql=shared,/usr/local/mysql'
'--with-pgsql=shared,/usr/local/pgsql' '--with-apxs=/usr/sbin/apxs'
'--with-pdflib=shared,../pdflib-4.0.3-Linux/bind/c/' '--with-imap-ssl'
'--with-imap=shared' '--with-mcrypt=shared' '--with-curl=shared'
'--with-ldap=shared' '--with-regex=system' '--with-iconv' '--with-zlib'
'--with-kerberos' '--enable-dba=shared' '--enable-ftp' '--enable-xml'
'--enable-mbstring' '--enable-mbregex' '--disable-mbstr-enc-trans'
'--enable-track-vars' '--enable-safe-mode' '--enable-memory-limit'
'--enable-xslt=shared' '--with-xslt-sablot=shared'



[2004-10-08 09:13:33] [EMAIL PROTECTED]

This is definitly not the case under windows either. I'm using GD2 (PHP
5 / PHP 4.3.9).

I suppose it is possible this is a  GD1 issue, there were many changes
to the path handling. As Derick said: please provide some more
information.

(Also, the second code snippet is still a relative link.)



[2004-10-08 08:52:32] [EMAIL PROTECTED]

This is not true, there is no reason why to use the full path (alteast
not on Linux). Please fill in your PHP version and operating system and
provide information on how you compiled PHP.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/30354

-- 
Edit this bug report at http://bugs.php.net/?id=30354&edit=1


[PHP-DOC] #31677 [Fbk->NoF]: ibase functions

2005-03-04 Thread phpdoc
 ID:   31677
 Updated by:   phpdoc@lists.php.net
 Reported By:  3tantes at inbox dot lv
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: ANY
 PHP Version:  5.0.1
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-02-24 17:11:08] [EMAIL PROTECTED]

Could you please explain what this means, and how/what ibase
documentation should be changed?



[2005-01-24 10:11:46] 3tantes at inbox dot lv

Description:

PLEASE note in documentation that ibase functions now use services:
* ibase_add_user
* ibase_modify_user
(maybe some other functions too, i haven't used others)

it may cause some problems, when upgrading from php4 to php5!






-- 
Edit this bug report at http://bugs.php.net/?id=31677&edit=1


[PHP-DOC] #32008 [Fbk->NoF]: [chm] Cannot use documentation

2005-03-05 Thread phpdoc
 ID:   32008
 Updated by:   phpdoc@lists.php.net
 Reported By:  info at hcc dot net dot au
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: Windows 98SE
 PHP Version:  4.3.10
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-02-17 13:41:13] [EMAIL PROTECTED]

As I was unable to reproduce your problem, I need more info to properly
debug it.

So, could you please give some more information about your system, like
the Internet Explorer version?

And which manual version are you using? Probably you are using the
extended version.. If its the case, which skin are you using? Could you
also describe the steps to reproduce the error above?

Thanks,
Nuno Lopes



[2005-02-17 12:45:42] info at hcc dot net dot au

Description:

I suspect this bug will have already been reported.
I just need to know how to get around it.
Each time I try to use the help in php_manual_en, I get
this error ..

Line 21
Char 1
Error Object Expected
Code 0
URL MK:@MSITStore:C:\::/ref:classobj.htm








-- 
Edit this bug report at http://bugs.php.net/?id=32008&edit=1


[PHP-DOC] #28371 [Fbk->NoF]: Different behaviour of fopen depending on r+,w+,a+

2005-03-31 Thread phpdoc
 ID:   28371
 Updated by:   phpdoc@lists.php.net
 Reported By:  rc at opelgt dot org
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: MacOSX 10.3
 PHP Version:  4.3.4
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-03-24 16:09:12] [EMAIL PROTECTED]

Tell us what's wrong or missing mainly in the table "A list of
possible modes for fopen() using mode". The behavior of the modes is
explained well there IMHO.



[2005-03-23 11:53:50] rc at opelgt dot org

I have written all things that should be mentioned.

Please read it carefully and if you do not understand 
it, ask me again ;-)

----

[2005-03-23 01:00:04] phpdoc at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2005-03-15 14:24:05] [EMAIL PROTECTED]

Please tell us what exactly is not documented. In my eyes, everything
works exactly as described on fopen page, mainly in the table "A list
of possible modes for fopen() using mode".



[2005-02-03 05:05:56] [EMAIL PROTECTED]

reclassified




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28371

-- 
Edit this bug report at http://bugs.php.net/?id=28371&edit=1


[PHP-DOC] #28371 [Fbk->NoF]: Different behaviour of fopen depending on r+,w+,a+

2005-04-12 Thread phpdoc
 ID:   28371
 Updated by:   phpdoc@lists.php.net
 Reported By:  rc at opelgt dot org
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: MacOSX 10.3
 PHP Version:  4.3.4
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-03-15 14:24:05] [EMAIL PROTECTED]

Please tell us what exactly is not documented. In my eyes, everything
works exactly as described on fopen page, mainly in the table "A list
of possible modes for fopen() using mode".



[2005-02-03 05:05:56] [EMAIL PROTECTED]

reclassified




[2004-05-13 15:19:46] rc at opelgt dot org

Yes, my sent script runs identically for all modes under 
Linux and MacOSX.
Its different among the modes.

The mode options in fopen() for my understanding should 
have only effect
for the start: position of pointer, content of file, 
file creation if nessessary or not.
Sure, read or write or both ways of access should remain 
until fclose(). ;-)

'r' and 'w' need clearstatcache() but 'a' doesnt.

That is the unexpected and in the manual not mentioned 
difference.



[2004-05-13 14:28:21] rc at opelgt dot org

I think it could be mention in the manual:
In PHP 4.2.3 the read pointer for fopen with 'a' is at 
the end of file. Instead in 4.3.4 the pointer is at '0'!
So rewind for reading in 4.3.4 with 'a+' is no longer 
nessessary.

Rüdiger



[2004-05-12 19:12:34] rc at opelgt dot org

Do you really think when such strange differences occur 
and the fopen description says nothing about it, its a 
question for support?

Do you know why this differences occurs?

Output with w+ is:
Inhalt
alt: 
neu: 

and with r+:
Inhalt
alt: 1234567890
neu: 

Rüdiger



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28371

-- 
Edit this bug report at http://bugs.php.net/?id=28371&edit=1


[PHP-DOC] #28371 [Fbk->NoF]: Different behaviour of fopen depending on r+,w+,a+

2005-04-20 Thread phpdoc
 ID:   28371
 Updated by:   phpdoc@lists.php.net
 Reported By:  rc at opelgt dot org
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: MacOSX 10.3
 PHP Version:  4.3.4
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-04-13 09:16:31] [EMAIL PROTECTED]

Guess! Come on guy, if you want to help us to fix the docs, write
something meaningful. This bug fell twice to the state No Feedback, you
reopened it twice and now you are asking what's the preferred
language???

P.S. English is the preferred language.



[2005-04-09 02:10:58] rc at opelgt dot org

Which language do you prefer: english or Deutsch?



[2005-04-01 01:00:04] phpdoc at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2005-03-24 16:09:12] [EMAIL PROTECTED]

Tell us what's wrong or missing mainly in the table "A list of
possible modes for fopen() using mode". The behavior of the modes is
explained well there IMHO.



[2005-03-23 11:53:50] rc at opelgt dot org

I have written all things that should be mentioned.

Please read it carefully and if you do not understand 
it, ask me again ;-)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28371

-- 
Edit this bug report at http://bugs.php.net/?id=28371&edit=1


[PHP-DOC] #24670 [Fbk->NoF]: defining __call requires __sleep for serialize/session

2005-04-21 Thread phpdoc
 ID:   24670
 Updated by:   phpdoc@lists.php.net
 Reported By:  tater at potatoe dot com
-Status:   Feedback
+Status:   No Feedback
 Bug Type: Documentation problem
 Operating System: OS X 10.2
 PHP Version:  Irrelevant
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:


[2005-04-14 10:23:31] [EMAIL PROTECTED]

It seems that classes with __call or __sleep (!) methods simply can't
be serialized (serialize() returns "N;" for them). If you can reproduce
it, please change the Category of this bug to Zend Engine 2 problem.

And fill in your PHP Version, please.



[2005-04-01 13:52:48] maka3d at yahoo dot com dot br

Does there is a workaround to this?
I did some tests but didn't work?
I thought it would be fixed until 5.0.4



[2004-05-17 23:28:58] magicking89 at hotmail dot com

I have the same problem with PHP5 RC2 on Mac Os X 10.2 It's a real
problem because I must to close socket with __sleep but it doesn't work
correctly...



[2003-07-16 01:07:06] tater at potatoe dot com

Description:

If you create a __call() method for a class, and then try to serialize
it yourself, or store an object of that class in $_SESSION, you need to
either explicitly define a __sleep() method as well, or make sure that
__call() will respond appropriately. Otherwise serialize() will
complain. It seems unlikely that this is a bug, though I suppose it
might be a feature request. So it should just be spelled out in the
documentation for __call() when that gets written.

Reproduce code:
---
class foo { function __call() { return; } }
$a = new foo;
serialize($a);

Expected result:

n/a

Actual result:
--
n/a





-- 
Edit this bug report at http://bugs.php.net/?id=24670&edit=1


[PHP-DOC] Notes Status, 11524 total

2005-05-30 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11524 total user notes.

Notes  |  Page
---+-
   70  | http://php.net/manual/en/function.header.php
   63  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/function.preg-replace.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/ref.image.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   52  | http://php.net/manual/en/ref.session.php
   50  | http://php.net/manual/en/function.mktime.php
   50  | http://php.net/manual/en/function.strtotime.php
   50  | http://php.net/manual/en/function.fsockopen.php
   49  | http://php.net/manual/en/function.time.php
   49  | http://php.net/manual/en/function.md5.php
   48  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/function.readdir.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/features.file-upload.php
   45  | http://php.net/manual/en/function.sort.php
   45  | http://php.net/manual/en/ref.xml.php
   44  | http://php.net/manual/en/ref.datetime.php
   44  | http://php.net/manual/en/function.strftime.php


[PHP-DOC] Notes Status, 11579 total

2005-06-05 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11579 total user notes.

Notes  |  Page
---+-
   72  | http://php.net/manual/en/function.header.php
   65  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/function.preg-replace.php
   57  | http://php.net/manual/en/ref.com.php
   56  | http://php.net/manual/en/function.mssql-connect.php
   52  | http://php.net/manual/en/ref.session.php
   51  | http://php.net/manual/en/function.time.php
   51  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/function.md5.php
   49  | http://php.net/manual/en/function.mktime.php
   48  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/ref.xml.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/ref.image.php
   46  | http://php.net/manual/en/features.file-upload.php
   45  | http://php.net/manual/en/function.strftime.php
   45  | http://php.net/manual/en/ref.datetime.php
   45  | http://php.net/manual/en/function.sort.php


[PHP-DOC] Notes Status, 11682 total

2005-06-12 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.0% of the 11682 total user notes.

Notes  |  Page
---+-
   75  | http://php.net/manual/en/function.header.php
   67  | http://php.net/manual/en/function.date.php
   61  | http://php.net/manual/en/function.preg-replace.php
   58  | http://php.net/manual/en/function.mssql-connect.php
   57  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/ref.session.php
   52  | http://php.net/manual/en/function.mktime.php
   52  | http://php.net/manual/en/function.time.php
   51  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/function.md5.php
   48  | http://php.net/manual/en/function.sort.php
   48  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/ref.datetime.php
   47  | http://php.net/manual/en/ref.xml.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/ref.image.php
   46  | http://php.net/manual/en/features.file-upload.php
   45  | http://php.net/manual/en/function.strftime.php


[PHP-DOC] Notes Status, 11747 total

2005-06-19 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11747 total user notes.

Notes  |  Page
---+-
   73  | http://php.net/manual/en/function.header.php
   61  | http://php.net/manual/en/function.date.php
   61  | http://php.net/manual/en/function.preg-replace.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/ref.session.php
   57  | http://php.net/manual/en/ref.com.php
   52  | http://php.net/manual/en/function.time.php
   52  | http://php.net/manual/en/function.mktime.php
   51  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/ref.xml.php
   48  | http://php.net/manual/en/function.sort.php
   48  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/ref.datetime.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/features.file-upload.php
   46  | http://php.net/manual/en/ref.image.php
   45  | http://php.net/manual/en/function.strftime.php
   44  | http://php.net/manual/en/function.array-search.php


[PHP-DOC] Notes Status, 11845 total

2005-06-26 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11845 total user notes.

Notes  |  Page
---+-
   73  | http://php.net/manual/en/function.header.php
   64  | http://php.net/manual/en/function.date.php
   61  | http://php.net/manual/en/function.preg-replace.php
   59  | http://php.net/manual/en/ref.session.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   57  | http://php.net/manual/en/ref.com.php
   53  | http://php.net/manual/en/function.time.php
   52  | http://php.net/manual/en/function.mktime.php
   51  | http://php.net/manual/en/function.fsockopen.php
   51  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/function.sort.php
   49  | http://php.net/manual/en/ref.xml.php
   48  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/ref.datetime.php
   47  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/features.file-upload.php
   46  | http://php.net/manual/en/ref.image.php
   45  | http://php.net/manual/en/function.eregi.php
   45  | http://php.net/manual/en/function.strftime.php


[PHP-DOC] Notes Status, 11921 total

2005-07-03 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 11921 total user notes.

Notes  |  Page
---+-
   73  | http://php.net/manual/en/function.header.php
   66  | http://php.net/manual/en/function.date.php
   62  | http://php.net/manual/en/function.preg-replace.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   59  | http://php.net/manual/en/ref.session.php
   57  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.time.php
   53  | http://php.net/manual/en/function.mktime.php
   52  | http://php.net/manual/en/function.strtotime.php
   51  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/ref.xml.php
   49  | http://php.net/manual/en/function.sort.php
   49  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/ref.image.php
   48  | http://php.net/manual/en/ref.datetime.php
   48  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/features.file-upload.php
   47  | http://php.net/manual/en/function.str-replace.php
   45  | http://php.net/manual/en/function.strftime.php
   45  | http://php.net/manual/en/function.eregi.php


[PHP-DOC] Notes Status, 11983 total

2005-07-10 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 11983 total user notes.

Notes  |  Page
---+-
   69  | http://php.net/manual/en/function.date.php
   65  | http://php.net/manual/en/function.preg-replace.php
   60  | http://php.net/manual/en/function.header.php
   55  | http://php.net/manual/en/ref.com.php
   53  | http://php.net/manual/en/function.mktime.php
   53  | http://php.net/manual/en/function.strtotime.php
   53  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/function.time.php
   50  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/ref.xml.php
   49  | http://php.net/manual/en/ref.image.php
   49  | http://php.net/manual/en/ref.datetime.php
   49  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/features.file-upload.php
   48  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/function.eregi.php
   45  | http://php.net/manual/en/function.strftime.php
   45  | http://php.net/manual/en/ref.session.php
   44  | http://php.net/manual/en/function.preg-match.php


[PHP-DOC] Notes Status, 12077 total

2005-07-17 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 12077 total user notes.

Notes  |  Page
---+-
   71  | http://php.net/manual/en/function.date.php
   65  | http://php.net/manual/en/function.preg-replace.php
   61  | http://php.net/manual/en/function.header.php
   55  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/function.strtotime.php
   55  | http://php.net/manual/en/ref.com.php
   53  | http://php.net/manual/en/function.mktime.php
   53  | http://php.net/manual/en/function.mssql-connect.php
   51  | http://php.net/manual/en/ref.xml.php
   50  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/function.fsockopen.php
   49  | http://php.net/manual/en/function.readdir.php
   49  | http://php.net/manual/en/ref.image.php
   49  | http://php.net/manual/en/ref.datetime.php
   48  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/ref.session.php
   48  | http://php.net/manual/en/function.str-replace.php
   45  | http://php.net/manual/en/function.strftime.php
   45  | http://php.net/manual/en/function.preg-match.php
   44  | http://php.net/manual/en/function.strpos.php


[PHP-DOC] Notes Status, 12178 total

2005-07-24 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.7% of the 12178 total user notes.

Notes  |  Page
---+-
   75  | http://php.net/manual/en/function.date.php
   65  | http://php.net/manual/en/function.preg-replace.php
   61  | http://php.net/manual/en/function.header.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.strtotime.php
   54  | http://php.net/manual/en/function.mktime.php
   53  | http://php.net/manual/en/function.mssql-connect.php
   52  | http://php.net/manual/en/ref.xml.php
   51  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/ref.image.php
   50  | http://php.net/manual/en/function.fsockopen.php
   49  | http://php.net/manual/en/ref.datetime.php
   49  | http://php.net/manual/en/ref.session.php
   49  | http://php.net/manual/en/function.readdir.php
   48  | http://php.net/manual/en/function.str-replace.php
   48  | http://php.net/manual/en/function.fopen.php
   45  | http://php.net/manual/en/function.preg-match.php
   45  | http://php.net/manual/en/function.strftime.php
   45  | http://php.net/manual/en/function.sort.php


[PHP-DOC] Notes Status, 12294 total

2005-07-31 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 12294 total user notes.

Notes  |  Page
---+-
   68  | http://php.net/manual/en/function.date.php
   66  | http://php.net/manual/en/function.preg-replace.php
   62  | http://php.net/manual/en/function.header.php
   57  | http://php.net/manual/en/function.strtotime.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.mktime.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/ref.xml.php
   52  | http://php.net/manual/en/ref.image.php
   51  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.fsockopen.php
   49  | http://php.net/manual/en/function.readdir.php
   49  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/function.preg-match.php
   46  | http://php.net/manual/en/function.explode.php
   46  | http://php.net/manual/en/function.sort.php
   46  | http://php.net/manual/en/reserved.variables.php


[PHP-DOC] Notes Status, 12341 total

2005-08-07 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 12341 total user notes.

Notes  |  Page
---+-
   66  | http://php.net/manual/en/function.preg-replace.php
   63  | http://php.net/manual/en/function.header.php
   59  | http://php.net/manual/en/function.strtotime.php
   56  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   54  | http://php.net/manual/en/features.file-upload.php
   53  | http://php.net/manual/en/ref.image.php
   53  | http://php.net/manual/en/ref.xml.php
   51  | http://php.net/manual/en/function.fopen.php
   51  | http://php.net/manual/en/function.readdir.php
   50  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/ref.datetime.php
   48  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/reserved.variables.php
   47  | http://php.net/manual/en/function.preg-match.php
   46  | http://php.net/manual/en/function.md5.php
   46  | http://php.net/manual/en/function.explode.php
   46  | http://php.net/manual/en/function.sort.php


[PHP-DOC] Notes Status, 12465 total

2005-08-14 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 12465 total user notes.

Notes  |  Page
---+-
   67  | http://php.net/manual/en/function.preg-replace.php
   66  | http://php.net/manual/en/function.header.php
   60  | http://php.net/manual/en/function.strtotime.php
   56  | http://php.net/manual/en/function.time.php
   56  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/features.file-upload.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/ref.image.php
   53  | http://php.net/manual/en/ref.xml.php
   52  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/ref.datetime.php
   49  | http://php.net/manual/en/function.fopen.php
   48  | http://php.net/manual/en/function.preg-match.php
   47  | http://php.net/manual/en/function.strftime.php
   47  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/function.eval.php
   47  | http://php.net/manual/en/function.md5.php
   47  | http://php.net/manual/en/reserved.variables.php


[PHP-DOC] Notes Status, 12499 total

2005-08-21 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 12499 total user notes.

Notes  |  Page
---+-
   68  | http://php.net/manual/en/function.preg-replace.php
   66  | http://php.net/manual/en/function.header.php
   56  | http://php.net/manual/en/features.file-upload.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.image.php
   55  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   54  | http://php.net/manual/en/ref.xml.php
   52  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/function.fopen.php
   52  | http://php.net/manual/en/function.fsockopen.php
   50  | http://php.net/manual/en/function.md5.php
   49  | http://php.net/manual/en/function.eval.php
   49  | http://php.net/manual/en/function.date.php
   48  | http://php.net/manual/en/function.preg-match.php
   47  | http://php.net/manual/en/reserved.variables.php
   47  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/ref.datetime.php
   46  | http://php.net/manual/en/function.explode.php


[PHP-DOC] Notes Status, 12605 total

2005-08-28 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 12605 total user notes.

Notes  |  Page
---+-
   69  | http://php.net/manual/en/function.preg-replace.php
   67  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/ref.image.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.xml.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/function.fsockopen.php
   52  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/function.fopen.php
   51  | http://php.net/manual/en/function.eval.php
   51  | http://php.net/manual/en/function.date.php
   50  | http://php.net/manual/en/function.md5.php
   49  | http://php.net/manual/en/function.preg-match.php
   47  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/reserved.variables.php
   47  | http://php.net/manual/en/ref.datetime.php
   46  | http://php.net/manual/en/function.sort.php


[PHP-DOC] Notes Status, 12666 total

2005-09-04 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 12666 total user notes.

Notes  |  Page
---+-
   70  | http://php.net/manual/en/function.header.php
   68  | http://php.net/manual/en/function.preg-replace.php
   60  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/ref.image.php
   55  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/ref.xml.php
   54  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/function.fsockopen.php
   53  | http://php.net/manual/en/function.eval.php
   53  | http://php.net/manual/en/function.fopen.php
   52  | http://php.net/manual/en/function.date.php
   52  | http://php.net/manual/en/function.readdir.php
   50  | http://php.net/manual/en/function.md5.php
   49  | http://php.net/manual/en/function.preg-match.php
   48  | http://php.net/manual/en/ref.datetime.php
   48  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/reserved.variables.php
   46  | http://php.net/manual/en/function.strpos.php


[PHP-DOC] Notes Status, 12727 total

2005-09-11 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 12727 total user notes.

Notes  |  Page
---+-
   71  | http://php.net/manual/en/function.header.php
   68  | http://php.net/manual/en/function.preg-replace.php
   60  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/ref.image.php
   57  | http://php.net/manual/en/ref.xml.php
   56  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.fopen.php
   54  | http://php.net/manual/en/function.eval.php
   53  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/function.fsockopen.php
   52  | http://php.net/manual/en/function.date.php
   52  | http://php.net/manual/en/function.readdir.php
   50  | http://php.net/manual/en/function.preg-match.php
   50  | http://php.net/manual/en/function.md5.php
   49  | http://php.net/manual/en/reserved.variables.php
   49  | http://php.net/manual/en/function.str-replace.php
   46  | http://php.net/manual/en/function.explode.php
   46  | http://php.net/manual/en/function.array-search.php


[PHP-DOC] Notes Status, 12833 total

2005-09-18 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 12833 total user notes.

Notes  |  Page
---+-
   74  | http://php.net/manual/en/function.header.php
   68  | http://php.net/manual/en/function.preg-replace.php
   60  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/ref.image.php
   58  | http://php.net/manual/en/ref.xml.php
   56  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/function.fopen.php
   55  | http://php.net/manual/en/function.eval.php
   55  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.date.php
   53  | http://php.net/manual/en/function.mssql-connect.php
   53  | http://php.net/manual/en/function.fsockopen.php
   52  | http://php.net/manual/en/function.md5.php
   52  | http://php.net/manual/en/function.readdir.php
   50  | http://php.net/manual/en/reserved.variables.php
   49  | http://php.net/manual/en/function.str-replace.php
   48  | http://php.net/manual/en/function.preg-match.php
   47  | http://php.net/manual/en/function.explode.php
   46  | http://php.net/manual/en/ref.mail.php


[PHP-DOC] Notes Status, 12985 total

2005-09-25 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 12985 total user notes.

Notes  |  Page
---+-
   74  | http://php.net/manual/en/function.header.php
   68  | http://php.net/manual/en/function.preg-replace.php
   61  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.image.php
   59  | http://php.net/manual/en/function.date.php
   58  | http://php.net/manual/en/ref.xml.php
   57  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/function.fopen.php
   56  | http://php.net/manual/en/function.time.php
   55  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.mssql-connect.php
   55  | http://php.net/manual/en/function.eval.php
   54  | http://php.net/manual/en/function.readdir.php
   53  | http://php.net/manual/en/function.md5.php
   53  | http://php.net/manual/en/function.fsockopen.php
   53  | http://php.net/manual/en/reserved.variables.php
   50  | http://php.net/manual/en/function.preg-match.php
   50  | http://php.net/manual/en/function.str-replace.php
   47  | http://php.net/manual/en/function.explode.php
   47  | http://php.net/manual/en/ref.mail.php


[PHP-DOC] Notes Status, 13047 total

2005-10-02 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 13047 total user notes.

Notes  |  Page
---+-
   74  | http://php.net/manual/en/function.header.php
   69  | http://php.net/manual/en/function.preg-replace.php
   61  | http://php.net/manual/en/ref.image.php
   61  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/function.date.php
   59  | http://php.net/manual/en/ref.xml.php
   57  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/function.time.php
   56  | http://php.net/manual/en/function.fopen.php
   56  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.mssql-connect.php
   54  | http://php.net/manual/en/function.readdir.php
   54  | http://php.net/manual/en/function.eval.php
   54  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/reserved.variables.php
   53  | http://php.net/manual/en/function.md5.php
   50  | http://php.net/manual/en/function.str-replace.php
   48  | http://php.net/manual/en/ref.datetime.php
   48  | http://php.net/manual/en/ref.mail.php
   47  | http://php.net/manual/en/ref.session.php


[PHP-DOC] Notes Status, 8130 total

2002-12-07 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 12.7% of the 8130 total user notes.

Notes  |  Page
---+-
   80  | http://php.net/manual/en/function.setcookie.php
   78  | http://php.net/manual/en/function.preg-replace.php
   64  | http://php.net/manual/en/language.oop.php
   56  | http://php.net/manual/en/ref.session.php
   55  | http://php.net/manual/en/features.file-upload.php
   54  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/ref.image.php
   54  | http://php.net/manual/en/function.date.php
   54  | http://php.net/manual/en/ref.imap.php
   52  | http://php.net/manual/en/function.include.php
   49  | http://php.net/manual/en/function.header.php
   48  | http://php.net/manual/en/ref.datetime.php
   47  | http://php.net/manual/en/function.fopen.php
   47  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/function.mail.php
   41  | http://php.net/manual/en/ref.domxml.php
   39  | http://php.net/manual/en/language.variables.predefined.php
   38  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/ref.exec.php
   37  | http://php.net/manual/en/function.mssql-connect.php


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




[PHP-DOC] Notes Status, 8046 total

2002-12-14 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.7% of the 8046 total user notes.

Notes  |  Page
---+-
   78  | http://php.net/manual/en/function.preg-replace.php
   57  | http://php.net/manual/en/ref.session.php
   56  | http://php.net/manual/en/features.file-upload.php
   54  | http://php.net/manual/en/ref.imap.php
   54  | http://php.net/manual/en/ref.pdf.php
   53  | http://php.net/manual/en/language.oop.php
   52  | http://php.net/manual/en/function.include.php
   49  | http://php.net/manual/en/function.header.php
   47  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/function.fopen.php
   45  | http://php.net/manual/en/function.mail.php
   44  | http://php.net/manual/en/function.date.php
   41  | http://php.net/manual/en/ref.domxml.php
   39  | http://php.net/manual/en/ref.exec.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/function.mssql-connect.php
   37  | http://php.net/manual/en/ref.mail.php
   37  | http://php.net/manual/en/function.md5.php
   37  | http://php.net/manual/en/function.mktime.php
   36  | http://php.net/manual/en/function.eval.php


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




[PHP-DOC] Notes Status, 8193 total

2002-12-21 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.7% of the 8193 total user notes.

Notes  |  Page
---+-
   80  | http://php.net/manual/en/function.preg-replace.php
   58  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/ref.session.php
   56  | http://php.net/manual/en/language.oop.php
   55  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/ref.imap.php
   52  | http://php.net/manual/en/function.include.php
   51  | http://php.net/manual/en/function.fopen.php
   50  | http://php.net/manual/en/function.header.php
   47  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/function.mail.php
   47  | http://php.net/manual/en/function.date.php
   41  | http://php.net/manual/en/ref.domxml.php
   39  | http://php.net/manual/en/ref.exec.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/ref.mail.php
   38  | http://php.net/manual/en/function.eval.php
   38  | http://php.net/manual/en/function.mssql-connect.php
   37  | http://php.net/manual/en/function.mktime.php
   37  | http://php.net/manual/en/function.md5.php


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




[PHP-DOC] Notes Status, 8246 total

2002-12-28 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.8% of the 8246 total user notes.

Notes  |  Page
---+-
   80  | http://php.net/manual/en/function.preg-replace.php
   59  | http://php.net/manual/en/language.oop.php
   59  | http://php.net/manual/en/ref.session.php
   58  | http://php.net/manual/en/features.file-upload.php
   55  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/ref.imap.php
   52  | http://php.net/manual/en/function.include.php
   51  | http://php.net/manual/en/function.header.php
   50  | http://php.net/manual/en/function.fopen.php
   49  | http://php.net/manual/en/function.date.php
   47  | http://php.net/manual/en/function.mail.php
   47  | http://php.net/manual/en/function.exec.php
   41  | http://php.net/manual/en/ref.domxml.php
   39  | http://php.net/manual/en/ref.mail.php
   39  | http://php.net/manual/en/ref.exec.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/function.mssql-connect.php
   38  | http://php.net/manual/en/function.eval.php
   38  | http://php.net/manual/en/function.imagettftext.php
   37  | http://php.net/manual/en/function.md5.php


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




[PHP-DOC] Notes Status, 8318 total

2003-01-04 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.8% of the 8318 total user notes.

Notes  |  Page
---+-
   80  | http://php.net/manual/en/function.preg-replace.php
   60  | http://php.net/manual/en/language.oop.php
   59  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/ref.session.php
   55  | http://php.net/manual/en/ref.pdf.php
   55  | http://php.net/manual/en/function.include.php
   54  | http://php.net/manual/en/ref.imap.php
   53  | http://php.net/manual/en/function.header.php
   50  | http://php.net/manual/en/function.fopen.php
   50  | http://php.net/manual/en/function.date.php
   47  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/function.mail.php
   41  | http://php.net/manual/en/ref.domxml.php
   40  | http://php.net/manual/en/ref.mail.php
   39  | http://php.net/manual/en/function.eval.php
   39  | http://php.net/manual/en/ref.exec.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/function.imagettftext.php
   38  | http://php.net/manual/en/function.mssql-connect.php
   37  | http://php.net/manual/en/function.md5.php


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




[PHP-DOC] Notes Status, 8446 total

2003-01-11 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.8% of the 8446 total user notes.

Notes  |  Page
---+-
   80  | http://php.net/manual/en/function.preg-replace.php
   63  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/language.oop.php
   59  | http://php.net/manual/en/ref.session.php
   56  | http://php.net/manual/en/function.include.php
   54  | http://php.net/manual/en/function.header.php
   54  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/ref.imap.php
   51  | http://php.net/manual/en/function.fopen.php
   50  | http://php.net/manual/en/function.date.php
   47  | http://php.net/manual/en/function.mail.php
   47  | http://php.net/manual/en/function.exec.php
   43  | http://php.net/manual/en/ref.mail.php
   41  | http://php.net/manual/en/ref.exec.php
   41  | http://php.net/manual/en/ref.domxml.php
   40  | http://php.net/manual/en/function.eval.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/function.mssql-connect.php
   38  | http://php.net/manual/en/function.imagettftext.php
   37  | http://php.net/manual/en/function.md5.php


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




[PHP-DOC] Notes Status, 8583 total

2003-01-18 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.6% of the 8583 total user notes.

Notes  |  Page
---+-
   81  | http://php.net/manual/en/function.preg-replace.php
   63  | http://php.net/manual/en/language.oop.php
   62  | http://php.net/manual/en/ref.session.php
   59  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/function.include.php
   56  | http://php.net/manual/en/function.header.php
   55  | http://php.net/manual/en/ref.imap.php
   54  | http://php.net/manual/en/ref.pdf.php
   51  | http://php.net/manual/en/function.fopen.php
   49  | http://php.net/manual/en/function.mail.php
   48  | http://php.net/manual/en/function.exec.php
   44  | http://php.net/manual/en/ref.mail.php
   41  | http://php.net/manual/en/ref.domxml.php
   41  | http://php.net/manual/en/ref.exec.php
   40  | http://php.net/manual/en/function.eval.php
   39  | http://php.net/manual/en/ref.oci8.php
   39  | http://php.net/manual/en/function.mssql-connect.php
   38  | http://php.net/manual/en/function.imagettftext.php
   38  | http://php.net/manual/en/function.mktime.php
   38  | http://php.net/manual/en/function.date.php


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




[PHP-DOC] Notes Status, 8630 total

2003-01-25 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.4% of the 8630 total user notes.

Notes  |  Page
---+-
   84  | http://php.net/manual/en/function.preg-replace.php
   64  | http://php.net/manual/en/language.oop.php
   61  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/function.header.php
   55  | http://php.net/manual/en/ref.imap.php
   54  | http://php.net/manual/en/ref.pdf.php
   53  | http://php.net/manual/en/function.include.php
   52  | http://php.net/manual/en/function.fopen.php
   49  | http://php.net/manual/en/function.mail.php
   48  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/ref.mail.php
   42  | http://php.net/manual/en/function.date.php
   41  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/ref.domxml.php
   41  | http://php.net/manual/en/ref.exec.php
   39  | http://php.net/manual/en/ref.oci8.php
   39  | http://php.net/manual/en/function.mssql-connect.php
   38  | http://php.net/manual/en/function.md5.php
   38  | http://php.net/manual/en/function.imagettftext.php
   38  | http://php.net/manual/en/function.mktime.php


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




[PHP-DOC] Notes Status, 8601 total

2003-02-01 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.3% of the 8601 total user notes.

Notes  |  Page
---+-
   84  | http://php.net/manual/en/function.preg-replace.php
   67  | http://php.net/manual/en/language.oop.php
   62  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/function.header.php
   55  | http://php.net/manual/en/ref.pdf.php
   53  | http://php.net/manual/en/function.fopen.php
   53  | http://php.net/manual/en/ref.imap.php
   49  | http://php.net/manual/en/ref.mail.php
   48  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/function.date.php
   43  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/ref.exec.php
   41  | http://php.net/manual/en/ref.domxml.php
   41  | http://php.net/manual/en/function.mssql-connect.php
   39  | http://php.net/manual/en/function.mktime.php
   39  | http://php.net/manual/en/ref.datetime.php
   39  | http://php.net/manual/en/ref.oci8.php
   38  | http://php.net/manual/en/function.md5.php
   38  | http://php.net/manual/en/function.imagettftext.php
   36  | http://php.net/manual/en/function.odbc-connect.php


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




[PHP-DOC] Notes Status, 8667 total

2003-02-08 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.4% of the 8667 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.preg-replace.php
   68  | http://php.net/manual/en/language.oop.php
   63  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   53  | http://php.net/manual/en/ref.imap.php
   53  | http://php.net/manual/en/function.fopen.php
   49  | http://php.net/manual/en/ref.mail.php
   49  | http://php.net/manual/en/function.exec.php
   48  | http://php.net/manual/en/function.date.php
   43  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/ref.domxml.php
   42  | http://php.net/manual/en/ref.exec.php
   41  | http://php.net/manual/en/function.mssql-connect.php
   40  | http://php.net/manual/en/ref.oci8.php
   39  | http://php.net/manual/en/ref.datetime.php
   39  | http://php.net/manual/en/function.md5.php
   39  | http://php.net/manual/en/function.mktime.php
   38  | http://php.net/manual/en/function.imagettftext.php
   36  | http://php.net/manual/en/function.odbc-connect.php


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




[PHP-DOC] Notes Status, 8739 total

2003-02-15 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.4% of the 8739 total user notes.

Notes  |  Page
---+-
   87  | http://php.net/manual/en/function.preg-replace.php
   69  | http://php.net/manual/en/language.oop.php
   65  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/function.fopen.php
   53  | http://php.net/manual/en/ref.imap.php
   51  | http://php.net/manual/en/function.date.php
   49  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/ref.mail.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   43  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/ref.domxml.php
   42  | http://php.net/manual/en/ref.exec.php
   41  | http://php.net/manual/en/ref.oci8.php
   39  | http://php.net/manual/en/function.imagettftext.php
   39  | http://php.net/manual/en/function.mktime.php
   39  | http://php.net/manual/en/ref.datetime.php
   36  | http://php.net/manual/en/function.odbc-connect.php
   36  | http://php.net/manual/en/function.imagecopyresized.php


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




[PHP-DOC] Notes Status, 8799 total

2003-02-22 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 8799 total user notes.

Notes  |  Page
---+-
   69  | http://php.net/manual/en/language.oop.php
   68  | http://php.net/manual/en/function.preg-replace.php
   62  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/function.fopen.php
   53  | http://php.net/manual/en/ref.imap.php
   52  | http://php.net/manual/en/function.date.php
   50  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/ref.mail.php
   49  | http://php.net/manual/en/function.exec.php
   43  | http://php.net/manual/en/ref.oci8.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   43  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/ref.domxml.php
   40  | http://php.net/manual/en/function.mktime.php
   40  | http://php.net/manual/en/ref.datetime.php
   39  | http://php.net/manual/en/function.imagettftext.php
   36  | http://php.net/manual/en/function.imagecopyresized.php
   36  | http://php.net/manual/en/function.strtotime.php


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



[PHP-DOC] Notes Status, 8904 total

2003-03-01 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 8904 total user notes.

Notes  |  Page
---+-
   69  | http://php.net/manual/en/function.preg-replace.php
   69  | http://php.net/manual/en/language.oop.php
   62  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   54  | http://php.net/manual/en/ref.imap.php
   54  | http://php.net/manual/en/function.fopen.php
   53  | http://php.net/manual/en/function.date.php
   52  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/function.exec.php
   50  | http://php.net/manual/en/ref.mail.php
   43  | http://php.net/manual/en/ref.domxml.php
   43  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   41  | http://php.net/manual/en/function.mktime.php
   40  | http://php.net/manual/en/ref.datetime.php
   39  | http://php.net/manual/en/function.imagettftext.php
   37  | http://php.net/manual/en/function.strtotime.php
   37  | http://php.net/manual/en/function.odbc-connect.php


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



[PHP-DOC] Notes Status, 9039 total

2003-03-08 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 9039 total user notes.

Notes  |  Page
---+-
   70  | http://php.net/manual/en/function.preg-replace.php
   70  | http://php.net/manual/en/language.oop.php
   62  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   56  | http://php.net/manual/en/function.date.php
   55  | http://php.net/manual/en/function.fopen.php
   55  | http://php.net/manual/en/ref.imap.php
   52  | http://php.net/manual/en/features.file-upload.php
   50  | http://php.net/manual/en/function.exec.php
   50  | http://php.net/manual/en/ref.mail.php
   44  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   42  | http://php.net/manual/en/function.mktime.php
   40  | http://php.net/manual/en/function.imagettftext.php
   40  | http://php.net/manual/en/ref.datetime.php
   38  | http://php.net/manual/en/function.strtotime.php
   37  | http://php.net/manual/en/function.odbc-connect.php


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



[PHP-DOC] Notes Status, 9118 total

2003-03-15 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 9118 total user notes.

Notes  |  Page
---+-
   70  | http://php.net/manual/en/function.preg-replace.php
   70  | http://php.net/manual/en/language.oop.php
   64  | http://php.net/manual/en/function.header.php
   58  | http://php.net/manual/en/ref.pdf.php
   57  | http://php.net/manual/en/function.date.php
   56  | http://php.net/manual/en/ref.imap.php
   55  | http://php.net/manual/en/features.file-upload.php
   55  | http://php.net/manual/en/function.fopen.php
   52  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   44  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   42  | http://php.net/manual/en/function.mktime.php
   40  | http://php.net/manual/en/ref.datetime.php
   40  | http://php.net/manual/en/function.imagettftext.php
   39  | http://php.net/manual/en/function.strtotime.php
   37  | http://php.net/manual/en/ref.image.php


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



[PHP-DOC] Notes Status, 9246 total

2003-03-22 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 9246 total user notes.

Notes  |  Page
---+-
   72  | http://php.net/manual/en/function.preg-replace.php
   71  | http://php.net/manual/en/language.oop.php
   67  | http://php.net/manual/en/function.header.php
   59  | http://php.net/manual/en/function.date.php
   58  | http://php.net/manual/en/ref.pdf.php
   57  | http://php.net/manual/en/ref.imap.php
   57  | http://php.net/manual/en/features.file-upload.php
   56  | http://php.net/manual/en/function.fopen.php
   53  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   45  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   42  | http://php.net/manual/en/function.mktime.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.imagettftext.php
   39  | http://php.net/manual/en/function.strtotime.php
   38  | http://php.net/manual/en/function.odbc-connect.php


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



[PHP-DOC] Notes Status, 9380 total

2003-03-29 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 9380 total user notes.

Notes  |  Page
---+-
   74  | http://php.net/manual/en/function.preg-replace.php
   71  | http://php.net/manual/en/language.oop.php
   67  | http://php.net/manual/en/function.header.php
   61  | http://php.net/manual/en/function.date.php
   59  | http://php.net/manual/en/ref.imap.php
   58  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/ref.pdf.php
   56  | http://php.net/manual/en/function.fopen.php
   55  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/ref.exec.php
   44  | http://php.net/manual/en/function.mktime.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   42  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.imagettftext.php
   40  | http://php.net/manual/en/function.strtotime.php
   39  | http://php.net/manual/en/function.imagecopyresized.php


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



[PHP-DOC] Notes Status, 9473 total

2003-04-05 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 9473 total user notes.

Notes  |  Page
---+-
   76  | http://php.net/manual/en/function.preg-replace.php
   72  | http://php.net/manual/en/language.oop.php
   66  | http://php.net/manual/en/function.header.php
   62  | http://php.net/manual/en/function.date.php
   59  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/ref.imap.php
   58  | http://php.net/manual/en/ref.pdf.php
   56  | http://php.net/manual/en/function.fopen.php
   55  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/ref.domxml.php
   45  | http://php.net/manual/en/function.mktime.php
   44  | http://php.net/manual/en/ref.exec.php
   43  | http://php.net/manual/en/function.eval.php
   43  | http://php.net/manual/en/ref.oci8.php
   43  | http://php.net/manual/en/function.mssql-connect.php
   42  | http://php.net/manual/en/function.imagettftext.php
   42  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.strtotime.php
   40  | http://php.net/manual/en/ref.image.php


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



[PHP-DOC] Notes Status, 9538 total

2003-06-07 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.2% of the 9538 total user notes.

Notes  |  Page
---+-
   79  | http://php.net/manual/en/function.date.php
   78  | http://php.net/manual/en/function.header.php
   75  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/language.oop.php
   67  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/ref.mail.php
   60  | http://php.net/manual/en/ref.imap.php
   50  | http://php.net/manual/en/function.mktime.php
   48  | http://php.net/manual/en/ref.domxml.php
   47  | http://php.net/manual/en/ref.pdf.php
   47  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/ref.exec.php
   46  | http://php.net/manual/en/function.imagettftext.php
   43  | http://php.net/manual/en/function.strtotime.php
   42  | http://php.net/manual/en/function.imagecopyresized.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.eval.php
   40  | http://php.net/manual/en/control-structures.foreach.php
   40  | http://php.net/manual/en/function.odbc-connect.php
   39  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 9508 total

2003-06-01 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.2% of the 9508 total user notes.

Notes  |  Page
---+-
   78  | http://php.net/manual/en/function.preg-replace.php
   77  | http://php.net/manual/en/function.date.php
   76  | http://php.net/manual/en/function.header.php
   75  | http://php.net/manual/en/language.oop.php
   67  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.imap.php
   60  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/ref.pdf.php
   50  | http://php.net/manual/en/function.mktime.php
   48  | http://php.net/manual/en/ref.domxml.php
   47  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/ref.exec.php
   46  | http://php.net/manual/en/function.imagettftext.php
   43  | http://php.net/manual/en/function.strtotime.php
   42  | http://php.net/manual/en/function.imagecopyresized.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.setcookie.php
   41  | http://php.net/manual/en/function.eval.php
   40  | http://php.net/manual/en/function.odbc-connect.php
   39  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 9608 total

2003-06-14 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.2% of the 9608 total user notes.

Notes  |  Page
---+-
   81  | http://php.net/manual/en/function.date.php
   80  | http://php.net/manual/en/function.header.php
   76  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/language.oop.php
   68  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/ref.mail.php
   60  | http://php.net/manual/en/ref.imap.php
   51  | http://php.net/manual/en/function.mktime.php
   48  | http://php.net/manual/en/ref.domxml.php
   48  | http://php.net/manual/en/function.exec.php
   48  | http://php.net/manual/en/ref.exec.php
   47  | http://php.net/manual/en/ref.pdf.php
   47  | http://php.net/manual/en/function.imagettftext.php
   44  | http://php.net/manual/en/function.strtotime.php
   43  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/function.imagecopyresized.php
   41  | http://php.net/manual/en/ref.datetime.php
   40  | http://php.net/manual/en/function.rand.php
   40  | http://php.net/manual/en/function.odbc-connect.php
   39  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 9706 total

2003-06-21 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.2% of the 9706 total user notes.

Notes  |  Page
---+-
   83  | http://php.net/manual/en/function.date.php
   81  | http://php.net/manual/en/function.header.php
   77  | http://php.net/manual/en/function.preg-replace.php
   75  | http://php.net/manual/en/language.oop.php
   70  | http://php.net/manual/en/features.file-upload.php
   62  | http://php.net/manual/en/ref.mail.php
   60  | http://php.net/manual/en/ref.imap.php
   53  | http://php.net/manual/en/function.mktime.php
   50  | http://php.net/manual/en/function.exec.php
   48  | http://php.net/manual/en/function.strtotime.php
   48  | http://php.net/manual/en/function.imagettftext.php
   48  | http://php.net/manual/en/ref.domxml.php
   48  | http://php.net/manual/en/ref.exec.php
   47  | http://php.net/manual/en/ref.pdf.php
   43  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/ref.datetime.php
   40  | http://php.net/manual/en/function.odbc-connect.php
   39  | http://php.net/manual/en/function.rand.php
   39  | http://php.net/manual/en/ref.java.php
   39  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 9803 total

2003-06-28 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.2% of the 9803 total user notes.

Notes  |  Page
---+-
   83  | http://php.net/manual/en/function.header.php
   81  | http://php.net/manual/en/function.date.php
   77  | http://php.net/manual/en/language.oop.php
   77  | http://php.net/manual/en/function.preg-replace.php
   64  | http://php.net/manual/en/features.file-upload.php
   63  | http://php.net/manual/en/ref.mail.php
   60  | http://php.net/manual/en/ref.imap.php
   56  | http://php.net/manual/en/function.mktime.php
   50  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/ref.exec.php
   49  | http://php.net/manual/en/function.imagettftext.php
   48  | http://php.net/manual/en/function.strtotime.php
   48  | http://php.net/manual/en/ref.pdf.php
   48  | http://php.net/manual/en/ref.domxml.php
   43  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/function.odbc-connect.php
   40  | http://php.net/manual/en/ref.oci8.php
   39  | http://php.net/manual/en/ref.java.php


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



[PHP-DOC] Notes Status, 9819 total

2003-07-05 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.1% of the 9819 total user notes.

Notes  |  Page
---+-
   82  | http://php.net/manual/en/function.date.php
   80  | http://php.net/manual/en/function.header.php
   79  | http://php.net/manual/en/language.oop.php
   77  | http://php.net/manual/en/function.preg-replace.php
   65  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.imap.php
   55  | http://php.net/manual/en/function.mktime.php
   52  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/function.imagettftext.php
   49  | http://php.net/manual/en/ref.exec.php
   48  | http://php.net/manual/en/ref.pdf.php
   48  | http://php.net/manual/en/function.strtotime.php
   48  | http://php.net/manual/en/ref.domxml.php
   45  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/ref.java.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/ref.oci8.php
   41  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/function.odbc-connect.php


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



[PHP-DOC] Notes Status, 9898 total

2003-07-12 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.1% of the 9898 total user notes.

Notes  |  Page
---+-
   85  | http://php.net/manual/en/function.date.php
   80  | http://php.net/manual/en/function.header.php
   80  | http://php.net/manual/en/language.oop.php
   78  | http://php.net/manual/en/function.preg-replace.php
   65  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.imap.php
   55  | http://php.net/manual/en/function.mktime.php
   53  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.strtotime.php
   50  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/ref.exec.php
   49  | http://php.net/manual/en/function.imagettftext.php
   48  | http://php.net/manual/en/ref.domxml.php
   48  | http://php.net/manual/en/ref.pdf.php
   45  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.ereg.php
   41  | http://php.net/manual/en/ref.java.php
   40  | http://php.net/manual/en/function.str-replace.php
   40  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 10029 total

2003-07-19 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.1% of the 10029 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.date.php
   83  | http://php.net/manual/en/function.header.php
   79  | http://php.net/manual/en/language.oop.php
   79  | http://php.net/manual/en/function.preg-replace.php
   66  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.imap.php
   56  | http://php.net/manual/en/function.mktime.php
   53  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/function.strtotime.php
   50  | http://php.net/manual/en/function.imagettftext.php
   50  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/ref.exec.php
   48  | http://php.net/manual/en/ref.pdf.php
   48  | http://php.net/manual/en/function.eval.php
   48  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/ref.datetime.php
   42  | http://php.net/manual/en/ref.java.php
   42  | http://php.net/manual/en/function.ereg.php
   41  | http://php.net/manual/en/function.str-replace.php
   41  | http://php.net/manual/en/function.rand.php


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



[PHP-DOC] Notes Status, 10069 total

2003-07-26 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.1% of the 10069 total user notes.

Notes  |  Page
---+-
   88  | http://php.net/manual/en/function.date.php
   83  | http://php.net/manual/en/function.header.php
   80  | http://php.net/manual/en/function.preg-replace.php
   79  | http://php.net/manual/en/language.oop.php
   66  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/ref.imap.php
   56  | http://php.net/manual/en/function.mktime.php
   54  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.imagettftext.php
   50  | http://php.net/manual/en/function.exec.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/ref.domxml.php
   49  | http://php.net/manual/en/ref.exec.php
   48  | http://php.net/manual/en/function.eval.php
   48  | http://php.net/manual/en/ref.pdf.php
   45  | http://php.net/manual/en/ref.datetime.php
   42  | http://php.net/manual/en/function.rand.php
   42  | http://php.net/manual/en/ref.java.php
   42  | http://php.net/manual/en/function.ereg.php
   41  | http://php.net/manual/en/ref.oci8.php


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



[PHP-DOC] Notes Status, 10052 total

2003-08-02 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.0% of the 10052 total user notes.

Notes  |  Page
---+-
   85  | http://php.net/manual/en/function.date.php
   84  | http://php.net/manual/en/function.header.php
   80  | http://php.net/manual/en/language.oop.php
   80  | http://php.net/manual/en/function.preg-replace.php
   62  | http://php.net/manual/en/ref.imap.php
   57  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/ref.exec.php
   50  | http://php.net/manual/en/function.exec.php
   50  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/ref.pdf.php
   45  | http://php.net/manual/en/function.imagettftext.php
   45  | http://php.net/manual/en/ref.datetime.php
   44  | http://php.net/manual/en/ref.domxml.php
   43  | http://php.net/manual/en/function.setcookie.php
   42  | http://php.net/manual/en/ref.java.php
   42  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/install.apache2.php


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



[PHP-DOC] Notes Status, 9952 total

2003-08-09 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 10.8% of the 9952 total user notes.

Notes  |  Page
---+-
   85  | http://php.net/manual/en/function.header.php
   80  | http://php.net/manual/en/function.preg-replace.php
   80  | http://php.net/manual/en/language.oop.php
   70  | http://php.net/manual/en/function.date.php
   62  | http://php.net/manual/en/ref.imap.php
   57  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.strtotime.php
   50  | http://php.net/manual/en/function.exec.php
   46  | http://php.net/manual/en/function.imagettftext.php
   45  | http://php.net/manual/en/ref.datetime.php
   44  | http://php.net/manual/en/ref.domxml.php
   43  | http://php.net/manual/en/function.setcookie.php
   42  | http://php.net/manual/en/function.eval.php
   42  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/ref.java.php
   41  | http://php.net/manual/en/function.rand.php
   41  | http://php.net/manual/en/install.apache2.php
   41  | http://php.net/manual/en/function.include.php


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



[PHP-DOC] Notes Status, 9699 total

2003-08-16 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.1% of the 9699 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.header.php
   81  | http://php.net/manual/en/function.preg-replace.php
   80  | http://php.net/manual/en/language.oop.php
   71  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/ref.imap.php
   58  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/function.mktime.php
   55  | http://php.net/manual/en/ref.mail.php
   50  | http://php.net/manual/en/function.exec.php
   50  | http://php.net/manual/en/function.strtotime.php
   46  | http://php.net/manual/en/function.imagettftext.php
   46  | http://php.net/manual/en/function.setcookie.php
   45  | http://php.net/manual/en/ref.datetime.php
   44  | http://php.net/manual/en/ref.domxml.php
   43  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/ref.java.php
   42  | http://php.net/manual/en/function.eval.php
   41  | http://php.net/manual/en/function.odbc-connect.php
   41  | http://php.net/manual/en/install.apache2.php
   41  | http://php.net/manual/en/function.include.php


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



[PHP-DOC] Notes Status, 9488 total

2003-08-23 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.3% of the 9488 total user notes.

Notes  |  Page
---+-
   87  | http://php.net/manual/en/function.header.php
   82  | http://php.net/manual/en/function.preg-replace.php
   80  | http://php.net/manual/en/language.oop.php
   71  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/ref.imap.php
   56  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/ref.mail.php
   56  | http://php.net/manual/en/features.file-upload.php
   51  | http://php.net/manual/en/function.strtotime.php
   48  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/function.setcookie.php
   44  | http://php.net/manual/en/function.ereg.php
   44  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/function.imagettftext.php
   42  | http://php.net/manual/en/install.apache2.php
   41  | http://php.net/manual/en/function.rand.php
   41  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/function.odbc-connect.php
   41  | http://php.net/manual/en/function.include.php
   40  | http://php.net/manual/en/language.variables.scope.php



[PHP-DOC] Notes Status, 9530 total

2003-08-30 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.3% of the 9530 total user notes.

Notes  |  Page
---+-
   88  | http://php.net/manual/en/function.header.php
   81  | http://php.net/manual/en/language.oop.php
   80  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/ref.imap.php
   57  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/features.file-upload.php
   56  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/function.strtotime.php
   48  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/function.setcookie.php
   45  | http://php.net/manual/en/function.imagettftext.php
   44  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/function.rand.php
   42  | http://php.net/manual/en/ref.datetime.php
   42  | http://php.net/manual/en/install.apache2.php
   42  | http://php.net/manual/en/function.odbc-connect.php
   41  | http://php.net/manual/en/ref.exec.php
   40  | http://php.net/manual/en/language.variables.scope.php


[PHP-DOC] Notes Status, 9479 total

2003-09-07 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 11.5% of the 9479 total user notes.

Notes  |  Page
---+-
   90  | http://php.net/manual/en/function.header.php
   82  | http://php.net/manual/en/function.preg-replace.php
   81  | http://php.net/manual/en/language.oop.php
   73  | http://php.net/manual/en/function.date.php
   60  | http://php.net/manual/en/ref.imap.php
   57  | http://php.net/manual/en/function.mktime.php
   57  | http://php.net/manual/en/features.file-upload.php
   55  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/function.strtotime.php
   49  | http://php.net/manual/en/function.exec.php
   47  | http://php.net/manual/en/function.setcookie.php
   45  | http://php.net/manual/en/function.imagettftext.php
   44  | http://php.net/manual/en/ref.domxml.php
   44  | http://php.net/manual/en/function.ereg.php
   43  | http://php.net/manual/en/function.rand.php
   42  | http://php.net/manual/en/function.odbc-connect.php
   42  | http://php.net/manual/en/ref.datetime.php
   42  | http://php.net/manual/en/install.apache2.php
   41  | http://php.net/manual/en/ref.exec.php
   41  | http://php.net/manual/en/function.include.php


[PHP-DOC] Notes Status, 8959 total

2003-09-13 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.7% of the 8959 total user notes.

Notes  |  Page
---+-
   62  | http://php.net/manual/en/function.date.php
   48  | http://php.net/manual/en/language.oop.php
   44  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/ref.array.php
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/function.strip-tags.php
   39  | http://php.net/manual/en/ref.java.php
   38  | http://php.net/manual/en/function.ereg-replace.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/function.mail.php
   36  | http://php.net/manual/en/control-structures.foreach.php
   36  | http://php.net/manual/en/ref.xslt.php
   36  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/function.strtotime.php
   35  | http://php.net/manual/en/ref.curl.php
   35  | http://php.net/manual/en/function.sprintf.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.fsockopen.php
   34  | http://php.net/manual/en/function.eval.php


[PHP-DOC] Notes Status, 8989 total

2003-09-20 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.7% of the 8989 total user notes.

Notes  |  Page
---+-
   62  | http://php.net/manual/en/function.date.php
   48  | http://php.net/manual/en/language.oop.php
   44  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/ref.java.php
   40  | http://php.net/manual/en/ref.array.php
   40  | http://php.net/manual/en/function.strip-tags.php
   40  | http://php.net/manual/en/language.variables.scope.php
   38  | http://php.net/manual/en/function.ereg-replace.php
   38  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/control-structures.foreach.php
   36  | http://php.net/manual/en/function.fsockopen.php
   36  | http://php.net/manual/en/ref.xslt.php
   36  | http://php.net/manual/en/function.strtotime.php
   35  | http://php.net/manual/en/language.variables.external.php
   35  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.rand.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/function.sprintf.php


[PHP-DOC] Notes Status, 8977 total

2003-09-27 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.7% of the 8977 total user notes.

Notes  |  Page
---+-
   63  | http://php.net/manual/en/function.date.php
   48  | http://php.net/manual/en/language.oop.php
   44  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/ref.java.php
   40  | http://php.net/manual/en/ref.array.php
   40  | http://php.net/manual/en/function.strip-tags.php
   40  | http://php.net/manual/en/language.variables.scope.php
   38  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/function.fsockopen.php
   36  | http://php.net/manual/en/control-structures.foreach.php
   36  | http://php.net/manual/en/function.strtotime.php
   36  | http://php.net/manual/en/ref.xslt.php
   36  | http://php.net/manual/en/ref.mail.php
   35  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.sprintf.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   34  | http://php.net/manual/en/ref.exec.php
   34  | http://php.net/manual/en/ref.curl.php


[PHP-DOC] Notes Status, 8715 total

2003-10-04 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 8715 total user notes.

Notes  |  Page
---+-
   64  | http://php.net/manual/en/function.date.php
   44  | http://php.net/manual/en/language.oop.php
   43  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/function.strip-tags.php
   40  | http://php.net/manual/en/ref.array.php
   39  | http://php.net/manual/en/ref.java.php
   38  | http://php.net/manual/en/language.variables.scope.php
   38  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/function.fsockopen.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/control-structures.foreach.php
   36  | http://php.net/manual/en/ref.mail.php
   36  | http://php.net/manual/en/function.strtotime.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/ref.xslt.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/function.wordwrap.php
   35  | http://php.net/manual/en/function.crypt.php
   34  | http://php.net/manual/en/ref.curl.php


[PHP-DOC] Notes Status, 8660 total

2003-10-11 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 8660 total user notes.

Notes  |  Page
---+-
   63  | http://php.net/manual/en/function.date.php
   45  | http://php.net/manual/en/language.oop.php
   42  | http://php.net/manual/en/function.ereg.php
   41  | http://php.net/manual/en/ref.array.php
   40  | http://php.net/manual/en/function.strip-tags.php
   39  | http://php.net/manual/en/ref.java.php
   38  | http://php.net/manual/en/function.mail.php
   38  | http://php.net/manual/en/language.variables.scope.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/function.strtotime.php
   37  | http://php.net/manual/en/function.fsockopen.php
   36  | http://php.net/manual/en/ref.mail.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.wordwrap.php
   35  | http://php.net/manual/en/ref.xslt.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/ref.curl.php
   35  | http://php.net/manual/en/function.mssql-connect.php


[PHP-DOC] Notes Status, 8483 total

2003-10-18 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 8483 total user notes.

Notes  |  Page
---+-
   46  | http://php.net/manual/en/language.oop.php
   43  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/function.strip-tags.php
   41  | http://php.net/manual/en/ref.array.php
   39  | http://php.net/manual/en/ref.java.php
   39  | http://php.net/manual/en/function.mail.php
   38  | http://php.net/manual/en/function.fsockopen.php
   38  | http://php.net/manual/en/function.strtotime.php
   38  | http://php.net/manual/en/language.variables.scope.php
   37  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/language.variables.predefined.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/ref.mail.php
   35  | http://php.net/manual/en/ref.xslt.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/ref.curl.php
   34  | http://php.net/manual/en/ref.mssql.php


[PHP-DOC] Notes Status, 8396 total

2003-10-25 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 8396 total user notes.

Notes  |  Page
---+-
   47  | http://php.net/manual/en/language.oop.php
   43  | http://php.net/manual/en/function.ereg.php
   42  | http://php.net/manual/en/function.strip-tags.php
   40  | http://php.net/manual/en/function.fsockopen.php
   39  | http://php.net/manual/en/ref.java.php
   39  | http://php.net/manual/en/function.mail.php
   38  | http://php.net/manual/en/language.variables.scope.php
   37  | http://php.net/manual/en/ref.xslt.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/ref.mail.php
   36  | http://php.net/manual/en/ref.curl.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/language.variables.predefined.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/ref.mssql.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   33  | http://php.net/manual/en/function.array.php
   33  | http://php.net/manual/en/language.variables.external.php


[PHP-DOC] Notes Status, 8443 total

2003-11-01 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 8443 total user notes.

Notes  |  Page
---+-
   47  | http://php.net/manual/en/language.oop.php
   43  | http://php.net/manual/en/function.strip-tags.php
   43  | http://php.net/manual/en/function.ereg.php
   40  | http://php.net/manual/en/function.fsockopen.php
   39  | http://php.net/manual/en/function.mail.php
   39  | http://php.net/manual/en/ref.java.php
   38  | http://php.net/manual/en/ref.mail.php
   38  | http://php.net/manual/en/language.variables.scope.php
   37  | http://php.net/manual/en/ref.xslt.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/ref.curl.php
   36  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/ref.mssql.php
   33  | http://php.net/manual/en/function.substr.php
   33  | http://php.net/manual/en/function.include.php


[PHP-DOC] Notes Status, 8359 total

2003-11-08 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 8359 total user notes.

Notes  |  Page
---+-
   47  | http://php.net/manual/en/language.oop.php
   43  | http://php.net/manual/en/function.ereg.php
   43  | http://php.net/manual/en/function.strip-tags.php
   41  | http://php.net/manual/en/function.fsockopen.php
   40  | http://php.net/manual/en/ref.java.php
   39  | http://php.net/manual/en/function.mail.php
   39  | http://php.net/manual/en/language.variables.scope.php
   38  | http://php.net/manual/en/ref.image.php
   38  | http://php.net/manual/en/ref.mail.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.xslt.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/ref.curl.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/ref.mssql.php
   35  | http://php.net/manual/en/language.variables.external.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   33  | http://php.net/manual/en/function.substr.php


[PHP-DOC] Notes Status, 8424 total

2003-11-15 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.0% of the 8424 total user notes.

Notes  |  Page
---+-
   47  | http://php.net/manual/en/language.oop.php
   44  | http://php.net/manual/en/function.ereg.php
   43  | http://php.net/manual/en/function.strip-tags.php
   42  | http://php.net/manual/en/function.fsockopen.php
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/ref.java.php
   39  | http://php.net/manual/en/ref.mail.php
   39  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/ref.xslt.php
   36  | http://php.net/manual/en/ref.curl.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/function.wordwrap.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/ref.mssql.php
   35  | http://php.net/manual/en/language.variables.external.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   33  | http://php.net/manual/en/function.explode.php


[PHP-DOC] Notes Status, 8482 total

2003-11-22 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 8482 total user notes.

Notes  |  Page
---+-
   47  | http://php.net/manual/en/language.oop.php
   45  | http://php.net/manual/en/function.ereg.php
   44  | http://php.net/manual/en/function.strip-tags.php
   43  | http://php.net/manual/en/function.fsockopen.php
   40  | http://php.net/manual/en/function.mail.php
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/ref.mail.php
   40  | http://php.net/manual/en/ref.java.php
   38  | http://php.net/manual/en/ref.xslt.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/ref.curl.php
   35  | http://php.net/manual/en/function.explode.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/language.variables.external.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/ref.exec.php
   34  | http://php.net/manual/en/function.eval.php


[PHP-DOC] Notes Status, 8512 total

2003-11-29 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 8512 total user notes.

Notes  |  Page
---+-
   48  | http://php.net/manual/en/language.oop.php
   45  | http://php.net/manual/en/function.ereg.php
   44  | http://php.net/manual/en/function.strip-tags.php
   43  | http://php.net/manual/en/function.fsockopen.php
   41  | http://php.net/manual/en/ref.mail.php
   41  | http://php.net/manual/en/function.mail.php
   40  | http://php.net/manual/en/ref.java.php
   40  | http://php.net/manual/en/language.variables.scope.php
   38  | http://php.net/manual/en/ref.xslt.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.image.php
   36  | http://php.net/manual/en/ref.curl.php
   36  | http://php.net/manual/en/function.explode.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/function.crypt.php
   35  | http://php.net/manual/en/function.fopen.php
   35  | http://php.net/manual/en/language.variables.external.php
   35  | http://php.net/manual/en/ref.exec.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/function.mssql-connect.php


[PHP-DOC] Notes Status, 8602 total

2003-12-06 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 8602 total user notes.

Notes  |  Page
---+-
   48  | http://php.net/manual/en/language.oop.php
   46  | http://php.net/manual/en/function.ereg.php
   44  | http://php.net/manual/en/function.strip-tags.php
   43  | http://php.net/manual/en/function.fsockopen.php
   42  | http://php.net/manual/en/ref.mail.php
   41  | http://php.net/manual/en/language.variables.scope.php
   41  | http://php.net/manual/en/function.mail.php
   40  | http://php.net/manual/en/ref.xslt.php
   40  | http://php.net/manual/en/ref.java.php
   37  | http://php.net/manual/en/ref.image.php
   37  | http://php.net/manual/en/function.explode.php
   37  | http://php.net/manual/en/language.variables.predefined.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/language.variables.external.php
   36  | http://php.net/manual/en/ref.exec.php
   36  | http://php.net/manual/en/ref.curl.php
   36  | http://php.net/manual/en/function.wordwrap.php
   35  | http://php.net/manual/en/function.fopen.php
   35  | http://php.net/manual/en/function.mssql-connect.php
   35  | http://php.net/manual/en/function.ereg-replace.php


[PHP-DOC] Notes Status, 8572 total

2003-12-13 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 8572 total user notes.

Notes  |  Page
---+-
   44  | http://php.net/manual/en/function.strip-tags.php
   43  | http://php.net/manual/en/function.fsockopen.php
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/language.oop.php
   38  | http://php.net/manual/en/function.substr.php
   38  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/ref.exec.php
   37  | http://php.net/manual/en/function.mail.php
   36  | http://php.net/manual/en/language.variables.external.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/function.ereg.php
   35  | http://php.net/manual/en/function.fopen.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/language.types.array.php
   34  | http://php.net/manual/en/function.array-search.php
   34  | http://php.net/manual/en/function.rand.php
   34  | http://php.net/manual/en/ref.xslt.php
   34  | http://php.net/manual/en/ref.curl.php
   34  | http://php.net/manual/en/function.str-replace.php


[PHP-DOC] Notes Status, 8577 total

2003-12-20 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.6% of the 8577 total user notes.

Notes  |  Page
---+-
   43  | http://php.net/manual/en/function.strip-tags.php
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/language.oop.php
   40  | http://php.net/manual/en/function.fsockopen.php
   38  | http://php.net/manual/en/function.substr.php
   38  | http://php.net/manual/en/language.variables.predefined.php
   37  | http://php.net/manual/en/function.fopen.php
   37  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/ref.exec.php
   37  | http://php.net/manual/en/function.crypt.php
   36  | http://php.net/manual/en/language.variables.external.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/function.ereg.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/ref.curl.php
   35  | http://php.net/manual/en/language.types.array.php
   34  | http://php.net/manual/en/ref.xslt.php
   34  | http://php.net/manual/en/function.str-replace.php
   34  | http://php.net/manual/en/function.mkdir.php
   33  | http://php.net/manual/en/ref.com.php


[PHP-DOC] Notes Status, 8572 total

2003-12-27 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.5% of the 8572 total user notes.

Notes  |  Page
---+-
   40  | http://php.net/manual/en/language.variables.scope.php
   40  | http://php.net/manual/en/language.oop.php
   40  | http://php.net/manual/en/function.fsockopen.php
   39  | http://php.net/manual/en/function.substr.php
   37  | http://php.net/manual/en/function.mail.php
   37  | http://php.net/manual/en/function.crypt.php
   37  | http://php.net/manual/en/function.fopen.php
   37  | http://php.net/manual/en/ref.exec.php
   36  | http://php.net/manual/en/function.wordwrap.php
   36  | http://php.net/manual/en/language.variables.predefined.php
   36  | http://php.net/manual/en/language.variables.external.php
   36  | http://php.net/manual/en/function.ereg.php
   35  | http://php.net/manual/en/language.types.array.php
   35  | http://php.net/manual/en/function.ereg-replace.php
   35  | http://php.net/manual/en/ref.curl.php
   34  | http://php.net/manual/en/function.header.php
   34  | http://php.net/manual/en/function.mkdir.php
   34  | http://php.net/manual/en/ref.xslt.php
   34  | http://php.net/manual/en/function.str-replace.php
   33  | http://php.net/manual/en/function.setcookie.php


[PHP-DOC] Notes Status, 12961 total

2005-10-09 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.7% of the 12961 total user notes.

Notes  |  Page
---+-
   73  | http://php.net/manual/en/function.header.php
   69  | http://php.net/manual/en/function.preg-replace.php
   63  | http://php.net/manual/en/function.date.php
   62  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/ref.image.php
   59  | http://php.net/manual/en/ref.xml.php
   57  | http://php.net/manual/en/function.mktime.php
   56  | http://php.net/manual/en/ref.com.php
   56  | http://php.net/manual/en/function.fopen.php
   56  | http://php.net/manual/en/function.eval.php
   55  | http://php.net/manual/en/reserved.variables.php
   55  | http://php.net/manual/en/function.mssql-connect.php
   54  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.readdir.php
   50  | http://php.net/manual/en/function.str-replace.php
   50  | http://php.net/manual/en/ref.mail.php
   49  | http://php.net/manual/en/ref.datetime.php
   49  | http://php.net/manual/en/ref.session.php
   48  | http://php.net/manual/en/function.exec.php
   48  | http://php.net/manual/en/function.explode.php


[PHP-DOC] Notes Status, 13050 total

2005-10-16 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.8% of the 13050 total user notes.

Notes  |  Page
---+-
   75  | http://php.net/manual/en/function.header.php
   70  | http://php.net/manual/en/function.preg-replace.php
   66  | http://php.net/manual/en/function.date.php
   63  | http://php.net/manual/en/features.file-upload.php
   62  | http://php.net/manual/en/ref.image.php
   61  | http://php.net/manual/en/ref.xml.php
   58  | http://php.net/manual/en/reserved.variables.php
   57  | http://php.net/manual/en/function.mktime.php
   57  | http://php.net/manual/en/function.eval.php
   56  | http://php.net/manual/en/function.fopen.php
   56  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.mssql-connect.php
   54  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/ref.session.php
   50  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.explode.php
   50  | http://php.net/manual/en/function.str-replace.php
   49  | http://php.net/manual/en/function.exec.php


[PHP-DOC] Notes Status, 13138 total

2005-10-23 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.8% of the 13138 total user notes.

Notes  |  Page
---+-
   79  | http://php.net/manual/en/function.header.php
   70  | http://php.net/manual/en/function.preg-replace.php
   68  | http://php.net/manual/en/function.date.php
   63  | http://php.net/manual/en/ref.image.php
   63  | http://php.net/manual/en/features.file-upload.php
   62  | http://php.net/manual/en/ref.xml.php
   60  | http://php.net/manual/en/reserved.variables.php
   57  | http://php.net/manual/en/function.mssql-connect.php
   57  | http://php.net/manual/en/function.mktime.php
   57  | http://php.net/manual/en/function.eval.php
   57  | http://php.net/manual/en/function.fopen.php
   56  | http://php.net/manual/en/ref.com.php
   54  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/function.explode.php
   51  | http://php.net/manual/en/ref.session.php
   51  | http://php.net/manual/en/ref.mail.php
   51  | http://php.net/manual/en/function.str-replace.php
   50  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.exec.php


[PHP-DOC] Notes Status, 13206 total

2005-10-30 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 13206 total user notes.

Notes  |  Page
---+-
   82  | http://php.net/manual/en/function.header.php
   71  | http://php.net/manual/en/function.date.php
   70  | http://php.net/manual/en/function.preg-replace.php
   63  | http://php.net/manual/en/ref.image.php
   63  | http://php.net/manual/en/features.file-upload.php
   63  | http://php.net/manual/en/ref.xml.php
   60  | http://php.net/manual/en/reserved.variables.php
   59  | http://php.net/manual/en/function.mktime.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/function.mssql-connect.php
   56  | http://php.net/manual/en/function.eval.php
   56  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.readdir.php
   53  | http://php.net/manual/en/ref.session.php
   52  | http://php.net/manual/en/function.explode.php
   51  | http://php.net/manual/en/function.str-replace.php
   50  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.exec.php
   49  | http://php.net/manual/en/function.strtotime.php


[PHP-DOC] Notes Status, 13299 total

2005-11-06 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 13299 total user notes.

Notes  |  Page
---+-
   82  | http://php.net/manual/en/function.header.php
   77  | http://php.net/manual/en/function.date.php
   70  | http://php.net/manual/en/function.preg-replace.php
   65  | http://php.net/manual/en/ref.xml.php
   63  | http://php.net/manual/en/ref.image.php
   62  | http://php.net/manual/en/reserved.variables.php
   59  | http://php.net/manual/en/function.mktime.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/function.mssql-connect.php
   57  | http://php.net/manual/en/function.eval.php
   56  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/features.file-upload.php
   54  | http://php.net/manual/en/function.readdir.php
   53  | http://php.net/manual/en/ref.session.php
   52  | http://php.net/manual/en/function.explode.php
   52  | http://php.net/manual/en/function.str-replace.php
   51  | http://php.net/manual/en/function.exec.php
   51  | http://php.net/manual/en/ref.datetime.php
   49  | http://php.net/manual/en/function.strtotime.php


[PHP-DOC] Notes Status, 13377 total

2005-11-13 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 13377 total user notes.

Notes  |  Page
---+-
   84  | http://php.net/manual/en/function.header.php
   78  | http://php.net/manual/en/function.date.php
   70  | http://php.net/manual/en/function.preg-replace.php
   69  | http://php.net/manual/en/ref.xml.php
   64  | http://php.net/manual/en/ref.image.php
   64  | http://php.net/manual/en/reserved.variables.php
   60  | http://php.net/manual/en/function.mktime.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/function.eval.php
   57  | http://php.net/manual/en/function.mssql-connect.php
   56  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.fsockopen.php
   55  | http://php.net/manual/en/ref.session.php
   55  | http://php.net/manual/en/features.file-upload.php
   54  | http://php.net/manual/en/function.readdir.php
   53  | http://php.net/manual/en/function.explode.php
   52  | http://php.net/manual/en/function.str-replace.php
   51  | http://php.net/manual/en/function.exec.php
   51  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.strpos.php


[PHP-DOC] Notes Status, 13450 total

2005-11-20 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.0% of the 13450 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.header.php
   79  | http://php.net/manual/en/function.date.php
   72  | http://php.net/manual/en/ref.xml.php
   70  | http://php.net/manual/en/function.preg-replace.php
   65  | http://php.net/manual/en/ref.image.php
   65  | http://php.net/manual/en/reserved.variables.php
   61  | http://php.net/manual/en/function.mktime.php
   58  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.eval.php
   56  | http://php.net/manual/en/ref.session.php
   55  | http://php.net/manual/en/function.fsockopen.php
   55  | http://php.net/manual/en/features.file-upload.php
   53  | http://php.net/manual/en/function.explode.php
   53  | http://php.net/manual/en/function.readdir.php
   52  | http://php.net/manual/en/function.str-replace.php
   51  | http://php.net/manual/en/function.exec.php
   51  | http://php.net/manual/en/ref.datetime.php
   50  | http://php.net/manual/en/function.strtotime.php


[PHP-DOC] Notes Status, 13561 total

2005-11-27 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.0% of the 13561 total user notes.

Notes  |  Page
---+-
   85  | http://php.net/manual/en/function.header.php
   83  | http://php.net/manual/en/function.date.php
   73  | http://php.net/manual/en/ref.xml.php
   71  | http://php.net/manual/en/function.preg-replace.php
   66  | http://php.net/manual/en/ref.image.php
   66  | http://php.net/manual/en/reserved.variables.php
   61  | http://php.net/manual/en/function.mktime.php
   59  | http://php.net/manual/en/function.eval.php
   58  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.fopen.php
   58  | http://php.net/manual/en/ref.session.php
   57  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.readdir.php
   55  | http://php.net/manual/en/features.file-upload.php
   55  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.explode.php
   53  | http://php.net/manual/en/function.str-replace.php
   52  | http://php.net/manual/en/function.strpos.php
   52  | http://php.net/manual/en/ref.datetime.php
   51  | http://php.net/manual/en/function.array-search.php


[PHP-DOC] Notes Status, 13629 total

2005-12-04 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 13629 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.header.php
   84  | http://php.net/manual/en/function.date.php
   73  | http://php.net/manual/en/ref.xml.php
   72  | http://php.net/manual/en/function.preg-replace.php
   68  | http://php.net/manual/en/reserved.variables.php
   66  | http://php.net/manual/en/ref.image.php
   61  | http://php.net/manual/en/function.eval.php
   61  | http://php.net/manual/en/function.mktime.php
   59  | http://php.net/manual/en/ref.session.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/ref.com.php
   56  | http://php.net/manual/en/features.file-upload.php
   56  | http://php.net/manual/en/function.readdir.php
   55  | http://php.net/manual/en/function.fsockopen.php
   54  | http://php.net/manual/en/function.explode.php
   54  | http://php.net/manual/en/function.str-replace.php
   52  | http://php.net/manual/en/function.strpos.php
   52  | http://php.net/manual/en/function.exec.php
   51  | http://php.net/manual/en/function.array-search.php


[PHP-DOC] Notes Status, 13748 total

2005-12-11 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 13748 total user notes.

Notes  |  Page
---+-
   89  | http://php.net/manual/en/function.header.php
   87  | http://php.net/manual/en/function.date.php
   74  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/ref.xml.php
   71  | http://php.net/manual/en/reserved.variables.php
   67  | http://php.net/manual/en/ref.image.php
   62  | http://php.net/manual/en/function.eval.php
   62  | http://php.net/manual/en/ref.session.php
   62  | http://php.net/manual/en/function.mktime.php
   59  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/ref.com.php
   56  | http://php.net/manual/en/function.fsockopen.php
   56  | http://php.net/manual/en/function.readdir.php
   55  | http://php.net/manual/en/function.explode.php
   54  | http://php.net/manual/en/function.str-replace.php
   53  | http://php.net/manual/en/function.exec.php
   52  | http://php.net/manual/en/function.strtotime.php
   52  | http://php.net/manual/en/function.strpos.php


[PHP-DOC] Notes Status, 13806 total

2005-12-18 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.2% of the 13806 total user notes.

Notes  |  Page
---+-
   91  | http://php.net/manual/en/function.date.php
   89  | http://php.net/manual/en/function.header.php
   75  | http://php.net/manual/en/ref.xml.php
   74  | http://php.net/manual/en/function.preg-replace.php
   72  | http://php.net/manual/en/reserved.variables.php
   67  | http://php.net/manual/en/ref.image.php
   63  | http://php.net/manual/en/ref.session.php
   62  | http://php.net/manual/en/function.mktime.php
   62  | http://php.net/manual/en/function.eval.php
   60  | http://php.net/manual/en/function.mssql-connect.php
   59  | http://php.net/manual/en/function.fopen.php
   57  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.readdir.php
   56  | http://php.net/manual/en/function.fsockopen.php
   55  | http://php.net/manual/en/function.explode.php
   55  | http://php.net/manual/en/function.str-replace.php
   54  | http://php.net/manual/en/function.strtotime.php
   54  | http://php.net/manual/en/function.exec.php
   52  | http://php.net/manual/en/function.strpos.php


[PHP-DOC] Notes Status, 13929 total

2005-12-25 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.3% of the 13929 total user notes.

Notes  |  Page
---+-
   94  | http://php.net/manual/en/function.date.php
   89  | http://php.net/manual/en/function.header.php
   76  | http://php.net/manual/en/function.preg-replace.php
   76  | http://php.net/manual/en/ref.xml.php
   74  | http://php.net/manual/en/reserved.variables.php
   67  | http://php.net/manual/en/ref.image.php
   66  | http://php.net/manual/en/ref.session.php
   64  | http://php.net/manual/en/function.fopen.php
   63  | http://php.net/manual/en/function.eval.php
   62  | http://php.net/manual/en/function.mktime.php
   60  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/features.file-upload.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.fsockopen.php
   57  | http://php.net/manual/en/function.readdir.php
   55  | http://php.net/manual/en/function.strtotime.php
   55  | http://php.net/manual/en/function.explode.php
   55  | http://php.net/manual/en/function.str-replace.php
   54  | http://php.net/manual/en/function.strpos.php
   54  | http://php.net/manual/en/function.exec.php


[PHP-DOC] Notes Status, 13919 total

2006-01-01 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 13919 total user notes.

Notes  |  Page
---+-
   95  | http://php.net/manual/en/function.date.php
   90  | http://php.net/manual/en/function.header.php
   76  | http://php.net/manual/en/ref.xml.php
   76  | http://php.net/manual/en/function.preg-replace.php
   68  | http://php.net/manual/en/ref.image.php
   65  | http://php.net/manual/en/ref.session.php
   63  | http://php.net/manual/en/function.mktime.php
   61  | http://php.net/manual/en/reserved.variables.php
   60  | http://php.net/manual/en/function.mssql-connect.php
   58  | http://php.net/manual/en/function.readdir.php
   58  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/function.fsockopen.php
   57  | http://php.net/manual/en/function.explode.php
   57  | http://php.net/manual/en/ref.com.php
   55  | http://php.net/manual/en/function.str-replace.php
   55  | http://php.net/manual/en/function.strtotime.php
   54  | http://php.net/manual/en/function.exec.php
   54  | http://php.net/manual/en/function.strpos.php
   51  | http://php.net/manual/en/function.array-search.php
   51  | http://php.net/manual/en/ref.exec.php


[PHP-DOC] Notes Status, 13997 total

2006-01-08 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 13997 total user notes.

Notes  |  Page
---+-
   97  | http://php.net/manual/en/function.date.php
   88  | http://php.net/manual/en/function.header.php
   77  | http://php.net/manual/en/function.preg-replace.php
   77  | http://php.net/manual/en/ref.xml.php
   69  | http://php.net/manual/en/ref.image.php
   65  | http://php.net/manual/en/ref.session.php
   64  | http://php.net/manual/en/function.mktime.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   61  | http://php.net/manual/en/reserved.variables.php
   59  | http://php.net/manual/en/function.fsockopen.php
   59  | http://php.net/manual/en/features.file-upload.php
   58  | http://php.net/manual/en/function.readdir.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.explode.php
   56  | http://php.net/manual/en/function.strtotime.php
   55  | http://php.net/manual/en/function.str-replace.php
   55  | http://php.net/manual/en/function.strpos.php
   54  | http://php.net/manual/en/function.exec.php
   52  | http://php.net/manual/en/function.array-search.php
   51  | http://php.net/manual/en/ref.exec.php


[PHP-DOC] Notes Status, 14089 total

2006-01-15 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.1% of the 14089 total user notes.

Notes  |  Page
---+-
   98  | http://php.net/manual/en/function.date.php
   88  | http://php.net/manual/en/function.header.php
   77  | http://php.net/manual/en/function.preg-replace.php
   77  | http://php.net/manual/en/ref.xml.php
   72  | http://php.net/manual/en/ref.image.php
   65  | http://php.net/manual/en/ref.session.php
   64  | http://php.net/manual/en/function.mktime.php
   62  | http://php.net/manual/en/reserved.variables.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   61  | http://php.net/manual/en/features.file-upload.php
   59  | http://php.net/manual/en/function.fsockopen.php
   59  | http://php.net/manual/en/function.strtotime.php
   58  | http://php.net/manual/en/function.explode.php
   58  | http://php.net/manual/en/function.readdir.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.strpos.php
   56  | http://php.net/manual/en/function.str-replace.php
   54  | http://php.net/manual/en/function.exec.php
   52  | http://php.net/manual/en/function.array-search.php
   52  | http://php.net/manual/en/function.in-array.php


[PHP-DOC] Notes Status, 14123 total

2006-01-22 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 14123 total user notes.

Notes  |  Page
---+-
   88  | http://php.net/manual/en/function.header.php
   78  | http://php.net/manual/en/function.preg-replace.php
   77  | http://php.net/manual/en/ref.xml.php
   72  | http://php.net/manual/en/ref.image.php
   68  | http://php.net/manual/en/ref.session.php
   66  | http://php.net/manual/en/function.mktime.php
   63  | http://php.net/manual/en/reserved.variables.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   61  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/function.fsockopen.php
   60  | http://php.net/manual/en/function.strtotime.php
   59  | http://php.net/manual/en/function.readdir.php
   58  | http://php.net/manual/en/function.explode.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.strpos.php
   56  | http://php.net/manual/en/function.str-replace.php
   53  | http://php.net/manual/en/function.in-array.php
   53  | http://php.net/manual/en/function.serialize.php
   52  | http://php.net/manual/en/ref.exec.php
   52  | http://php.net/manual/en/function.substr.php


[PHP-DOC] Notes Status, 14229 total

2006-01-29 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 14229 total user notes.

Notes  |  Page
---+-
   88  | http://php.net/manual/en/function.header.php
   78  | http://php.net/manual/en/ref.xml.php
   78  | http://php.net/manual/en/function.preg-replace.php
   73  | http://php.net/manual/en/ref.image.php
   72  | http://php.net/manual/en/ref.session.php
   67  | http://php.net/manual/en/function.mktime.php
   64  | http://php.net/manual/en/reserved.variables.php
   62  | http://php.net/manual/en/function.strtotime.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   61  | http://php.net/manual/en/features.file-upload.php
   60  | http://php.net/manual/en/function.fsockopen.php
   59  | http://php.net/manual/en/function.readdir.php
   58  | http://php.net/manual/en/function.explode.php
   57  | http://php.net/manual/en/function.strpos.php
   57  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.str-replace.php
   54  | http://php.net/manual/en/ref.exec.php
   54  | http://php.net/manual/en/function.array-search.php
   53  | http://php.net/manual/en/function.serialize.php
   53  | http://php.net/manual/en/function.in-array.php


[PHP-DOC] Notes Status, 14363 total

2006-02-05 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 9.0% of the 14363 total user notes.

Notes  |  Page
---+-
   90  | http://php.net/manual/en/function.header.php
   84  | http://php.net/manual/en/function.preg-replace.php
   79  | http://php.net/manual/en/ref.xml.php
   75  | http://php.net/manual/en/ref.session.php
   74  | http://php.net/manual/en/ref.image.php
   69  | http://php.net/manual/en/function.mktime.php
   64  | http://php.net/manual/en/reserved.variables.php
   62  | http://php.net/manual/en/features.file-upload.php
   62  | http://php.net/manual/en/function.strtotime.php
   61  | http://php.net/manual/en/function.readdir.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   60  | http://php.net/manual/en/function.fsockopen.php
   59  | http://php.net/manual/en/function.strpos.php
   58  | http://php.net/manual/en/function.explode.php
   58  | http://php.net/manual/en/ref.com.php
   58  | http://php.net/manual/en/function.str-replace.php
   54  | http://php.net/manual/en/function.array-search.php
   54  | http://php.net/manual/en/ref.exec.php
   54  | http://php.net/manual/en/function.serialize.php
   53  | http://php.net/manual/en/function.in-array.php


  1   2   3   4   5   6   7   >