About 913,000 results
Open links in new tab
  1. PHP explode () Function - W3Schools

    Definition and Usage The explode () function breaks a string into an array. Note: The "separator" parameter cannot be an empty string. Note: This function is binary-safe.

  2. PHP: explode - Manual

    Prior to PHP 8.0, implode () accepted its parameters in either order. explode () has never supported this: you must ensure that the separator argument comes before the string argument.

  3. pandas.DataFrame.explode — pandas 2.3.3 documentation

    Explode a DataFrame from list-like columns to long format. This routine will explode list-likes including lists, tuples, sets, Series, and np.ndarray. The result dtype of the subset rows will be object. Scalars …

  4. PHP explode(): Split a String by a Separator into an Array of Strings

    In this tutorial, you'll learn how to use the PHP explode () function to split a string by a separator into an array of strings.

  5. Explosion - Wikipedia

    Explosion of unserviceable ammunition and other military items The explosion of the Castle Nectar nuclear bomb. An explosion is a rapid expansion in volume of a given amount of matter associated …

  6. EXPLODE Definition & Meaning - Merriam-Webster

    The meaning of EXPLODE is to burst forth with sudden violence or noise from internal energy. How to use explode in a sentence. Did you know?

  7. EXPLODE | English meaning - Cambridge Dictionary

    EXPLODE definition: 1. to break up into pieces violently, or to cause something to do this: 2. to react suddenly with…. Learn more.

  8. EXPLODE Definition & Meaning | Dictionary.com

    Explode definition: to expand with force and noise because of rapid chemical change or decomposition, as gunpowder or nitroglycerine (implode ).. See examples of EXPLODE used in a sentence.

  9. EXPLODE - Definition & Translations | Collins English Dictionary

    Discover everything about the word "EXPLODE" in English: meanings, translations, synonyms, pronunciations, examples, and grammar insights - all in one comprehensive guide.

  10. Unpacking PHP's explode () Function: A Complete Guide - CloudDevs

    In this comprehensive guide, we’ve unpacked PHP’s explode () function, covering its syntax, usage, delimiters, limiting options, and real-world applications.