PHP » PYTHON |
login |
register |
about
|
import os os.lchown(filename, uid, None) lchown(PHP 5 >= 5.1.2) lchown — Changes user ownership of symlink DescriptionAttempts to change the owner of the symlink filename to user user . Only the superuser may change the owner of a symlink. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 Changing the owner of a symbolic link
<?php
Notes
|
more
Recently updated
more
Most requested
|