count(); if ( $count === 0 ) return false; $variable->rewind(); while ( $variable->valid() ) { $current = $variable->current(); $this->value[] = kintParser::factory( $current ); $variable->next(); } $this->type = 'Storage contents'; $this->size = $count; } }