PHP Classes

Packages of Richard Sumilang

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Richard Sumilang (3)  >  Mission progress status  >  Reputation  
Picture of Richard Sumilang
Name: Richard Sumilang <contact>
Classes: 3
Country: United States United States
Age: 42
All time rank: 10012 in United States United States
Week rank: 195 Down19 in United States United States Down
All time users: 18084
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 crontab  
Schedule cron jobs with ease.
This class can add scheduled jobs to a crontab file.

It can add a given task to a cron file tasks to be executed at time intervals specified in minutes, hours, days, months or week days.

The class executes the crontab program to read the specified cron job file and add it to the current user list of crontab entries.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 89% 83% 58% 70% - - 66% 566
Month: Not yet rated by the users

  Files folder image Date and Time Manipulation  
Common features needed to manipulate date/time.
This class is a fixed version of Albert Lash's shift date function along with a few more tools to convert date and time in other formats such as 24hr to am/pm time, etc..

Read more on the code comments to read about the changes and new features.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 70% 90% - - - - 44% 3542
Month: Not yet rated by the users

  Files folder image Text on Image  
Simply lets you write text anywhere on an image.
Very simple class to use to write text on an image. Supports GIF, PNG, and JPEG. GD must be compiled with php.

For the following example, provide your own image please.

Example:
=========================
$config=array(
"text" => "123456",
"text_colors" => "0 0 0", // RGB Seperated by spaces
"image_loc" => "coupon.jpg",
"image_type" => "JPEG", // PNG and GIF Supported
// Optional arguments; default is center area on image
"x_pos" => "",
"y_pos" => "",
);

$graphic=new img_add_txt($config);
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 65% 60% - 50% - - 43% 3570
Month: Not yet rated by the users


  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