| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Richard Sumilang (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 89% | 83% | 58% | 70% | - | - | 66% | 566 |
| Month: | Not yet rated by the users | |||||||
| ||||
| 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. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 70% | 90% | - | - | - | - | 44% | 3542 |
| Month: | Not yet rated by the users | |||||||
| ||||
| 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); |
| Ratings | Utility | 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 |