PHP Manual

PHP function chmod()

11. 09. 2019

Obsah článku

Availability in `PHP 4.0`

Sets file access rights (read, write, delete).

Parameters

Parameter Data type Default value Note
$filename string not File path (absolute is recommended)
$mode int not Access rights (for example 0777 - everyone has access). Note: Rights will be automatically converted to hexadecimal. Writing as a string (for example g+w is not supported). If you want to enter a number in decimal, enter zero as the first digit (for example 0654).

Return values

bool

Returns true if everything went fine, false if an error occurred.

Additional resources

Official chmod documentation

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.

V jiných jazycích

2.
Status:
All systems normal.
2024