“convertir un tableau en chaîne php” Réponses codées

tableau à chaîne php

<?php

$array = array('lastname', 'email', 'phone');
$comma_separated = implode(",", $array);

echo $comma_separated; 

// lastname,email,phone


?>
Abs zarzis

Tableau à la conversion de chaîne PHP

echo json_encode($person);
Poor Panda

convertir un tableau en chaîne php

  <?php
         $lista=array(array("1","L","V","L","R","L"),array("2","V","R","V","V","L"),
      array("3","V","R","R","L","L"), array("4","R","L","L","V","R"),array("5","V","V","R","R","L"));
       ?> 
NICOLAS MARTINEZ BENAVIDES

Réponses similaires à “convertir un tableau en chaîne php”

Questions similaires à “convertir un tableau en chaîne php”

Plus de réponses similaires à “convertir un tableau en chaîne php” dans PHP

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code