lchgrp

  1. P
    Changes group ownership of symlink Attempts to change the group of the symlink filenameto group. Rückgabewert: Path to the symlink. Beispiel: $target = 'output.php'; $link = 'output.html'; symlink($target, $link); lchgroup($link, 8);
Oben Unten