Composer basic updates

This commit is contained in:
Clemens Schwaighofer
2024-03-06 18:27:39 +09:00
parent 897406456a
commit 2e6b7b2f5b
5 changed files with 70 additions and 64 deletions

View File

@@ -37,6 +37,7 @@ $file = '/some/path/to/some/file.txt';
print "GETFILENAMEENDING: $file: " . File::getFilenameEnding($file) . "<br>";
$file = getcwd() . DIRECTORY_SEPARATOR . 'class_test.file.php';
print "GETLINESFROMFILE: $file: " . File::getLinesFromFile($file) . "<br>";
print "MIMEINFO: $file: " . File::getMimeType($file) . "<br>";
print "</body></html>";