Restructure it then:
<?php
$textbook = array(
'cantonese' => array(
'class1' => array(
1 => array('One - Two', 'Chapter 1 to Chapter 2', 'text'),
3 => array('Three - Five', 'Chapter 3 to Chapter 5', 'text'),
6 => array('Six - Eight', 'Chapter 6 to Chapter 8', 'text'),
)...