demo_func_filesystem_fileperms.php:
<!DOCTYPE html> <html> <body> <?php echo fileperms("test.txt"); ?> </body> </html>