19        foreach ($aArgs as $arg) {
 
   40        foreach ($aArgs as 
$key => &$arg) {
 
   41            if ($ignoreEmpty === 
true && is_string($arg) && trim($arg) === 
'') {
 
   43            } elseif (is_bool($arg)) {
 
   59    public static function builtinREPT($stringValue, $repeatCount): string
 
   63        if (!is_numeric($repeatCount) || $repeatCount < 0) {
 
   67        if (is_bool($stringValue)) {
 
   71        return str_repeat($stringValue, (
int) $repeatCount);
 
An exception for terminatinating execution or to throw for unit testing.
static getTRUE()
Return the locale-specific translation of TRUE.
static getFALSE()
Return the locale-specific translation of FALSE.
static flattenArray($array)
Convert a multi-dimensional array to a simple 1-dimensional array.
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.
const COMPATIBILITY_OPENOFFICE
static getCompatibilityMode()
Return the current Compatibility Mode.
static convertBooleanValue($value)
static CONCATENATE(... $args)
CONCATENATE.
static builtinREPT($stringValue, $repeatCount)
REPT.
static TEXTJOIN($delimiter, $ignoreEmpty,... $args)
TEXTJOIN.