File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
chmod
— CHMOD the files permissions
Name | Description |
---|---|
$strFilename | n/a |
$intMode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFilename = 'foo';
$intMode = 124;
//Call the function chmod with the example vars
Twist::FTP() -> chmod($strFilename, $intMode);