Current Location: Home> Function Categories> fileowner

fileowner

Get the file owner
Name:fileowner
Category:File system
Programming Language:php
One-line Description:The user ID of the file (owner).

Example

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">fileowner</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>
Similar Functions
  • Get file type filetype

    filetype

    Getfiletype
  • See unlink() or unset() (PHP does not have delete keywords or functions) delete

    delete

    Seeunlink()orunset()
  • Returns the normalized absolute path name realpath

    realpath

    Returnsthenormalized
  • Close process file pointer pclose

    pclose

    Closeprocessfilepoin
  • Read a line from a file pointer fgets

    fgets

    Readalinefromafilepo
  • Close an open file pointer fclose

    fclose

    Closeanopenfilepoint
  • alias for fwrite fputs

    fputs

    aliasforfwrite
  • Create a file with a unique file name tempnam

    tempnam

    Createafilewithauniq
Popular Articles