PHP Classes

Packages of Ninsuo

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Ninsuo (2)  >  Mission progress status  >  Reputation  
Picture of Ninsuo
Name: Ninsuo <contact>
Classes: 2
Country: France France
Age: 41
All time rank: 326386 in France France
Week rank: 195 Up10 in France France Up
All time users: 501
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Public Wrap  
Access an object private variables and functions
This class can access an object private attributes and methods.

It takes a given object and uses reflection to access its private attributes and methods from outside.

The class implements __set, __get and __call methods to provide the access to the wrapped object externally.

  Files folder image PHP Sync Files  
Share variables across applications using files
This class can share variables across applications using files.

It provides setter and getter functions for variables that make it store and retrieve the variable values in files, so multiple applications can share information between each other.

The class locks the files when a variable change is being written to the file to prevent that other applications attempt to do it at the same time.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z