php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "word parts"

How can multiple non-contiguous word parts be found in a PHP search?

When searching for multiple non-contiguous word parts in PHP, you can use regular expressions to match the individual word parts in any order within t...

What are some potential pitfalls when searching for word parts in PHP?

One potential pitfall when searching for word parts in PHP is not considering case sensitivity. If you are searching for a specific word part but the...

What are some best practices for searching multiple words and word parts in XML fields using PHP?

When searching multiple words and word parts in XML fields using PHP, it is best to use XPath queries to target specific elements or attributes that c...

What potential problem arises when trying to highlight a specific word like "xml" within a larger word like "simplexml" in PHP code?

When trying to highlight a specific word like "xml" within a larger word like "simplexml" in PHP code, the issue arises because using simple string ma...

What are some common PHP functions used to search for specific words or word parts within a string?

When searching for specific words or word parts within a string in PHP, common functions that can be used include strpos(), stripos(), strstr(), and s...

Showing 1 to 5 of 2967 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.