Documentation

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
string

TEXTJOIN()

TEXTJOIN.

public static TEXTJOIN( $delimiter : mixed , $ignoreEmpty : mixed , ...$args : mixed ) : string
Parameters
$delimiter : mixed
$ignoreEmpty : mixed
$args : mixed
Return values
string

builtinREPT()

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
string

convertBooleanValue()

private static convertBooleanValue( $value : mixed ) : mixed
Parameters
$value : mixed
Return values
mixed

Search results