PHP Function List
date.function doesn't exist. Closest matches:
- create_function
- rename_function
- domcdatasection
- datetimezone
- sqlite_create_function
- date_sun_info
- reflection
- pdf_create_action
- override_function
- w32api_register_function
- date_sunset
- reflectionfunction
- w32api_invoke_function
- function_exists
- register_tick_function
- domainexception
- spl_autoload_functions
- datetime
- runkit_function_add
- domexception
Site Search Results
-
Returns an associative array containing the date information of the timestamp, or the current local time if no timestamp is given.
-
add a note User Contributed Notes date_add
-
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 ...
-
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 ...
-
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))
-
mssql_connect() establishes a connection to a MS SQL server. The link to the server will be closed as soon as the execution of the script ends, unless it's closed earlier by ...
-
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('\'', '-' ...
-
FAQ. The PHP FAQ is your first stop for general information and those questions that seem to be on most people's minds. If you have licensing questions, see the separate ...
-
Because strtotime() uses C's get_date() function, all dangling single letters are interpreted as military time zones. So, for example: <?php echo date ('r', time ()). "<br />\n"
-
I worked on a project with a MS SQL server 2008 containing data of NVARCHAR type in multiple languages, including asian characters. It is a known issue, that the PHP MSSQL ...

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.
