Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: max(three, zero)?
(Example: nine)

The Note You're Voting On

paul2712 at gmail dot com
18 years ago
Do not forget: clearstatcache();
==============================

When ever you make a:

mkdir($dstdir, 0770 ))

or a:

chmod($dstdir, 0774 );

You have to call:

clearstatcache();

before you can call:

fileperms($dstdir);

<< Back to user notes page

To Top