VuFind API Documentation

Printms extends AbstractHelper
in package

Prints a human readable format from a number of milliseconds

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

__invoke()  : string
Prints a human readable format from a number of milliseconds

Methods

__invoke()

Prints a human readable format from a number of milliseconds

public __invoke(float $ms) : string
Parameters
$ms : float

Number of milliseconds

Return values
string

Human-readable representation

Search results