Function package_chmod
Try to make a file writable.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
string |
$filename |
The name of the file |
string |
$perm_state = 'writable' |
The permission state - can be either 'writable' or 'execute' |
boolean |
$track_change = false |
Whether to track this change |
boolean
|
True if it worked, false if it didn't |