php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "wildcards"

What modifications can be made to the code to efficiently handle multiple topics in PHP MQTT subscriptions?

When handling multiple topics in PHP MQTT subscriptions, it is more efficient to use wildcards in the topic subscription to receive messages from mult...

How can PHP developers optimize their code to improve query performance when using the LIKE operator?

When using the LIKE operator in SQL queries, PHP developers can optimize their code by avoiding leading wildcards ('%') as it prevents the query optim...

How can the use of LIKE in SQL queries with PDO prepared statements be optimized to handle fuzzy searches for multiple results?

When using the LIKE operator in SQL queries with PDO prepared statements for fuzzy searches, it is important to optimize the query for performance. On...

What is the alternative method in PHP to search for files in a directory based on partial filenames?

When searching for files in a directory based on partial filenames in PHP, the `glob()` function can be used as an alternative method. This function a...

Are there any best practices for handling multiple topics in PHP MQTT subscriptions?

When handling multiple topics in PHP MQTT subscriptions, it is best practice to use wildcards such as "#" or "+" to subscribe to multiple topics at on...

Showing 46 to 50 of 93 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 18 19 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.