Guess you can run `du -s /one/folder` which outputs disk usage summary for
that folder. (Not on Win)
-J
-Original Message-
From: Cynic [mailto:[EMAIL PROTECTED]]
Sent: 12. januar 2001 12:19
To: Gareth Davies; PHP List
Subject: Re: [PHP] Question
you'll have to compute the sum of filesi
What about the sesion.gc_probability? In the .ini file:
session.gc_probability= 1 ; percentual probability that the
; 'garbage collection' process is
started
; on every session initialization
If you have very few us
http://www.php.net/manual/language.expressions.php
One last thing worth mentioning is the truth value of expressions. In many
events, mainly in conditional execution and loops, you're not interested in
the specific value of the expression, but only care about whether it means
TRUE or FALSE (PHP
If you set it up so that every incoming mail to your domain ends up in one
account, use the imap-functions ( compile them into php if not already done
) to open a stream and fetch the data. The "TO" header should be in there
somewhere and contain the original data.
Could be run from cron at a re
4 matches
Mail list logo