php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "substring searches"

What are the performance differences between using substr() and str_replace() in PHP for text manipulation tasks?

When it comes to text manipulation tasks in PHP, substr() and str_replace() are two commonly used functions. substr() is used to extract a portion of...

What are the advantages and disadvantages of using substr() versus explode() in PHP to extract values from URLs?

When extracting values from URLs in PHP, substr() can be used to extract a portion of a string based on character positions, while explode() can be us...

Showing 1156 to 1157 of 1157 results

‹ 1 2 ... 223 224 225 226 227 228 229 230 231 232 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.