Legend of the Green Dragon

Substitute

Table of Contents

substitute()  : mixed
substituteArray()  : mixed

Methods

substitute()

public substitute(string|null $string[, array<string|int, mixed>|null $extraSearch = null ][, array<string|int, mixed>|null $extraReplace = null ]) : mixed
Parameters
$string : string|null
$extraSearch : array<string|int, mixed>|null = null
$extraReplace : array<string|int, mixed>|null = null
Return values
mixed

substituteArray()

public substituteArray(string|null $string[, array<string|int, mixed>|null $extraSearch = null ][, array<string|int, mixed>|null $extraReplace = null ]) : mixed
Parameters
$string : string|null
$extraSearch : array<string|int, mixed>|null = null
$extraReplace : array<string|int, mixed>|null = null
Return values
mixed

Search results