chown

(PHP 3, PHP 4 , PHP 5)

chown -- Changes file owner

Description

bool chown ( string filename, mixed user)

Attempts to change the owner of the file filename to user user (specified by name or number). Only the superuser may change the owner of a file.

成功回傳TRUE失敗回傳FALSE

注: 此函數不能使用於遠端檔案 ﹐因被檢查的檔案必須通過伺服器的檔案系統存取。

注: 安全模式開啟,PHP會檢查執行的腳本和要操作的檔案或目錄是否有相同的UID(擁有者)。

See also chmod().