Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: lchgrp - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

lchown" width="11" height="7"/> <is_writeable
Last updated: Thu, 31 May 2007

view this page in

lchgrp

(PHP 5 >= 5.1.2)

lchgrp — シンボリックリンクのグループ所有権を変更する

説明

bool lchgrp ( string $filename, mixed $group )

シンボリックリンク filename のグループを group (名前あるいは番号で指定) に変更しようと試みます。スーバーユーザは、 シンボリックリンクのグループを任意のものに変更できます。 その他のユーザは、自分自身がメンバーの一員となっているグループにのみ変更できます。

成功した場合に TRUE を、失敗した場合に FALSE を返します。

注意: この関数では、 リモートファイル を 使用することはできません。これは、処理されるファイルがサーバの ファイルシステムによりアクセスできる必要があるためです。

注意: セーフモード が有効の場合、PHP は操作を行うファイル/ディレクトリが実行するスクリプトと 同じ UID (所有者)を有しているかどうかを確認します。

chgrp()lchown()chown() そして chmod() も参照ください。



add a note add a note User Contributed Notes
lchgrp
There are no user contributed notes for this page.

lchown" width="11" height="7"/> <is_writeable
Last updated: Thu, 31 May 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites