IMP_Mbox_Size
in package
Determine the size of a mailbox.
Tags
Table of Contents
Methods
- getSize() : mixed
- Obtain the mailbox size
Methods
getSize()
Obtain the mailbox size
public
getSize(IMP_Mailbox $mbox[, bool $formatted = true ]) : mixed
Parameters
- $mbox : IMP_Mailbox
-
The mailbox to obtain the size of.
- $formatted : bool = true
-
Whether to return a human readable value.
Return values
mixed —Either the size of the mailbox (in bytes) or a formatted string with this information.