Re: [PHP] String scrambling

2009-09-11 Thread Tom Chubb
!niBgo


/*
$str = Bingo!;
str_shuffle($str);
*/



:)


Re: [PHP] String scrambling

2009-09-11 Thread Ashley Sheridan
On Fri, 2009-09-11 at 11:03 +0100, Tom Chubb wrote:
 !niBgo
 
 
 /*
 $str = Bingo!;
 str_shuffle($str);
 */
 
 
 
 :)

No, that won't work at all, it's in comments ;)

Thanks,
Ash
http://www.ashleysheridan.co.uk




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] String scrambling

2009-09-10 Thread Eddie Drapkin
On Thu, Sep 10, 2009 at 8:57 PM, Ron Piggott ron@actsministries.org wrote:
 Is there a function in PHP which scrambles strings?

 Example:

 $string = Hello;

 Output might be: ehlol

 Ron

http://www.php.net/manual/en/function.str-shuffle.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php