Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php29 $body_data = $_ENV['misc']->array2string($this->input('body_data'));
30 $title_data = $_ENV['misc']->array2string($this->input('title_data'));
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php45 $datanew[] = $_ENV['misc']->array2string($r);
H A Dmisc.php140 function array2string($arr) { function in miscmodel
/plugin/schedule/
H A DscheduleRoot.class.php169 function array2string ($array) { function in scheduleRoot
H A Dschedules.class.php508 $schedule->weekDays = scheduleRoot::array2string ($request ['weekDays']);