[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/console/Helper/ -> Helper.php (summary)

Helper is the base class for all helper classes.

Author: Fabien Potencier <fabien@symfony.com>
File Size: 138 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  setHelperSet()
  getHelperSet()
  strlen()
  substr()
  formatTime()
  formatMemory()
  strlenWithoutDecoration()
  removeDecoration()

Functions
Functions that are not part of a class:

setHelperSet(HelperSet $helperSet = null)   X-Ref
{@inheritdoc}


getHelperSet()   X-Ref
{@inheritdoc}


strlen($string)   X-Ref
Returns the length of a string, using mb_strwidth if it is available.

param: string $string The string to check its length
return: int The length of the string

substr($string, $from, $length = null)   X-Ref
Returns the subset of a string, using mb_substr if it is available.

param: string   $string String to subset
param: int      $from   Start offset
param: int|null $length Length to read
return: string The string subset

formatTime($secs)   X-Ref
No description

formatMemory($memory)   X-Ref
No description

strlenWithoutDecoration(OutputFormatterInterface $formatter, $string)   X-Ref
No description

removeDecoration(OutputFormatterInterface $formatter, $string)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1