[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/ -> StringUtils.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 187 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  getRegisteredWrappers()
  registerWrapper()
  unregisterWrapper()
  resetRegisteredWrappers()
  getWrapper()
  getSingleByteEncodings()
  isSingleByteEncoding()
  isValidUtf8()
  hasPcreUnicodeSupport()

Functions
Functions that are not part of a class:

getRegisteredWrappers()   X-Ref
Get registered wrapper classes

return: string[]

registerWrapper($wrapper)   X-Ref
Register a string wrapper class

param: string $wrapper
return: void

unregisterWrapper($wrapper)   X-Ref
Unregister a string wrapper class

param: string $wrapper
return: void

resetRegisteredWrappers()   X-Ref
Reset all registered wrappers so the default wrappers will be used

return: void

getWrapper($encoding = 'UTF-8', $convertEncoding = null)   X-Ref
Get the first string wrapper supporting the given character encoding
and supports to convert into the given convert encoding.

param: string      $encoding        Character encoding to support
param: string|null $convertEncoding OPTIONAL character encoding to convert in
return: StringWrapperInterface

getSingleByteEncodings()   X-Ref
Get a list of all known single-byte character encodings

return: string[]

isSingleByteEncoding($encoding)   X-Ref
Check if a given encoding is a known single-byte character encoding

param: string $encoding
return: bool

isValidUtf8($str)   X-Ref
Check if a given string is valid UTF-8 encoded

param: string $str
return: bool

hasPcreUnicodeSupport()   X-Ref
Is PCRE compiled with Unicode support?

return: bool



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1