explode functions

explode — Splits a string using a separator

  •  
<?php
// Пример 1
$str = 'one|two|three|four';

$pieces = explode("|", $str);
echo $pieces[0]; // piece 1
echo $pieces[1]; // piece 2
echo $pieces[2]; //piece 2


?>

Check Also

Online Gaming Platform by Swissbet - Download

Online Gaming Platform by Swissbet – Download

Swissbit online Gaming platform The Swissbit gaming platform is specially designed to combine various gaming …

Leave a Reply

Your email address will not be published. Required fields are marked *