$sanitizer->minArray() method

Minimize an array to remove empty values

Usage

// basic usage
$array = $sanitizer->minArray(array $data);

// usage with all arguments
$array = $sanitizer->minArray(array $data, $allowEmpty = false, bool $convert = false);

Arguments

NameType(s)Description
dataarray

Array to reduce

allowEmpty (optional)bool, array

Should empty values be allowed in the encoded data? Specify any of the following:

  • false (bool): to exclude all empty values (this is the default if not specified).
  • true (bool): to allow all empty values to be retained (thus no point in calling this function).
  • Specify array of keys (from data) that should be retained if you want some retained and not others.
  • Specify array of literal empty value types to retain, i.e. [ 0, '0', array(), false, null ]
  • Specify the digit 0 to retain values that are 0, but not other types of empty values.
convert (optional)bool

Perform type conversions where appropriate? i.e. convert digit-only string to integer (default=false).

Return value

array


$sanitizer methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #522
    In the 522nd issue of ProcessWire Weekly we'll check out the latest core updates, introduce a new module called File Mover, and more. Read on!
    Weekly.pw / 11 May 2024
  • ProFields Table Field with Actions support
    This week we have some updates for the ProFields table field (FieldtypeTable). These updates are primarily focused on adding new tools for the editor to facilitate input and management of content in a table field.
    Blog / 12 April 2024
  • Subscribe to weekly ProcessWire news

“…building with ProcessWire was a breeze, I really love all the flexibility the system provides. I can’t imagine using any other CMS in the future.” —Thomas Aull