
January 8th, 2013, 08:21 PM
|
|
Contributing User
|
|
Join Date: Oct 2012
Posts: 53
Time spent in forums: 10 h 3 m 27 sec
Reputation Power: 1
|
|
|
Can anyone tell me what this boolean is for?
Hi there.
I have this line on my php script:
$nameBroken = wordwrap($row['Name'], 50, "<br/>", true);
I just copied this from other script, and now am trying to understand what this "true" represents so that I can confidently use this wordwrap function on other work.
So can anyone please tell me what this boolean value of "true" represents??
|