php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "filesize"

What are the limitations of using functions like filesize() with remote files in PHP?

When using functions like `filesize()` with remote files in PHP, the function may not work as expected because it requires the file to be accessible l...

How can the issue of PHP searching in the wrong directory be resolved when using file functions like filesize()?

Issue: When using file functions like filesize() in PHP, the issue of searching in the wrong directory can be resolved by providing the full path to t...

What are the potential drawbacks of using file_exist() and filesize() functions over HTTP in PHP?

When using file_exist() and filesize() functions over HTTP in PHP, potential drawbacks include slower performance due to network latency and security...

What best practices should be followed when using the filesize() function in PHP?

When using the `filesize()` function in PHP to get the size of a file, it is important to check if the file exists before calling the function to avoi...

What are the limitations of using the filesize() function over HTTP in PHP?

The filesize() function in PHP cannot be used directly with files over HTTP because it requires a local file path to determine the size of the file. T...

Showing 31 to 35 of 165 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.