1860. Class

1860.1. Zend\Stdlib\StringWrapper\Intl

1860.1.1. Methods

1860.1.1.1. getSupportedEncodings

getSupportedEncodings()

Get a list of supported character encodings

Return type:string[]

1860.1.1.2. __construct

__construct()

Constructor

1860.1.1.3. strlen

strlen()

Returns the length of the given string

Parameters:
  • string
  • string
Return type:

int|false

1860.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

1860.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

Project Versions

Table Of Contents

Previous topic

1859. Class

Next topic

1861. Class

This Page