query('SELECT * from fs_asistenciaprofesor_horario(:id, :hor)', [':id' => $id, ':hor' => $hor]); $asistArr = array(); foreach($rs as $row){ $asistArr[] = $row["registro_fecha_ideal"]; } $return["asistenciaArr"] = $asistArr; } echo json_encode($return); ?>