php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "recursive patterns"

Are there any specific PHP books or online resources that focus on PHP5 and assume prior knowledge of OOP principles?

One recommended book for learning PHP5 with a focus on object-oriented programming principles is "PHP Objects, Patterns, and Practice" by Matt Zandstr...

How can PHP functions like stripslashes() and addslashes() impact the results of regular expressions?

PHP functions like stripslashes() and addslashes() can impact the results of regular expressions by altering the input data. stripslashes() removes ba...

What are some recommended resources for learning about object-oriented programming in PHP for beginners?

Learning object-oriented programming in PHP can be challenging for beginners. However, there are several resources available that can help simplify th...

What are the advantages and disadvantages of using functions like explode(), preg_replace, strpos with substr for extracting substrings in PHP?

When extracting substrings in PHP, functions like explode(), preg_replace, strpos with substr can be used. Advantages: 1. explode() is useful for sp...

What potential pitfalls should be considered when using JavaScript to check for repeated smileys in a shoutbox?

One potential pitfall when using JavaScript to check for repeated smileys in a shoutbox is that the code may not account for different variations of s...

Showing 3406 to 3410 of 3410 results

‹ 1 2 ... 673 674 675 676 677 678 679 680 681 682 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.