FileSize function, find out how to resolve

Source: Internet
Author: User
FileSize functions, parsing,
Warning:filesize () [Function.filesize]: Stat failed for Backup 1 of Wampmanager.ini.install in D:\wamp\www\dir\dir2.php o N Line 10
Backup 1 of Wampmanager.ini.install is a file with a size of

Warning:filesize () [Function.filesize]: Stat failed for Backup 1 of Wampmanager.tpl.install in D:\wamp\www\dir\dir2.php o N Line 10
Backup 1 of Wampmanager.tpl.install is a file with a size of

Warning:filesize () [Function.filesize]: Stat failed for Backup 2 of Wampmanager.ini.install in D:\wamp\www\dir\dir2.php o N Line 10
Backup 2 of Wampmanager.ini.install is a file with a size of

Warning:filesize () [Function.filesize]: Stat failed for Backup 2 of Wampmanager.tpl.install in D:\wamp\www\dir\dir2.php o N Line 10
Backup 2 of Wampmanager.tpl.install is a file with a size of

Warning:filesize () [Function.filesize]: Stat failed for barimage.bmp in D:\wamp\www\dir\dir2.php on line 10
Barimage.bmp is a file with a size of


-----------------------------------------

With FileSize ($file), the output is these, why AH? Backup 1 of Wampmanager.ini.install,...,barimage.bmp are these files not statistically sized?

------Solution--------------------
Write the path to the folder as well.
------Solution--------------------
You need an absolute path.
I just tested it, and I can get his number of bytes.
If the file does not exist, it will return null.

$file _s = filesize (' absolute path to your files ');
if (! $file _s)
$file _s = 0;
echo "
\ nthe file size is = $file _s "." Bytes
\ n ";
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.