Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$fn = "gaestebuch.csv";
|
||||
|
||||
echo "Dateigröße: " . filesize($fn) . "<br>";
|
||||
echo "Datei lesbar: " . is_readable($fn) . "<br>";
|
||||
echo "Datei schreibbar: " . is_writable($fn) . "<br>";
|
||||
echo "Dateityp: " . filetype($fn) . "<br>";
|
||||
echo "Verzeichnis: " . is_dir($fn) . "<br>";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user