Sorry, Rob, that function doesn't return anything..... ;-)

It's not meant to:

<?php

    // ...

    $str = '123';
    str_reverse_in_place($str);

    echo $str;
?>

--
Richard Heyes
Employ me (!):
http://www.phpguru.org/cv

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

Reply via email to