mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating docblock of File::size. Fixes #5697.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7819 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
0ec977a02b
commit
2d40c78c63
1 changed files with 2 additions and 3 deletions
|
@ -397,10 +397,9 @@ class File extends Object {
|
|||
return false;
|
||||
}
|
||||
/**
|
||||
* Returns the Filesize, either in bytes or in human-readable format.
|
||||
* Returns the Filesize
|
||||
*
|
||||
* @param boolean $humanReadeble Data to write to this File.
|
||||
* @return string|int filesize as int or as a human-readable string
|
||||
* @return integer size of the file in bytes, or false in case of an error
|
||||
* @access public
|
||||
*/
|
||||
function size() {
|
||||
|
|
Loading…
Reference in a new issue