readProperties

This function reads in the contents of a file before passing it to the parseProperties() function for processing.

  1. string[string] readProperties(string path)
    string[string]
    readProperties
    (
    string path
    )
  2. string[string] readProperties(File* file)

Parameters

path
Type: string

A string containing the path and name of the file to be read.

Return Value

Type: string[string]

The associative array returned by parseProperties().

Meta