php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "long"

Are there alternative methods, besides wordwrap, to handle long words in PHP text formatting?

When formatting text in PHP, long words can cause display issues if they exceed the width of the container. One common solution is to use the wordwrap...

What are some potential performance issues with Long Polling in PHP?

One potential performance issue with Long Polling in PHP is that it can lead to high server load due to the long-lived connections. To mitigate this,...

How can you handle retrieving and displaying long strings using PDO in PHP?

When retrieving and displaying long strings using PDO in PHP, it's important to use the bindColumn method with the PDO::PARAM_LOB parameter to handle...

What are the potential performance issues with running long-lasting PHP scripts and how can they be mitigated?

Potential performance issues with running long-lasting PHP scripts include memory leaks, resource exhaustion, and decreased server responsiveness. To...

What are some best practices for handling long-running processes in PHP applications?

Long-running processes in PHP applications can cause performance issues and potentially time out. One best practice for handling long-running processe...

Showing 1 to 5 of 1353 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.