Forum und email

lchgrp

(PHP 5 >= 5.1.2)

lchgrp — Changes group ownership of symlink

Description

bool lchgrp ( string $filename , mixed $group )

Attempts to change the group of the symlink filename to group .

Only the superuser may change the group of a symlink arbitrarily; other users may change the group of a symlink to any group of which that user is a member.

Parameters

filename

Path to the symlink.

group

The group specified by name or number.

Return Values

成功回傳TRUE失敗回傳FALSE

Notes

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

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