Overview

Namespaces

  • Deimos
    • Helper
      • Exceptions
      • Helpers
        • Arr
        • Str
      • Traits
  • PHP

Classes

  • Str

Traits

  • DefaultTrait
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Trait DefaultTrait

Direct Known Users

Deimos\Helper\Helpers\Str\Str
Namespace: Deimos\Helper\Helpers\Str
Located at Helper/Helpers/Str/DefaultTrait.php
Methods summary
public string
# sub( string $string, integer $start, integer $length = null )

Parameters

$string
$start
$length

Returns

string
public string
# upp( string $string )

Parameters

$string

Returns

string
public string
# low( string $string )

Parameters

$string

Returns

string
public string
# capitalize( string $string )

Parameters

$string

Returns

string
public string
# toNumber( string $string )

Parameters

$string

Returns

string
mixed
public integer
# len( $string )

Parameters

$string

Returns

integer
public integer
# pos( string $string, string $needle, integer $offset = null )

Parameters

$string
$needle
$offset

Returns

integer
public string
# repeat( string $string, integer $multiplier )

Parameters

$string
$multiplier

Returns

string
public string
# shuffle( string $string )

Parameters

$string

Returns

string
API documentation generated by ApiGen