現在の位置: ホーム> 関数カテゴリ一覧> 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>
類似の関数
  • ファイルにデータを書き込みます file_put_contents

    file_put_contents

    ファイルにデータを書き込みます
  • 開いたファイルポインターを介してファイル情報を取得します fstat

    fstat

    開いたファイルポインターを介してファイル
  • ファイルアクセスと変更時間を設定します touch

    touch

    ファイルアクセスと変更時間を設定します
  • is_writableエイリアス is_writeable

    is_writeable

    is_writableエイリアス
  • RealPathキャッシュエントリを取得します realpath_cache_get

    realpath_cache_get

    RealPathキャッシュエントリを取得
  • 象徴的なつながりを確立します symlink

    symlink

    象徴的なつながりを確立します
  • ファイルポインターへの配置 fseek

    fseek

    ファイルポインターへの配置
  • ハード接続を作成します link

    link

    ハード接続を作成します
人気記事(にんききじ)