| File: |
kernel/coreFunctions.php |
| Role: |
Class source |
| Content type: |
text/plain |
| Description: |
Core Functions |
| Class: |
Ascoos Framework
Framework of general purposes classes |
| Author: |
By ASCOOS CMS |
| Last change: |
- `formatBytes` : The `$bytes` argument can now accept float values. The result generation process has also been improved.
```php
// Global function
formatBytes(float|int $bytes, int $precision = 2): string
``` |
| Date: |
3 months ago |
| Size: |
24,230 bytes |
|
|
|