From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Mon, 7 Jul 2014 15:34:40 +0200 Subject: Remove unintentionally added f3 docs --- management-interface/lib/api/classMatrix.html | 259 -------------------------- 1 file changed, 259 deletions(-) delete mode 100644 management-interface/lib/api/classMatrix.html (limited to 'management-interface/lib/api/classMatrix.html') diff --git a/management-interface/lib/api/classMatrix.html b/management-interface/lib/api/classMatrix.html deleted file mode 100644 index 9959d17..0000000 --- a/management-interface/lib/api/classMatrix.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - - -Fat-Free Framework: Matrix Class Reference - - - - - - -
-
- - - - - - -
-
Fat-Free Framework -  3.2.2 -  Overview Class List Hierarchy -
-
-
- - -
-
-
-Public Member Functions | -List of all members
-
-
Matrix Class Reference
-
-
- -

Generic array utilities. - More...

-
- + Inheritance diagram for Matrix:
-
-
- - - - - - - - - - - - - -

-Public Member Functions

 pick (array $var, $col)
 
 transpose (array &$var)
 
 sort (array &$var, $col, $order=SORT_ASC)
 
 changekey (array &$var, $old, $new)
 
 calendar ($date='now', $first=0)
 
- - - - -

-Additional Inherited Members

- Static Public Member Functions inherited from Prefab
static instance ()
 
-

Detailed Description

-

Generic array utilities.

-

Member Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
Matrix::calendar ( $date = 'now',
 $first = 0 
)
-
-

Return month calendar of specified date, with optional setting for first day of week (0 for Sunday)

-
Returns
array
-
Parameters
- - - -
$datestring
$firstint
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Matrix::changekey (array & $var,
 $old,
 $new 
)
-
-

Change the key of a two-dimensional array element

-
Returns
NULL
-
Parameters
- - - - -
$vararray
$oldstring
$newstring
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
Matrix::pick (array $var,
 $col 
)
-
-

Retrieve values from a specified column of a multi-dimensional array variable

-
Returns
array
-
Parameters
- - - -
$vararray
$colmixed
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
Matrix::sort (array & $var,
 $col,
 $order = SORT_ASC 
)
-
-

Sort a multi-dimensional array variable on a specified column

-
Returns
bool
-
Parameters
- - - - -
$vararray
$colmixed
$orderint
-
-
- -
-
- -
-
- - - - - - - - -
Matrix::transpose (array & $var)
-
-

Rotate a two-dimensional array variable

-
Returns
NULL
-
Parameters
- - -
$vararray
-
-
- -
-
-
The documentation for this class was generated from the following file: -
-- cgit v1.2.3-55-g7522