fileowner
Gets file owner
&reftitle.description;
intfileowner
stringfilename
Gets the file owner.
&reftitle.parameters;
filename
Path to the file.
&reftitle.returnvalues;
Returns the user ID of the owner of the file, or &false; in case of
an error. The user ID is returned in numerical format, use
posix_getpwuid to resolve it to a username.
&reftitle.examples;
Finding the owner of a file
]]>
&reftitle.notes;
¬e.clearstatcache;
&tip.fopen-wrapper.stat;
&reftitle.seealso;
filegroup
stat
posix_getpwuid