Documentation

Stringable
in package

OO wrapper for HordeString for charset and locale safe string manipulation.

TODO: Change signatures, delegate calls to HordeString.

Copyright 2003-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
todo

Split up in Stringable_Multibyte for multibyte-safe methods and Stringable_Locale for locale-safe methods.

author

Ralf Lang ralf.lang@ralf-lang.de

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

$string  : string|Stringable
__construct()  : mixed
__toString()  : string

Properties

Methods

__construct()

public __construct(string|Stringable $string) : mixed
Parameters
$string : string|Stringable
Return values
mixed

__toString()

public __toString() : string
Return values
string

Search results