當前位置: 首頁> 函數類別大全> chgrp

chgrp

改變文件所屬的組
名稱:chgrp
分類:文件系統
所屬語言:php
一句話介紹:改變文件組。

實例

<span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token function">chgrp</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"test.txt"</span> <span class="token punctuation">,</span> <span class="token string double-quoted-string">"admin"</span> <span class="token punctuation">)</span>
<span class="token delimiter important">?></span></span>
同類函數
  • 改變文件所屬的組 chgrp

    chgrp

    改變文件所屬的組
  • 通過已打開的文件指針取得文件信息 fstat

    fstat

    通過已打開的文件指針取得文件信息
  • 打開文件或URL fopen

    fopen

    打開文件或URL
  • 將數據(但不是元數據)同步到文件 fdatasync

    fdatasync

    將數據(但不是元數據)同步到文件
  • 參見unlink() 或unset()(PHP 沒有delete 關鍵詞或函數) delete

    delete

    參見unlink()或unset()(P
  • 修改符號鏈接的所有組 lchgrp

    lchgrp

    修改符號鏈接的所有組
  • 取得文件的inode 修改時間 filectime

    filectime

    取得文件的inode修改時間
  • 取得文件的inode fileinode

    fileinode

    取得文件的inode
熱門文章