Home
Forum
Jual/Beli
Login
Register
Reputation
Add to Reputation:
What do you think of this post?
seger
basi!!!
Comment:
You Now Here »
More Share Forum - Indonesian Community
Forum
Hobby
COMPUTER SHARE
WEBMASTER
SOURCE CODE
Tutorial PHP fungsi chown untuk Mengubah akses kepemilikan file
✎ | Reply
❞ | Add Polling
Pages: [
1
]
Tutorial PHP fungsi chown untuk Mengubah akses kepemilikan file
(Read 5905 times -
107
votes)
DANNY
G-Plus Author
ADMINISTRATOR
More Share Forum
Topic
[MS] kepala suku
Rep Power
: 6
Join: September 30, 2009
Posts: 11,931
Poin: 193.409
Logged
Tutorial PHP fungsi chown untuk Mengubah akses kepemilikan file
«
on:
February 23, 2012, 06:03:07 PM »
Code: (Sintaks)
[Select]
chown ( string $filename , mixed $user )
Code: (contoh)
[Select]
<?php
$file_name
=
"foo.php"
;
$path
=
"/home/sites/ms-room.com/public_html/sandbox"
.
$file_name
;
$user_name
=
"root"
;
// Set pemilik file
chown
(
$path
,
$user_name
);
?>
Short URL: