PHP Classes

Packages of Pedro Vargas

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Pedro Vargas (2)  >  Mission progress status  >  Reputation  
Picture of Pedro Vargas
Name: Pedro Vargas <contact>
Classes: 2
Country: Chile Chile
Age: 40
All time rank: 17906 in Chile Chile
Week rank: 195 Up2 in Chile Chile Up
All time users: 1575
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 pserver  
Handle TCP socket server connections
This class can be used to handle TCP socket server connections.

It can listen to connection requests to a given IP address and port.

The class handles connection events like connection requests, reading the request data and send the response data, by calling functions of the class for custom processing.

Sub-classes may extend the class to implement special handling of connection events for different types of server applications. Several examples are provided to demonstrate this ability.

  Files folder image Stream Steganography  
Store and hidden information in PNG images
This class can be used to store hidden and retrieve hidden information from PNG images.

It can take a given PNG image and store hidden information in it my using the least significant bits of color of the image pixels to store encoded information.

The class may also do the opposite, i.e, open a PNG image and retrieve previously stored information using the method above.


  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