Properties.php implements a PHP5 class that is similar to the Java class java.util.Properties which is used to read and write configuration property files. It is particularly useful in environments in which more than one programming language is used. It provides methods for adding properties, changing property values, removing properties, saving and loading property definitions to and from strings, arrays, and file handles.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |