Folder::_size()

Gets the total sizes of files contained in the folder.

Table of Contents
  1. Description
  2. Example

Description

Folder::_size(): ?int;

Example

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

$size = $folder->_size(); // Returns `11626891`

Folder::_size()

Gets the total sizes of files contained in the folder.

Folder::size()

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