Implements an IniFileParser. The logic is coming from th Properties.php, but I don't know who's the author.
FIXME
author |
Mike Lohmann mike.lohmann@deck36.de |
---|---|
package |
phing.system.io |
inVal(string $val) : mixed
does things like convert "true" => true
string
Trimmed value.
mixed
The new property value (may be boolean, etc.)
parseFile(\PhingFile $file) : array