Overview

Namespaces

  • api
  • config
  • database
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware
  • utiliy

Classes

  • ArrayManager
  • StringManager
  • XmlManager
  • Overview
  • Namespace
  • Class
  • Tree

Class ArrayManager

The ArrayManager provides some array-methods

Namespace: utiliy
Author: stubbfel
Since: 26.06.2013
Located at utility/ArrayManager.php
Methods summary
public static array
# removeEmptyItmes( array $array )

Method remove all empty itmes of an array

Method remove all empty itmes of an array

Parameters

$array
array
$queryArgs

Returns

array
public static string
# toSqlWhereString( array $array, mixed $operator = "", mixed $fieldname = "" )

Method convert an array to a where-string like $fieldname = $array[i] $operator

Method convert an array to a where-string like $fieldname = $array[i] $operator

Parameters

$array
array
$pidList
$operator
$fieldname

Returns

string
public static boolean
# validIntList( array $list )

Method check if all items of the array are only digits and < PHP_INT_MAX

Method check if all items of the array are only digits and < PHP_INT_MAX

Parameters

$list
array
$poly

Returns

boolean
GeoApi API documentation generated by ApiGen 2.8.0