<?php
// Example 1
$pizza = "piece1 piece2 piece3 piece4 piece5 piece6";
$pieces = explode(" ", $pizza);
echo $pieces[0]; // piece1
echo $pieces[1]; // piece2
// Example 2
$data = "foo:*:1023:1000::/home/foo:/bin/sh";
list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data);
echo $user; // foo
echo $pass; // *
?>
Description
array explode ( string $delimiter , string $string [, int $limit ] )
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string delimiter .
Webocreation
- The Ultimate Marketing Calendar for E-Commerce Stores (June 2025 Edition) - 5/8/2025 - Rupak Nepali
- E-Commerce Holiday Calendar for May: Sales & Marketing Ideas to Boost Revenue - 5/7/2025 - Rupak Nepali
- May the Sales Be With You: Star Wars-Themed E-commerce Campaign Ideas - 5/4/2025 - Rupak Nepali
- PayPal Leads the Agentic Commerce Revolution with Model Context Protocol (MCP) - 5/4/2025 - Rupak Nepali
- Visa Intelligent Commerce: Find and Buy with AI agents - 5/1/2025 - Rupak Nepali
Subscribe to:
Post Comments (Atom)
want to see best hot pictures of celebreties the n click the link http://clickhotpictures.blogspot.com
ReplyDelete