<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Функції Файлової Системи',
    2 => 'Функції Файлової Системи',
  ),
  'up' => 
  array (
    0 => 'book.filesystem.php',
    1 => 'Filesystem',
  ),
  'prev' => 
  array (
    0 => 'filesystem.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'next' => 
  array (
    0 => 'function.basename.php',
    1 => 'basename',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/filesystem/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.filesystem.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.filesystem" class="reference">
 <h1 class="title">Функції Файлової Системи</h1>

 <div class="partintro">
  <h1 class="title">Прогляньте також</h1>
  <p class="simpara">
   Споріднені функції можна також знайти в розділі
  <a href="ref.dir.php" class="link">Каталоги</a> та
   <a href="ref.exec.php" class="link">Запуск Програми</a>.
  </p>
  <p class="simpara">
   Для отримання списку обгорток URL, які можна використовувати як віддалені
   файли, та пояснення їхньої роботи, прогляньте також <a href="wrappers.php" class="xref">Підтримувані протоколи та обгортки</a>.
  </p>
 </div>



















































































































































































































































































































































































































































































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.basename.php">basename</a> — Повертає останній компонент рядка шляху</li><li><a href="function.chgrp.php">chgrp</a> — Changes file group</li><li><a href="function.chmod.php">chmod</a> — Changes file mode</li><li><a href="function.chown.php">chown</a> — Changes file owner</li><li><a href="function.clearstatcache.php">clearstatcache</a> — Clears file status cache</li><li><a href="function.copy.php">copy</a> — Copies file</li><li><a href="function.delete.php">delete</a> — See unlink or unset</li><li><a href="function.dirname.php">dirname</a> — Returns a parent directory's path</li><li><a href="function.disk-free-space.php">disk_free_space</a> — Returns available space on filesystem or disk partition</li><li><a href="function.disk-total-space.php">disk_total_space</a> — Returns the total size of a filesystem or disk partition</li><li><a href="function.diskfreespace.php">diskfreespace</a> — Псевдонім disk_free_space</li><li><a href="function.fclose.php">fclose</a> — Closes an open file pointer</li><li><a href="function.fdatasync.php">fdatasync</a> — Synchronizes data (but not meta-data) to the file</li><li><a href="function.feof.php">feof</a> — Tests for end-of-file on a file pointer</li><li><a href="function.fflush.php">fflush</a> — Flushes the output to a file</li><li><a href="function.fgetc.php">fgetc</a> — Gets character from file pointer</li><li><a href="function.fgetcsv.php">fgetcsv</a> — Gets line from file pointer and parse for CSV fields</li><li><a href="function.fgets.php">fgets</a> — Gets line from file pointer</li><li><a href="function.fgetss.php">fgetss</a> — Gets line from file pointer and strip HTML tags</li><li><a href="function.file.php">file</a> — Reads entire file into an array</li><li><a href="function.file-exists.php">file_exists</a> — Checks whether a file or directory exists</li><li><a href="function.file-get-contents.php">file_get_contents</a> — Читає вміст файла в рядку</li><li><a href="function.file-put-contents.php">file_put_contents</a> — Записує рядок у файл</li><li><a href="function.fileatime.php">fileatime</a> — Gets last access time of file</li><li><a href="function.filectime.php">filectime</a> — Gets inode change time of file</li><li><a href="function.filegroup.php">filegroup</a> — Gets file group</li><li><a href="function.fileinode.php">fileinode</a> — Gets file inode</li><li><a href="function.filemtime.php">filemtime</a> — Gets file modification time</li><li><a href="function.fileowner.php">fileowner</a> — Gets file owner</li><li><a href="function.fileperms.php">fileperms</a> — Gets file permissions</li><li><a href="function.filesize.php">filesize</a> — Gets file size</li><li><a href="function.filetype.php">filetype</a> — Gets file type</li><li><a href="function.flock.php">flock</a> — Portable advisory file locking</li><li><a href="function.fnmatch.php">fnmatch</a> — Match filename against a pattern</li><li><a href="function.fopen.php">fopen</a> — Opens file or URL</li><li><a href="function.fpassthru.php">fpassthru</a> — Output all remaining data on a file pointer</li><li><a href="function.fputcsv.php">fputcsv</a> — Format line as CSV and write to file pointer</li><li><a href="function.fputs.php">fputs</a> — Псевдонім fwrite</li><li><a href="function.fread.php">fread</a> — Binary-safe file read</li><li><a href="function.fscanf.php">fscanf</a> — Parses input from a file according to a format</li><li><a href="function.fseek.php">fseek</a> — Seeks on a file pointer</li><li><a href="function.fstat.php">fstat</a> — Gets information about a file using an open file pointer</li><li><a href="function.fsync.php">fsync</a> — Synchronizes changes to the file (including meta-data)</li><li><a href="function.ftell.php">ftell</a> — Returns the current position of the file read/write pointer</li><li><a href="function.ftruncate.php">ftruncate</a> — Truncates a file to a given length</li><li><a href="function.fwrite.php">fwrite</a> — Binary-safe file write</li><li><a href="function.glob.php">glob</a> — Find pathnames matching a pattern</li><li><a href="function.is-dir.php">is_dir</a> — Tells whether the filename is a directory</li><li><a href="function.is-executable.php">is_executable</a> — Tells whether the filename is executable</li><li><a href="function.is-file.php">is_file</a> — Tells whether the filename is a regular file</li><li><a href="function.is-link.php">is_link</a> — Tells whether the filename is a symbolic link</li><li><a href="function.is-readable.php">is_readable</a> — Tells whether a file exists and is readable</li><li><a href="function.is-uploaded-file.php">is_uploaded_file</a> — Tells whether the file was uploaded via HTTP POST</li><li><a href="function.is-writable.php">is_writable</a> — Tells whether the filename is writable</li><li><a href="function.is-writeable.php">is_writeable</a> — Псевдонім is_writable</li><li><a href="function.lchgrp.php">lchgrp</a> — Changes group ownership of symlink</li><li><a href="function.lchown.php">lchown</a> — Changes user ownership of symlink</li><li><a href="function.link.php">link</a> — Create a hard link</li><li><a href="function.linkinfo.php">linkinfo</a> — Gets information about a link</li><li><a href="function.lstat.php">lstat</a> — Gives information about a file or symbolic link</li><li><a href="function.mkdir.php">mkdir</a> — Makes directory</li><li><a href="function.move-uploaded-file.php">move_uploaded_file</a> — Moves an uploaded file to a new location</li><li><a href="function.parse-ini-file.php">parse_ini_file</a> — Parse a configuration file</li><li><a href="function.parse-ini-string.php">parse_ini_string</a> — Parse a configuration string</li><li><a href="function.pathinfo.php">pathinfo</a> — Returns information about a file path</li><li><a href="function.pclose.php">pclose</a> — Closes process file pointer</li><li><a href="function.popen.php">popen</a> — Opens process file pointer</li><li><a href="function.readfile.php">readfile</a> — Outputs a file</li><li><a href="function.readlink.php">readlink</a> — Returns the target of a symbolic link</li><li><a href="function.realpath.php">realpath</a> — Returns canonicalized absolute pathname</li><li><a href="function.realpath-cache-get.php">realpath_cache_get</a> — Get realpath cache entries</li><li><a href="function.realpath-cache-size.php">realpath_cache_size</a> — Get realpath cache size</li><li><a href="function.rename.php">rename</a> — Renames a file or directory</li><li><a href="function.rewind.php">rewind</a> — Rewind the position of a file pointer</li><li><a href="function.rmdir.php">rmdir</a> — Removes directory</li><li><a href="function.set-file-buffer.php">set_file_buffer</a> — Псевдонім stream_set_write_buffer</li><li><a href="function.stat.php">stat</a> — Gives information about a file</li><li><a href="function.symlink.php">symlink</a> — Creates a symbolic link</li><li><a href="function.tempnam.php">tempnam</a> — Create file with unique file name</li><li><a href="function.tmpfile.php">tmpfile</a> — Creates a temporary file</li><li><a href="function.touch.php">touch</a> — Sets access and modification time of file</li><li><a href="function.umask.php">umask</a> — Changes the current umask</li><li><a href="function.unlink.php">unlink</a> — Deletes a file</li></ul>
</div>
<?php manual_footer($setup); ?>