SyntaxFix
Write A Post
Hire A Developer
Questions
This is the most basic version I can think of:
public function implode_key($glue = "", $pieces = array()) { $keys = array_keys($pieces); return implode($glue, $keys); }