map_integer ()

Maps each element in the CFArray object as an integer.

Access

public

Returns

Type

Description

array

The contents of the CFArray object mapped as integers.

Source

Method defined in utilities/array.class.php | Toggle source view (4 lines) | View on GitHub

public function map_integer()
{
    return array_map('intval', $this->getArrayCopy());
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback