Located in file /wire/core/WireNumberTools.php
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.
Common
Name | Return | Summary | |
---|
WireNumberTools::bytesToStr() WireNumberTools::bytesToStr($bytes) WireNumberTools::bytesToStr($bytes, $options = []) | string | Given a quantity of bytes (int), return readable string that refers to quantity in bytes, kB, MB, GB and TB | |
WireNumberTools::locale() WireNumberTools::locale() WireNumberTools::locale(string $key = '') | array string int null | Get a number formatting property from current locale | |
WireNumberTools::randomInteger() WireNumberTools::randomInteger(int $min, int $max) WireNumberTools::randomInteger(int $min, int $max, bool $throw = false) | int | Return a random integer (cryptographically secure when available) | |
WireNumberTools::strToBytes() WireNumberTools::strToBytes($value) WireNumberTools::strToBytes($value, $unit = null) | int | Given a value like "1M", "2MB", "3 kB", "4 GB", "5tb" etc. return quantity of bytes | |
WireNumberTools::uniqueNumber() WireNumberTools::uniqueNumber() WireNumberTools::uniqueNumber($options = []) | int | Generate 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.236