Ver original$array = file('file.properties');$properties = array();foreach ($array as $index => $value) $properties[$index] = $value; var_dump($properties);