<?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
- Internship Report at a Leading Bank: Insights, Learning, and Key Takeaways - 9/29/2024 - Rupak Nepali
- 6 Core AI/ML Development Services Challenges and Their Solutions - 9/26/2024 - Rupak Nepali
- Boost Your Institution’s Communication through the GirikSMS App - 9/23/2024 - Rupak Nepali
- Opencart 4 Server Setup, SSL, FTP, Email, Database connection - 9/6/2024 - Rupak Nepali
- Domain Registration for eCommerce website - 9/5/2024 - 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