php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "checksum"

How can FTP server configurations be optimized to ensure file integrity during uploads?

To ensure file integrity during uploads on an FTP server, you can optimize the server configurations by enabling passive mode, increasing the timeout...

Are there better alternatives to MD5 checksum for indexing and searching files in a database?

MD5 checksums are not the best option for indexing and searching files in a database due to their susceptibility to collisions and security vulnerabil...

Are there any specific PHP functions or methods that can be used to break down an EAN128 code?

To break down an EAN128 code, you can use the PHP function `barcode_decode` from the `php-barcode` library. This function takes the EAN128 code as inp...

Are there specific PHP functions or methods that can be used to check file integrity during the upload process?

To check file integrity during the upload process in PHP, you can use functions like `md5_file()` or `sha1_file()` to generate checksums of the upload...

What are some best practices for handling file downloads in PHP to ensure file integrity?

When downloading files in PHP, it is important to ensure the integrity of the file being downloaded to prevent any corruption or tampering. One way to...

Showing 26 to 30 of 47 results

‹ 1 2 3 4 5 6 7 8 9 10 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.