H
H
happ2017-03-03 10:48:45
PHP
happ, 2017-03-03 10:48:45

Tools to automatically generate folders and subfolders for images?

Now I am rewriting a self-written site on Yii2. Image and folder names are generated manually, are there any automated systems for this.
Each folder can have 1000 subfolders and each subfolder 1000 images, is it possible to automate this process?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2017-03-03
@happ

if (!is_dir($dirname)) {
    // full for owner, read and exec for others, recursive creation
    mkdir($dirname, 0755, true);
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question