21.07.2013, 04:37
I've written a not released yet include to handle with enums, also there is a not yet released plugin made by me, which is faster with reading and writing arrays than fblockread() and fblockwrite(). Also I wrote a working account system using binary type of files.
Ini systems usually have to search, read, and format to store the value. You can loose accurate data, if you store floating values as text. As binary you can store and get a real copy of a floating value.
Ini systems usually have to search, read, and format to store the value. You can loose accurate data, if you store floating values as text. As binary you can store and get a real copy of a floating value.