Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Five Ways to Reverse a String of Words (..., Oz)

by Anonymous Monk
on Mar 23, 2007 at 10:16 UTC ( [id://606197]=note: print w/replies, xml ) Need Help??


in reply to Re: Five Ways to Reverse a String of Words (..., Oz)
in thread Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)

no php yet? no respect! ;)

<?php
$reversed = implode(' ', array_reverse(explode(' ', $str)));
?>

kept it on one line so the perl guys can understand it :)
  • Comment on Re^2: Five Ways to Reverse a String of Words (..., Oz)

Replies are listed 'Best First'.
Re^3: Five Ways to Reverse a String of Words (..., Oz)
by Anonymous Monk on Feb 22, 2008 at 09:12 UTC
    php is the bomb

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://606197]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-16 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found