WireNumberTools class

Tools for working with numbers

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the WireNumberTools class also inherits all the methods and properties of: Wire.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
WireNumberTools::bytesToStr($bytes)
stringGiven a quantity of bytes (int), return readable string that refers to quantity in bytes, kB, MB, GB and TB 
WireNumberTools::locale()
array string int nullGet a number formatting property from current locale 
WireNumberTools::randomInteger(int $min, int $max)
intReturn a random integer (cryptographically secure when available) 
WireNumberTools::strToBytes($value)
intGiven a value like "1M", "2MB", "3 kB", "4 GB", "5tb" etc. return quantity of bytes 
WireNumberTools::uniqueNumber()
intGenerate and return an installation unique number/ID (integer) 

Additional methods and properties

In addition to the methods and properties above, WireNumberTools also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.251