Documentation

TorowTocol
in package

Table of Contents

Methods

tocol()  : array<string|int, mixed>|string
Excel function TOCOL.
torow()  : array<string|int, mixed>|string
Excel function TOROW.

Methods

tocol()

Excel function TOCOL.

public static tocol(mixed $array[, mixed $ignore = 0 ][, mixed $byColumn = false ]) : array<string|int, mixed>|string
Parameters
$array : mixed
$ignore : mixed = 0
$byColumn : mixed = false
Return values
array<string|int, mixed>|string

torow()

Excel function TOROW.

public static torow(mixed $array[, mixed $ignore = 0 ][, mixed $byColumn = false ]) : array<string|int, mixed>|string
Parameters
$array : mixed
$ignore : mixed = 0
$byColumn : mixed = false
Return values
array<string|int, mixed>|string

        
On this page

Search results