MCPcopy Create free account
hub / github.com/WebReflection/JSONH / _getKeys

Method _getKeys

php5/JSONH.class.php:166–170  ·  view source on GitHub ↗

simple helper

($object)

Source from the content-addressed store, hash-verified

164
165 // simple helper
166 private static function _getKeys($object) {
167 $keys = array();
168 foreach ($object as $key => $value) $keys[] = $key;
169 return $keys;
170 }
171
172}
173

Callers 1

_pack_objectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected