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

XAXINO V3.0 - Software Casino Platform (Nulled)

XAXINO V3.0 – Software Casino Platform (Nulled)

XAXINO V3.0 – Software Casino Platform (Nulled) Highlighted Features 20+ payment gateways and 250+ currency …

Leave a Reply

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