php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "explode"

What is the difference between the spliti and explode functions in PHP and when should each be used?

The main difference between the split() and explode() functions in PHP is that split() is deprecated as of PHP 5.3.0 and should not be used in new cod...

What are the key differences between using split() and explode() functions in PHP for string manipulation?

The key difference between using split() and explode() functions in PHP for string manipulation is that split() is deprecated as of PHP 5.3.0 and remo...

How can PHP's explode function be used to separate data elements in a string?

To separate data elements in a string using PHP's explode function, you need to specify the delimiter that separates the elements. The explode functio...

What are the differences between the PHP functions split and explode, and when should each be used?

The main difference between the PHP functions split and explode is that split is deprecated as of PHP 7.0 and should not be used in new code. Instead,...

How can PHP's explode function be used effectively in splitting text data?

When dealing with text data that needs to be split into separate parts, PHP's explode function can be very helpful. This function allows you to split...

Showing 46 to 50 of 1331 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 266 267 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.