Number Helper The Number Helper file contains functions that help you work with numeric data. Loading this Helper This helper is loaded using the following code:
1 |
$this->load->helper('number'); |
Available Functions The following functions are available: byte_format($num[, $precision = 1]) Parameters: $num (mixed) – Number of bytes $precision (int) – Floating point precision Returns: Formatted data size […]