1861. Class

1861.1. Zend\Stdlib\StringWrapper\MbString

1861.1.1. Methods

1861.1.1.1. getSupportedEncodings

getSupportedEncodings()

Get a list of supported character encodings

Return type:string[]

1861.1.1.2. __construct

__construct()

Constructor

1861.1.1.3. strlen

strlen()

Returns the length of the given string

Parameters:
  • string
  • string
Return type:

int|false

1861.1.1.4. substr

substr()

Returns the portion of string specified by the start and length parameters

Parameters:
  • string
  • int
  • int|null
  • string
Return type:

string|false

1861.1.1.5. strpos

strpos()

Find the position of the first occurrence of a substring in a string

Parameters:
  • string
  • string
  • int
  • string
Return type:

int|false

1861.1.1.6. convert

convert()

Convert a string from defined encoding to the defined convert encoding

Parameters:
  • string
  • boolean
Return type:

string|false

Project Versions

Table Of Contents

Previous topic

1860. Class

Next topic

1862. Class

This Page