shgysk8zer0 / core_api

The foundation of Core. Only traits, interfaces, & abstracts
GNU General Public License v3.0
0 stars 1 forks source link

Added File reading and writing resources. Fixes #4 #7

Closed shgysk8zer0 closed 9 years ago

shgysk8zer0 commented 9 years ago

Abstract class, trait, & interface for reading and writing file.

Provides the following methods:

Abstract class, in addition, requires a final __destruct method in order to release its lock and close the file.