lchgrp

Diskutiere lchgrp im PHP Forum im Bereich Programmierung; Changes group ownership of symlink Attempts to change the group of the symlink filenameto group. Rückgabewert: Path to the symlink. Beispiel...
  • lchgrp Beitrag #1
P
PHP
Well-known member
Beiträge
997
Punkte Reaktionen
0
Changes group ownership of symlink

Attempts to change the group of the symlink filenameto group.

Rückgabewert:

Path to the symlink.

Beispiel:

PHP:
$target = 'output.php';
$link = 'output.html';
symlink($target, $link);

lchgroup($link, 8);
 
Thema:

lchgrp

Oben Unten