demo_func_filesystem_lstat.php:
<!DOCTYPE html> <html> <body> <?php print_r(lstat("test.txt")); ?> </body> </html>