Documentation

Substr
in package
implements iTransformation

Returns value's substring

Tags
author

zozlak

Table of Contents

Interfaces

iTransformation
An interface for dissemination services parameters transformation

Methods

getName()  : string
Returns transformation name
transform()  : string
Returns substring of a given value by simply calling substr().

Methods

getName()

Returns transformation name

public getName() : string
Return values
string

transform()

Returns substring of a given value by simply calling substr().

public transform(string $value[, int $start = 0 ][, int $length = null ]) : string
Parameters
$value : string

value to be transformed

$start : int = 0

index of the first character to be returned

$length : int = null

returned value length

Return values
string

        
On this page

Search results