Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
fileowner.php : fileowner « File Directory « PHP
PHP
File Directory
fileowner
fileowner.php
<?php $uid = fileowner(
"/etc/passwd"
); ?>
Related examples in the same category
1.
To read the owner of a file, use the fileowner( ) function