Voting

: six minus zero?
(Example: nine)

The Note You're Voting On

antonixyz at gmx dot net
16 years ago
<?php
$stat
= stat($filepath);
$mode = $stat[2];
?>
is identical to:
<?php $mode = fileperms($filepath); ?>

at least on my linux box.

<< Back to user notes page

To Top