Function __global->wordwrap

Definitions

sources_custom/phpstub.php

  • Wraps a string to a given number of characters using a string break character.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$string string required parameter N/A N/A Subject
$width integer 75 N/A N/A The word wrap position
$break string N/A N/A The string to put at wrap points
$cut boolean False N/A N/A Whether to cut up words

Return

  • Word-wrapped string
  • Type: string
  • Set: N/A
  • Range: N/A