Concatenate
Table of Contents
| CONCATENATE() | CONCATENATE. | string |
|---|---|---|
| TEXTJOIN() | TEXTJOIN. | string |
| builtinREPT() | REPT. | string |
| convertBooleanValue() | mixed |
Methods
CONCATENATE()
CONCATENATE.
public
static CONCATENATE(
...$args :
mixed
)
: string
Parameters
- $args : mixed
Return values
stringTEXTJOIN()
TEXTJOIN.
public
static TEXTJOIN(
$delimiter :
mixed
, $ignoreEmpty :
mixed
, ...$args :
mixed
)
: string
Parameters
- $delimiter : mixed
- $ignoreEmpty : mixed
- $args : mixed
Return values
stringbuiltinREPT()
REPT.
public
static builtinREPT(
$stringValue :
mixed
, $repeatCount :
mixed
)
: string
Returns the result of builtin function round after validating args.
Parameters
- $stringValue : mixed
The value to repeat
- $repeatCount : mixed
The number of times the string value should be repeated
Return values
stringconvertBooleanValue()
private
static convertBooleanValue(
$value :
mixed
)
: mixed
Parameters
- $value : mixed