wordwrap

Definition

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

Description

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

[More at php.net]

Parameters





loading


Share/bookmark - wordwrap


Global comments