Filesize checks for integrity checks
Posted
by atwellpub
on Stack Overflow
See other posts from Stack Overflow
or by atwellpub
Published on 2010-06-10T13:38:58Z
Indexed on
2010/06/10
13:42 UTC
Read the original article
Hit count: 169
php
Hey I'm wanting to have an integrity check on a software that will be distributed to many different types of servers. Can I use PHP's filesize() comparisons safely... for example will a filesize that is 745 on my server be 745 across all other servers?
© Stack Overflow or respective owner