$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 #554
    In the 554th issue of ProcessWire Weekly we'll check out the latest core updates, introduce a couple of new third party modules, and more. Read on!
    Weekly.pw / 21 December 2024
  • Custom Fields Module
    This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.
    Blog / 30 August 2024
  • Subscribe to weekly ProcessWire news

“I am currently managing a ProcessWire site with 2 million+ pages. It’s admirably fast, and much, much faster than any other CMS we tested.” —Nickie, Web developer