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:
renan.saddam 2008-11-03 18:20:57 +00:00
parent 0ec977a02b
commit 2d40c78c63

View file

@ -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() {