Folder::content()

Nothing.

Table of Contents
  1. Description
  2. Example

Description

Folder::content(): null;

This method does nothing but returns null.

Example

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

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

Folder::content()

Nothing.

Folder::size()

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