FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » implode() order?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: implode() order? [message #176298 is a reply to message #176296] Mon, 19 December 2011 20:36 Go to previous messageGo to previous message
Mike is currently offline  Mike
Messages: 18
Registered: December 2010
Karma:
Junior Member
Thanks... suppose the keys are not in a sortable order, like this:

$toImplode = Array(
"second" = "Second",
"fourth" = "Fourth",
"third" = "Third",
"first" = "First"
);

Or would I need to simply:

echo $toImplode["first"] . $toImplode["second"]; // etc.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: implode() order?
Next Topic: FastCGI + ignore_user_abort
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 17:43:32 GMT 2024

Total time taken to generate the page: 0.08219 seconds