PHP Classes

Packages of Sildaekar Decrura

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Sildaekar Decrura (2)  >  Mission progress status  >  Reputation  
Picture of Sildaekar Decrura
Name: Sildaekar Decrura <contact>
Classes: 2
Country: United States United States
Age: 35
All time rank: 2670368 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 794
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 PTM  
Manage PHP tasks running in parallel processes
This class can manage PHP tasks running in parallel processes.

It can fork the current process to run one or more parallel processes that execute given PHP code.

The class can also do other operations like checking if a task is still running, remove a task, exchange data between tasks.

It requires the pcntl extension, so it only runs on Linux and other Unix-like operating systems.

  Files folder image Sencryption  
Encrypt, decrypt and hash arbitrary data
This class can encrypt, decrypt and hash arbitrary data.

It can take a given data string and encrypt it using a given key.

The class can also do the opposite, i.e. decrypt the data using the same key.

It can also compute the hash value of a given data string using an optional salt.

The encryption cypher is a configurable parameter.


  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