We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ee5d4 commit a7190d5Copy full SHA for a7190d5
user_guide_src/source/libraries/files.rst
@@ -46,6 +46,8 @@ Returns the size of the uploaded file in bytes:
46
47
.. literalinclude:: files/004.php
48
49
+A RuntimeException will be thrown if the file does not exist or an error occurs.
50
+
51
getSizeByUnit()
52
===============
53
@@ -54,6 +56,8 @@ the results in kilobytes or megabytes, respectively:
54
56
55
57
.. literalinclude:: files/005.php
58
59
60
61
getMimeType()
62
=============
63
0 commit comments