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 ac82913 commit e22cfa1Copy full SHA for e22cfa1
user_guide_src/source/libraries/files.rst
@@ -45,15 +45,15 @@ method. This is especially useful to rename files when moving it so that the fil
45
getSize()
46
=========
47
48
-Returns the size of the uploaded file in bytes:
+Returns the size of the file in bytes:
49
50
.. literalinclude:: files/004.php
51
:lines: 2-
52
53
getSizeByUnit()
54
===============
55
56
-Returns the size of the uploaded file default in bytes. You can pass in either 'kb' or 'mb' as the first parameter to get
+Returns the size of the file default in bytes. You can pass in either ``'kb'`` or ``'mb'`` as the first parameter to get
57
the results in kilobytes or megabytes, respectively:
58
59
.. literalinclude:: files/005.php
0 commit comments