wordwrap

 string wordwrap ( string $str [, int $width = 75 [, string $break = "\n" [, bool $cut = false ]]] ) 

説明

Wraps a string to a given number of characters using a string break character.

戻り値

Returns the given string wrapped at the specified column.