0){ $FetchFile[0]["power"]=$row["power"]; $FetchFile[0]["power_status"]=$row["status"]; $FetchFile[0]["power_create_time"]=$row["create_time"]; $FetchFile[0]["power_modify_time"]=$row["modify_time"]; $FetchFile[0]["user_name"]=ucenter_get($FetchFile[0]["user_id"],""); $query = "select id from fileindex where parent_id='{$row['doc_id']}' and user_id='{$uid}'"; $FetchFile[0]["my_doc_id"] = PDO_FetchOne($query); $FetchFile[0]["path"] = _get_para_path($FetchFile[0]["book"],$FetchFile[0]["paragraph"]); $result[] = $FetchFile[0]; } } echo json_encode($result, JSON_UNESCAPED_UNICODE); ?>