BAOBAB
co_place.class.php File Reference

Go to the source code of this file.

Classes

class  CO_Place
 

Functions

 test_is_assoc (array $arr)
 

Variables

if(!defined('LGV_CHAMELEON_UTILS_CATCHER')) $utils_file = CO_Config::chameleon_main_class_dir().'/co_chameleon_utils.class.php'
 

Function Documentation

◆ test_is_assoc()

test_is_assoc ( array  $arr)

Definition at line 37 of file co_place.class.php.

37  {
38  if (array() === $arr) return false;
39  return array_keys($arr) !== range(0, count($arr) - 1);
40 }

Referenced by CO_Place\set_address_elements().

Here is the caller graph for this function:

Variable Documentation

◆ $utils_file

if (!defined( 'LGV_CHAMELEON_UTILS_CATCHER')) $utils_file = CO_Config::chameleon_main_class_dir().'/co_chameleon_utils.class.php'

Definition at line 34 of file co_place.class.php.