|
update : 2015.11.03
php.shukuma.com검색:
|
chown(PHP 4, PHP 5, PHP 7) chown — Changes file owner 설명
Attempts to change the owner of the file 인수
반환값
성공 시 예제
Example #1 Simple chown() usage
<?php위 예제의 출력 예시:
Array
(
[name] => root
[passwd] => x
[uid] => 0
[gid] => 0
[gecos] => root
[dir] => /root
[shell] => /bin/bash
)
|