PHP Manual
/
Working with files

Working with files

16. 02. 2020

There are a number of functions in PHP for working with files.

Disk functions

  • unlink($path), delete file
  • copy($from, $to), copy a file from one location to another (can be from a URL to the local disk)
  • rename(), rename or move a file on disk
  • chmod(), change permissions to read, write or execute a file

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.
6.
Status:
All systems normal.
2024