Complex types such as arrays and objects require
    different treatment. Zend features a single API for these types - they're
    stored using hash tables.
   
注: 
     To reduce complexity in the following source examples, we're only
     working with simple types such as integers at first. A discussion about
     creating more advanced types follows later in this chapter.