PHP Class IMP_Mbox_Size, horde

Author: Michael Slusarz ([email protected])
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
getSize ( IMP_Mailbox $mbox, boolean $formatted = true ) : mixed Obtain the mailbox size

Method Details

getSize() public method

Obtain the mailbox size
public getSize ( IMP_Mailbox $mbox, boolean $formatted = true ) : mixed
$mbox IMP_Mailbox The mailbox to obtain the size of.
$formatted boolean Whether to return a human readable value.
return mixed Either the size of the mailbox (in bytes) or a formatted string with this information.