We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9609025 commit 8db09bbCopy full SHA for 8db09bb
1 file changed
docs/en/core-libraries/number.md
@@ -201,6 +201,7 @@ echo $this->Number->toReadableSize(5368709120); // 5 GiB
201
202
It should be noted that IEC units are exponents of two and decimal units of ten.
203
This mean that:
204
+
205
- 1000 Bytes = 1 KB
206
- 1024 Bytes = 1 KiB
207
0 commit comments