-
The difference of time between two given dates is stored in separate class variables as days, hours, minutes and seconds.Requirements: PHP 5.0 or higher
-
Date and time can be converted from 24hr format to am/pm, etc..
-
The count of time can be started or stopped at any point during the script execution. The measured time is returned in seconds with micro-second resolution.Requirements: PHP 4.0 or higher
-
Crontab entries for a specified user can be added, deleted or updated. Comments and special commands (DAILY, WEEKLY, etc..) are supported.
-
HTTP Request can gather information about the HTTP request that triggered the execution of the current PHP script.HTTP Request can gather information about the request parameters, path, URL, GET and POST parameters, cookies, the remote user IP address, character sets supported by the user browser.The data received via _GET, _POST or _COOKIE is fixed to escape the eventual magic quote ...
-
Script timer measures the time each part of the script takes to execute and displays the result in a HTML table, for optimization analysis.Key Features of Script timer:- Add time markers recorded before class instantiation- Temporarily pause the timer- Group markers by script- Optionally add subtotals per script (group)- Uses PHP bcmath functions if possible for better accuracy- Adjustable precision ...
-
Once a class object is created, it starts measuring time. At any time the class may return a message telling how long it passed since the object was created.Requirements:PHP 5.0 or higher
-
The date and time fields and layout can be defined within the forms.Key Features of Date and time utility class:- Localization: date formats dependent on locale zones.
-
One class handles date manipulation, while another manipulates data spans.The classes allow to add or subtract periods from dates and calculate the difference between two dates for various periods. Periods include Years, Quarters, Months, Weeks, Weekdays, Hours, Minutes, Seconds.The classes return expected metrics plus begin and end of week, begin and end of quarter, begin and end of year, begin ...
-
A control file is created to keep track of when the task was last scheduled. Virtual Cron can check the control file last modification time to determined whether it passed a given period of time since the last time the task was run.If the given interval time has passed since the last run, the class recreates the control file and ...
-
The year and the number of the week are taken as parameters. Week Date Range returns an array as result with the year and the first and last days of the specified week.
-
The time at specified start and end points in a script is noted. Measure page load time returns the difference between the end and start time.Requirements:PHP 3.0 or higher
-
Time can be used to determine the local time based on that of the webserver.
-
ArDate implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string.The class returns a string formatted represented the given date in Arabic encoded using the Windows-1256 character set. The names of the months, days of the week and AM and PM references are translated into the Arabic equivalents.A date from ...
-
The current time can be stored at different moments inside a class variable.Later Little Timer can retrieve the time at each of the moments, so the PHP application can determine the time that passed between two moments by calculating the difference between the two times.Requirements:PHP 3.0 or higher

