Download the PHP package phuxtil/chmod without Composer
On this page you can find all versions of the php package phuxtil/chmod. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phuxtil/chmod
More information about phuxtil/chmod
Files in phuxtil/chmod
Download phuxtil/chmod
More information about phuxtil/chmod
Files in phuxtil/chmod
Vendor phuxtil
Package chmod
Short Description Library to validate symbolic and octal modes used by unix chmod program
License MIT
Package chmod
Short Description Library to validate symbolic and octal modes used by unix chmod program
License MIT
Please rate this library. Is it a good library?
Informations about the package chmod
phuxtil-chmod
Easy way to validate symbolic and octal modes used by unix chmod
program.
In Unix and Unix-like operating systems, chmod is the command and system call which is used to change the access permissions of file system objects. It is also used to change special mode flags.
Installation
Note: Use v1.x for compatibility with PHP v7.0+ Note: Use v2.x for compatibility with PHP v7.2+
Usage
Facade
Create new instance:
isReadable(...)
isWritable(...)
isExecutable(...)
validateByOctal(...)
validateBySymbol(...)
applyUid(...)
applyGid(...)
applyUidAndGid(...)
toArray()
See tests
for details.
All versions of chmod with dependencies
PHP Build Version
Package Version
Requires
php Version
^8
The package phuxtil/chmod contains the following files
Loading the files please wait ....