Auth0-PHP

StringFilter
in package

Read onlyYes
FinalYes

Table of Contents

Properties

$subjects  : array<string|int, mixed>

Methods

__construct()  : mixed
StringFilter constructor.
trim()  : array<string|int, null|string>
Nullsafe trim. Trims the array of string values, or sets their value when invalid or empty.

Properties

Methods

__construct()

StringFilter constructor.

public __construct(array<string|int, null|string> $subjects) : mixed
Parameters
$subjects : array<string|int, null|string>

an array of string or null values

trim()

Nullsafe trim. Trims the array of string values, or sets their value when invalid or empty.

public trim() : array<string|int, null|string>
Return values
array<string|int, null|string>
On this page

Search results