PHP Class AdminPageFramework_Utility_Array

Inheritance: extends AdminPageFramework_Utility_String
Mostrar archivo Open project: michaeluno/admin-page-framework

Public Methods

Method Description
getReadableArrayContents ( $sKey, $vValue, $sLabelCharLengths = 16, $iOffset )
getReadableArrayContentsHTML ( $sKey, $vValue )
getReadableListOfArray ( array $aArray )
getReadableListOfArrayAsHTML ( array $aArray )
getUnusedNumericIndex ( $aArray, $nIndex, $iOffset = 1 )
isAssociative ( array $aArray )
isFirstElement ( array $aArray, $sKey )
isLastElement ( array $aArray, $sKey )

Method Details

getReadableArrayContents() public static method

public static getReadableArrayContents ( $sKey, $vValue, $sLabelCharLengths = 16, $iOffset )

getReadableArrayContentsHTML() public static method

public static getReadableArrayContentsHTML ( $sKey, $vValue )

getReadableListOfArray() public static method

public static getReadableListOfArray ( array $aArray )
$aArray array

getReadableListOfArrayAsHTML() public static method

public static getReadableListOfArrayAsHTML ( array $aArray )
$aArray array

getUnusedNumericIndex() public static method

public static getUnusedNumericIndex ( $aArray, $nIndex, $iOffset = 1 )

isAssociative() public static method

public static isAssociative ( array $aArray )
$aArray array

isFirstElement() public static method

public static isFirstElement ( array $aArray, $sKey )
$aArray array

isLastElement() public static method

public static isLastElement ( array $aArray, $sKey )
$aArray array