Php splits a string into an array using The explode () function.

Source: Internet
Author: User
Php uses The explode () function to split a string into an array, an explode array. Php uses The explode () function to split a string into an array. the example in this article describes how php splits a string into an array using The explode () function. We will share with you how to use the explode () function to split strings into arrays and use the explode array.

This example describes how php splits strings into arrays using The explode () function. Share it with you for your reference. The specific analysis is as follows:

Explode () function: splits a string into an array.

The sample code is as follows:

<? Php $ str = "Chaoyang district, Haidian district, Xicheng district, Dongcheng district, Fengtai district"; $ arr = explode (",", $ str); echo"
"; Print_r ($ arr);?>

The result is as follows:

Array ([0] => Chaoyang district [1] => Haidian District [2] => Xicheng district [3] => Dongcheng District [4] => Fengtai District)

Supplement:

Syntax: explode (parameter 1, parameter 2)
Parameter 1: What to split, as shown in the preceding example ",".
Parameter 2: string to be split.

I hope this article will help you with php programming.

The aggregate () function splits a string into an array. the example in this article describes how php splits a string into an array using The explode () function. Share it with you...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.