Welcome Guest, Not a member yet? Register   Sign In
word_wrap() bug???
#1

[eluser]Cristian Gilè[/eluser]
I'm trying to use word_wrap() function but the text is not wrapped.
I've used the example in the CI guide:

Code:
$string = "Here is a simple string of text that will help us demonstrate this function.";

echo word_wrap($string, 25);

// Would produce:

Here is a simple string
of text that will help
us demonstrate this
function

Can you explain that ??
Is it a potential candidate bug ??


Messages In This Thread
word_wrap() bug??? - by El Forum - 05-02-2008, 06:06 AM
word_wrap() bug??? - by El Forum - 05-02-2008, 09:23 AM
word_wrap() bug??? - by El Forum - 05-29-2008, 10:24 PM
word_wrap() bug??? - by El Forum - 05-30-2008, 04:54 AM
word_wrap() bug??? - by El Forum - 06-02-2008, 10:53 PM
word_wrap() bug??? - by El Forum - 06-02-2008, 11:06 PM
word_wrap() bug??? - by El Forum - 06-03-2008, 12:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB