public function vfsStreamContent::chmod in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php \org\bovigo\vfs\vfsStreamContent::chmod()
change file mode to given permissions
Parameters
int $permissions:
Return value
1 method overrides vfsStreamContent::chmod()
- vfsStreamAbstractContent::chmod in vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamAbstractContent.php - change file mode to given permissions
File
- vendor/
mikey179/ vfsStream/ src/ main/ php/ org/ bovigo/ vfs/ vfsStreamContent.php, line 107
Class
- vfsStreamContent
- Interface for stream contents.
Namespace
org\bovigo\vfsCode
public function chmod($permissions);