0) { //echo $line, "
"; $propertyPair = explode("=", $line); $propertyPair[0] = trim($propertyPair[0], " \"\'"); $propertyPair[1] = trim($propertyPair[1], " \"\'"); $properties[$propertyPair[0]] = $propertyPair[1]; $i++; } } } return $properties; } ?>