Current Location: Home> Function Categories> tmpfile

tmpfile

Create a temporary file
Similar Functions
  • Test whether the file pointer reaches the end of the file feof

    feof

    Testwhetherthefilepo
  • Synchronize changes to files (including metadata) fsync

    fsync

    Synchronizechangesto
  • Synchronize data (but not metadata) to a file fdatasync

    fdatasync

    Synchronizedata(butn
  • Modify the owner of the symbolic link lchown

    lchown

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

    delete

    Seeunlink()orunset()
  • Close an open file pointer fclose

    fclose

    Closeanopenfilepoint
  • Read files (safely used in binary files) fread

    fread

    Readfiles(safelyused
  • Change file owner chown

    chown

    Changefileowner
Popular Articles