php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date strings"

How can the sprintf function in PHP be used to improve the readability and performance of SQL queries?

The sprintf function in PHP can be used to improve the readability and performance of SQL queries by allowing for easier formatting and substitution o...

What are the best practices for handling special characters and hexadecimal values in PHP string manipulation?

Special characters and hexadecimal values in PHP strings can sometimes cause issues with string manipulation functions. To handle special characters a...

How can arrays be effectively used in conjunction with str_replace() in PHP for multiple string replacements?

When using str_replace() in PHP for multiple string replacements, arrays can be effectively used to specify multiple search and replace values. By pas...

How can beginners improve their understanding of string manipulation functions in PHP?

Beginners can improve their understanding of string manipulation functions in PHP by practicing with basic string functions such as strlen(), substr()...

Are there any best practices for handling string comparisons in PHP to mimic SQL LIKE functionality?

When trying to mimic SQL LIKE functionality in PHP for string comparisons, one common approach is to use regular expressions. Regular expressions prov...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.