I have a system that will do a parser of web pages, during the process the parser should store some data about the page like: page type (dynamic, static), size (in bytes) this data about the page should be saved in an associative array ex: $meta_dados[tipo] = 'dinamica';
or in an object? will not be stored in any location this information having thus only use during the parser