PHP Function List
date.function doesn't exist. Closest matches:
- create_function
- domcdatasection
- rename_function
- datetimezone
- sqlite_create_function
- date_sun_info
- reflection
- override_function
- pdf_create_action
- w32api_register_function
- date_sunset
- reflectionfunction
- register_tick_function
- function_exists
- datetime
- domainexception
- w32api_invoke_function
- spl_autoload_functions
- runkit_function_add
- date_sunrise
Site Search Results
-
add a note User Contributed Notes date_add
-
Returns an associative array containing the date information of the timestamp, or the current local time if no timestamp is given.
-
Requirements: PHP5+ To expand on Matt Walsh's example, a simple way to get eBay, or Amazon, web service timestamps is as follows: <?php $current_time = urlEncode (subStr (date ...
-
Now you can use the PHP date() function to spew out nice date formats. Sample using above $sql: 20010111002747 = Date Stored on mySQL table (TIMESTAMP(14))
-
DateTime::add date_add (PHP 5 >= 5.3.0) DateTime::add-- date_add — Adds an amount of days, months, years, hours, minutes and seconds to a DateTime object
-
date_default_timezone_set - Manualdate() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set ...
-
Runtime Configuration - ManualRuntime Configuration. The behaviour of these functions is affected by settings in php.ini.
-
List of Supported Timezones - ManualList of Supported Timezones Table of Contents. Africa; America; Antarctica; Arctic; Asia; Atlantic; Australia; Europe; Indian; Pacific; Others; Here you'll find the complete ...
-
I put together an is_date function using checkdate. Works the same as is_numeric. <?php public static function is_date ($date) { $date = str_replace (array('\'', '-' ...
-
Returns the Unix timestamp corresponding to the arguments given. This timestamp is a long integer containing the number of seconds between the Unix Epoch (January 1 1970 00 ...

Other forms of search
To search the string "date.function" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
