Home
last modified time | relevance | path

Searched refs:incoming_data (Results 1 – 1 of 1) sorted by relevance

/plugin/sketchcanvas/phplib/
H A Dspyc.php749 private function addArray ($incoming_data, $incoming_indent) { argument
751 // print_r ($incoming_data);
753 if (count ($incoming_data) > 1)
754 return $this->addArrayInline ($incoming_data, $incoming_indent);
756 $key = key ($incoming_data);
757 $value = isset($incoming_data[$key]) ? $incoming_data[$key] : null;