« PHP:fileowner()関数 | メイン | PHP:filesize()関数 »
2006年04月06日
PHP:fileperms()関数
fileperms()関数は、ファイルの許可属性を返します。
$filePath = 'test/phpinfo.php';
print fileperms($filePath);
※上記の結果、「33188」のような許可属性を表す数値を返します。
投稿者 wing : 2006年04月06日 01:05
|
« PHP:fileowner()関数 | メイン | PHP:filesize()関数 » 2006年04月06日PHP:fileperms()関数fileperms()関数は、ファイルの許可属性を返します。 $filePath = 'test/phpinfo.php'; ※上記の結果、「33188」のような許可属性を表す数値を返します。 投稿者 wing : 2006年04月06日 01:05
コメント |
|