Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Push one or more elements onto the end of array
array_push(array &$arraymixed ...$values): int
        $collectionCount $this->count();



        foreach (
range(1min($count$collectionCount)) as $item) {

            
array_push($resultsarray_pop($this->items));

        }



        return new static(
$results);
        $collectionCount $this->count();



        foreach (
range(1min($count$collectionCount)) as $item) {

            
array_push($resultsarray_shift($this->items));

        }



        return new static(
$results);
    public function tag($value)

    {

        
array_push($this->tags$value);



        return 
$this;

    }
    public function tag($value)

    {

        
array_push($this->tags$value);



        return 
$this;

    }
    public function pipe($pipes)

    {

        
array_push($this->pipes, ...(is_array($pipes) ? $pipes func_get_args()));



        return 
$this;

    }
    protected function storeRawBlock($value)

    {

        return 
$this->getRawPlaceholder(

            
array_push($this->rawBlocks$value) - 1

        
);

    }
                foreach ($returnedMembers as $member) {

                    
$this->assertContains($member$members);

                    
array_push($result$member);

                }

            } while (
$iterator 0);
    public function log(...$values)

    {

        
array_push($this->values, ...$values);



        return 
$this;

    }