Categories
Tags → Php Integer

ArMktime

This class can be used convert a date in in the Islamic calendar to a timestamp value. It works like the PHP mktime function. It takes a list of parameters to represent the different components of a date and time in the Islamic calendar instead...
DETAILS

ArDate

This class can be used to format times and dates in Arabic. It 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 represen...
DETAILS

Active Calendar

Active Calendar is a PHP class that generates calendars (month or year view) as HTML tables (XHTML-Valid). It can produce static calendars without any links or calendars with navigation controls, a date picker control, event days and content with eve...
DETAILS

ADOdb Date and Time Library

PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overc...
DETAILS

PHP_Fourier

PHP_Fourier is a PHP script that computes the FFT of a complex array. The size of the array must be an integer power of 2. This script is a direct port of the algorithm used in Numerical Recipies in C.
DETAILS
©2003-2008 jCay.com