Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 420 Bytes

introduction.md

File metadata and controls

18 lines (14 loc) · 420 Bytes

Doff references

__constructor (array $settings = [])

<?php

// Settings
$settings = [
    "path" => "/path/of/data/files/",
    "chmod" => 0770, // optionnal, octal value (only string or integer type)
    "chown" => "userUnix", // optionnal
    "chgrp" => "groupUnix" // optionnal
];

$obj = new Doff($settings);