PHP 8.5.0 Alpha 4 available for testing

Voting

: nine minus three?
(Example: nine)

The Note You're Voting On

antonixyz at gmx dot net
17 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