Free Web Hosting PHP/mySQL
GlobalWeb.com.ru Forum Index GlobalWeb.com.ru
Free Web Hosting :: Commercial Web Hosting :: PHP/mySQL :: CGI/Perl
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

function: explode() / implode()

 
Post new topic   Reply to topic    GlobalWeb.com.ru Forum Index -> PHP
Author Message
popinho



Joined: 12 Mar 2004
Posts: 51
Location: Austria

PostPosted: Thu Apr 01, 2004 7:56 am    Post subject: function: explode() / implode() Reply with quote

Function: explode()

Syntax:
Code:

<?PHP
explode(separator, string [, limit])
?>



Description:
With explode() you divide a string on a pre-defined seperator. The last parameter is optional and only limits the maximum of the result-array. All elemnts of the string will be saved in an array.


Example:
Code:

<?PHP
$string = "¾ apples, bananas²";
echo $string;
echo "<br>";
$array = explode(" ",$string);
for($x=0;$x<count($array);$x++){ 
echo $array[$x];
}
?>



Output:

Code:

¾ apples, bananas²
3/4apples,bananas2


Also see:
Back to top
View user's profile Send private message MSN Messenger
popinho



Joined: 12 Mar 2004
Posts: 51
Location: Austria

PostPosted: Thu Apr 01, 2004 8:05 am    Post subject: Reply with quote

Function: implode()

Syntax:
Code:

<?PHP
implode(glue, pieces)
?>



Description:
With implode() you add an array (pieces) with a seperator (glue) to a string together.


Example:
Code:

<?PHP
$array = array("3/4","apples,","bananas²");
echo implode(" ",$array);
echo "<br>";
echo implode("",$array);
echo "<br>";
echo implode("#",$array);
?>



Output:

Code:

¾ apples, bananas²
3/4apples,bananas²
3/4#apples,#bananas²

Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    GlobalWeb.com.ru Forum Index -> PHP All times are GMT
Page 1 of 1

 


Free Web Hosting, Commercial Web Hosting, PHP/mySQL Copyright © 2009
Free Scripts Directory | Free Software Downloads | Newsgroups Directory | Optel.net | Mirroraty | Cruised.net | Hardware Keylogger