Folder::type()

Nothing.

Table of Contents
  1. Description
  2. Example

Description

File::type(): null;

This method does nothing but returns null.

Example

$folder = new Folder('.\path\to\folder');

$type = $folder->type(); // Returns `null`

Folder::size()

Gets the total sizes of files contained in the folder in human readable string format.

Folder::type()

Nothing.