php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "execution times"

Are there any best practices for handling socket connections in PHP to avoid long execution times?

When handling socket connections in PHP, it's important to set appropriate timeouts to avoid long execution times. This can prevent the script from ha...

How can PHP settings, such as memory limits and execution times, affect the successful import of large SQL files?

PHP settings such as memory limits and execution times can affect the successful import of large SQL files by potentially causing the script to run ou...

How can one measure and identify the specific factors contributing to longer execution times in PHP scripts?

To measure and identify the specific factors contributing to longer execution times in PHP scripts, you can use profiling tools like Xdebug or Blackfi...

What are potential solutions for handling long loop execution times when parsing HTML in PHP?

When parsing HTML in PHP, long loop execution times can be handled by implementing a timeout mechanism using the `set_time_limit()` function. This fun...

What are the potential limitations of using microtime(true) for measuring script execution times in PHP?

Using microtime(true) for measuring script execution times in PHP can be inaccurate due to factors such as system clock changes or other processes aff...

Showing 6 to 10 of 10000 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.