PHP explode() Function with example

code :- 

<?php
$str = "Hello world. It's a beautiful day.";
print_r (explode(" ",$str));
?>

The explode() function breaks a string into an array.
Note: The "separator" parameter cannot be an empty string.
Note: This function is binary-safe.

Only Tags :- 
#php #java #html #css #python #programming #coding #javascript #programmer #developer #software #webdeveloper #code #technology #linux #computerscience #hacker #softwaredeveloper #js #tech #webdev #android #webdevelopment #jquery #hacking #computer #coder #webdesign #rubyonrails #raviyatechnical

1 comment:

Note: only a member of this blog may post a comment.