search
HomeBackend DevelopmentPHP ProblemHow to convert array to string in php

How to convert array to string in php

Aug 22, 2020 am 09:40 AM
php array

php method to convert an array to a string: first create a PHP sample file; then convert the one-dimensional array [arr1] through the [$c=implode(“##”,$arr1);] method into a string.

How to convert array to string in php

Recommended: "PHP Video Tutorial"

Convert php array into string, php implode()

Example code

Convert one-dimensional array into string code!

<?php
$arr1=array(“shu”,”zhu”,”1″);
$c=implode(“##”,$arr1);
echo $c;  //shu##zhu##1 
?>

Convert two-dimensional array to string code

<?php
$arr=array(array(“hu”,”peng”,”123456“));
$b=implode(“##”,$arr[0]);
echo $b; //hu##peng##123456?>

The above is the detailed content of How to convert array to string in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function