PHP Manual

PHP function wordwrap()

11. 09. 2019

Obsah článku

Availability in versions: `PHP 4.0.2`

Wraps a string to the specified number of characters

Parameters

Parameter Data type Default value Note
$str string not String being processed.
$width int 75, column width.
$break string "\n", The string is broken using the optional break parameter.
$cut bool false If the cut parameter is set to true, the string will always wrap at or before the specified width. Thus, if the word is larger than the specified width, it is split. (See the second example).

Return values

string

The given string wrapped in the specified column.

Other resources

Official wordwrap documentation

Jan Barášek   Více o autorovi

Autor článku pracuje jako seniorní vývojář a software architekt v Praze. Navrhuje a spravuje velké webové aplikace, které znáte a používáte. Od roku 2009 nabral bohaté zkušenosti, které tímto webem předává dál.

Rád vám pomůžu:

Související články

1.

V jiných jazycích

2.
Status:
All systems normal.
2024