О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
Filesystem functions
XX. Filesystem functions Table of Contents basename —
Returns filename component of path
chgrp — Changes file groupchmod — Changes file modechown — Changes file ownerclearstatcache — Clears file stat cachecopy — Copies filedelete — A dummy manual entrydirname — Returns directory name component of pathdiskfreespace — Returns available space in directoryfclose — Closes an open file pointerfeof — Tests for end-of-file on a file pointerfgetc — Gets character from file pointerfgetcsv —
Gets line from file pointer and parse for CSV fields
fgets — Gets line from file pointerfgetss —
Gets line from file pointer and strip HTML tags
file — Reads entire file into an arrayfile_exists — Checks whether a file existsfileatime — Gets last access time of filefilectime — Gets inode change time of filefilegroup — Gets file groupfileinode — Gets file inodefilemtime — Gets file modification timefileowner — Gets file ownerfileperms — Gets file permissionsfilesize — Gets file sizefiletype — Gets file typeflock — Portable advisory file lockingfopen — Opens file or URLfpassthru —
Output all remaining data on a file pointer
fputs — Writes to a file pointerfread — Binary-safe file readfscanf — Parses input from a file according to a formatfseek — Seeks on a file pointerfstat —
Gets information about a file using an open file pointer
ftell — Tells file pointer read/write positionftruncate —
Truncates a file to a given length.
fwrite — Binary-safe file writeset_file_buffer —
Sets file buffering on the given file pointer
is_dir — Tells whether the filename is a directoryis_executable — Tells whether the filename is executableis_file —
Tells whether the filename is a regular file
is_link —
Tells whether the filename is a symbolic link
is_readable —
Tells whether the filename is readable
is_writeable — Tells whether the filename is writeablelink — Create a hard linklinkinfo — Gets information about a linkmkdir — Makes directorypclose — Closes process file pointerpopen — Opens process file pointerreadfile — Outputs a filereadlink — Returns the target of a symbolic linkrename — Renames a filerewind — Rewind the position of a file pointerrmdir — Removes directorystat — Gives information about a filelstat —
Gives information about a file or symbolic link
realpath — Returns canonicalized absolute pathnamesymlink — Creates a symbolic linktempnam — Creates unique file nametmpfile — Creates a temporary filetouch — Sets modification time of fileumask — Changes the current umaskunlink — Deletes a file