php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "function manipulation"

Are there any potential pitfalls when using the substr function in PHP for string manipulation?

One potential pitfall when using the substr function in PHP for string manipulation is not accounting for negative values in the second argument, whic...

What are some potential pitfalls of using the split() function in PHP for string manipulation?

One potential pitfall of using the split() function in PHP for string manipulation is that it has been deprecated as of PHP 7.0. Instead, you should u...

What are the potential risks of using the TRIM function in PHP for database manipulation?

Using the TRIM function in PHP for database manipulation can potentially lead to SQL injection attacks if user input is not properly sanitized. To pre...

How can the PHP substr function be used effectively in string manipulation tasks?

The PHP substr function can be used effectively in string manipulation tasks by allowing you to extract a portion of a string based on a specified sta...

What potential pitfalls can arise when using mktime() function in PHP for timestamp manipulation?

One potential pitfall when using the mktime() function in PHP for timestamp manipulation is that it may not account for daylight saving time changes,...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.