date PHP Funktionen : PHP Übersicht : PHP Manual

date

PHP Function date / PHP Funktion date

phplist » Webkatalog Script - Link Script » PHP Function Coder » date
PHP Funktion
date ( phplist Code 100% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date -- Formatiert ein(e) angegebene(s) Zeit/Datum
Vorschau
...date date (PHP 3, PHP 4, PHP 5) date -- Formatiert ein(e) angegebene(s) Zeit/Datum Beschreibung: string date ( string Format [, int Timestamp] ) Gibt einen formatierten String anhand eines vorzugebenden Musters . Dabei wird entweder der angegebene Timestamp oder die gegenwärtige lokale Zeit berücksichtigt, wenn kein Timestamp ...
PHP Manual
[ date php.net ]

PHP Funktion
gmdate ( phplist Code 80% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
gmdate -- Formatiert eine GMT/UTC Zeit- Datumsangabe
Vorschau
...gmdate gmdate (PHP 3, PHP 4, PHP 5) gmdate -- Formatiert eine GMT/UTC Zeit- Datumsangabe Beschreibung: string gmdate ( string Format [, int Timestamp] ) Entspricht der date() Funktion, außer dass als Zeitangabe immer Greenwich Mean Time (GMT) gegeben wird. Steht ihr System in Deutschland (GMT + 01:00), wird im Beispiel unten (1. Zeile) "Jan 01 1998 00:00:00" ausgegeben, wogegen die 2. Zeile...
PHP Manual
[ gmdate php.net ]

PHP Funktion
getdate ( phplist Code 73% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
getdate -- Gibt Datums- und Zeitinformationen zurück
Vorschau
...getdate getdate (PHP 3, PHP 4, PHP 5) getdate -- Gibt Datums- und Zeitinformationen Beschreibung: array getdate ( [int Timestamp] ) Gibt ein assoziatives array mit Datums- und Zeitangaben des angegebenen Timestamp . Wird kein Timestamp angegeben, wird die lokal gültige Zeit berücksichtigt. Die assoziativen Arrayelemente sind ...
PHP Manual
[ getdate php.net ]

PHP Funktion
http_date ( phplist Code 62% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_date -- Compose HTTP RFC compliant date
Vorschau
...http_date http_date (PECL) http_date -- Compose HTTP RFC compliant date Beschreibung string http_date ( [int timestamp] ) Compose a valid HTTP date regarding RFC 1123 looking like: Wed, 22 Dec 2004 11:34:47 GMT . Parameter Liste timestamp Unix timestamp Rückgabewerte Returns the HTTP date as string. http_get_request_headers http_support...
PHP Manual
[ http_date php.net ]

PHP Funktion
date_parse ( phplist Code 57% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_parse -- Returns associative array with detailed info about given date
Vorschau
...date_parse date_parse (no version information, might be only in CVS) date_parse -- Returns associative array with detailed info about given date Beschreibung array date_parse ( string date ) Parameter Liste date Date in format accepted by strtotime() . Rückgabewerte Returns array on success or FALSE on failure. Beispiele Beispiel 1. A date_parse() example <?php print_r ( date_parse ( "2006-12-12 10:00:00.5" )); ?> Das oben ...
PHP Manual
[ date_parse php.net ]

PHP Funktion
date_format ( phplist Code 53% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_format -- Returns date formatted according to given format
Vorschau
...date_format date_format (PHP 5 >= 5.1.0RC1) date_format -- Returns date formatted according to given format Beschreibung string date_format ( DateTime object, string format ) string DateTime::format ( string format ) Parameter Liste object DateTime object. format Format accepted by date() . Rückgabewerte Returns formatted date on success or FALSE on failure. Siehe auch date() ...
PHP Manual
[ date_format php.net ]

PHP Funktion
date_sunset ( phplist Code 53% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_sunset -- Returns time of sunset for a given day and location
Vorschau
...date_sunset date_sunset (PHP 5) date_sunset -- Returns time of sunset for a given day and location Beschreibung mixed date_sunset ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] ) date_sunset() returns the sunset time for a given day (specified as a timestamp ) and location. ...
PHP Manual
[ date_sunset php.net ]

PHP Funktion
easter_date ( phplist Code 53% Relevanz )
Rubrik
Kalender-Funktionen
Kurzform
easter_date -- Zeitpunkt des Osterfestes (0 Uhr) als UNIX-Timestamp
Vorschau
...easter_date easter_date (PHP 3 >= 3.0.9, PHP 4, PHP 5) easter_date -- Zeitpunkt des Osterfestes (0 Uhr) als UNIX-Timestamp Beschreibung int easter_date ( [int year] ) Diese Funktion liefert den UNIX-Timestamp (in Sekunden seit 1970) , der dem Begin des Ostersonntag im durch year spezifizierten Jahr entspricht. Wird kein Jahr angegeben, so wird der Zeitpunkt für das ...
PHP Manual
[ easter_date php.net ]

PHP Funktion
date_sunrise ( phplist Code 50% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_sunrise -- Returns time of sunrise for a given day and location
Vorschau
...date_sunrise date_sunrise (PHP 5) date_sunrise -- Returns time of sunrise for a given day and location Beschreibung mixed date_sunrise ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] ) date_sunrise() returns the sunrise time for a given day (specified as a timestamp ) and location. ...
PHP Manual
[ date_sunrise php.net ]

PHP Funktion
date_date_set ( phplist Code 47% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_date_set -- Sets the date
Vorschau
...date_date_set date_date_set (no version information, might be only in CVS) date_date_set -- Sets the date Beschreibung void date_date_set ( DateTime object, int year, int month, int day ) void DateTime::setDate ( int year, int month, int day ) Parameter Liste object DateTime object. year Year of the date. month Month of the date. day Day of the date. Rückgabewerte Returns NULL on success or FALSE on failure. Siehe auch ...
PHP Manual
[ date_date_set php.net ]

PHP Funktion
date_sun_info ( phplist Code 47% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_sun_info -- Returns an array with information about sunset/sunrise and twilight begin/end
Vorschau
...date_sun_info date_sun_info (no version information, might be only in CVS) date_sun_info -- Returns an array with information about sunset/sunrise and twilight begin/end Beschreibung array date_sun_info ( int time, float latitude, float longitude ) Parameter Liste time Timestamp. latitude Latitude in degrees. longitude Longitude in degrees. Rückgabewerte Returns array on success or FALSE on failure. ...
PHP Manual
[ date_sun_info php.net ]

PHP Funktion
px_date2string ( phplist Code 44% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_date2string -- Converts a date into a string.
Vorschau
...px_date2string px_date2string (no version information, might be only in CVS) px_date2string -- Converts a date into a string. Beschreibung string px_date2string ( resource pxdoc, int value, string format ) Turns a date as it stored in the paradox file into human readable format. Paradox dates are the number of days since 1.1.0000. This function is just for convenience. It can be easily replaced by some math and the calendar functions as ...
PHP Manual
[ px_date2string php.net ]

PHP Funktion
mcal_date_valid ( phplist Code 42% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_date_valid -- Returns TRUE if the given year month day is a valid date
Vorschau
...mcal_date_valid mcal_date_valid (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_date_valid -- Returns TRUE if the given year, month, day is a valid date Description int mcal_date_valid ( int year, int month, int day ) mcal_date_valid() Returns TRUE if the given year, month and day is a valid date, FALSE if not. mcal_date_compare mcal_day_of_week...
PHP Manual
[ mcal_date_valid php.net ]

PHP Funktion
date_isodate_set ( phplist Code 40% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_isodate_set -- Sets the ISO date
Vorschau
...date_isodate_set date_isodate_set (no version information, might be only in CVS) date_isodate_set -- Sets the ISO date Beschreibung void date_isodate_set ( DateTime object, int year, int week [, int day] ) void DateTime::setISODate ( int year, int week [, int day] ) Parameter Liste object DateTime object. year Year of the date. month Month of the date. day Day of the date. Rückgabewerte Returns NULL on success or FALSE on ...
PHP Manual
[ date_isodate_set php.net ]

PHP Funktion
date_timezone_set ( phplist Code 38% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
date_timezone_set -- Sets the time zone for the DateTime object
Vorschau
...date_timezone_set date_timezone_set (PHP 5 >= 5.1.0RC1) date_timezone_set -- Sets the time zone for the DateTime object Beschreibung void date_timezone_set ( DateTime object, DateTimeZone timezone ) void DateTime::setTimezone ( DateTimeZone timezone ) Parameter Liste object DateTime object. timezone Desired time zone. Rückgabewerte Returns NULL on success or FALSE on failure. date_timezone_get date...
PHP Manual
[ date_timezone_set php.net ]

PHP Funktion
strptime ( phplist Code 33% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
strptime -- Parse a time/date generated with strftime()
Vorschau
...strptime strptime (PHP 5 >= 5.1.0RC1) strptime -- Parse a time/date generated with strftime() Description array strptime ( string date, string format ) strptime() returns an array with the date parsed, or FALSE on error. Month and weekday names and other language dependent strings respect the current locale set with setlocale() (LC_TIME). Anmerkung: Diese Funktion ist aufWindows-Plattformen nicht implementiert. ...
PHP Manual
[ strptime php.net ]

PHP Funktion
MCAL Funktionen ( phplist Code 32% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... MCAL ist das Kalendergegenstück zum IMAP Modul für Mailboxen. Mit Hilfe der mcal-Unterstützung kann ein Kalender-Stream, ähnlich wie ein Mailbox-Stream mit der IMAP-Unterstützung, geöffnet werden. Kalender können lokale Dateispeicher, entfernte ICAP-Server oder andere Formate,von der mcal-Bibliothek unterstützt werden, sein. Kalendereinträge können aufgerufen, abgefragt und gespeichert werden. Desen werden Kalendertermine (Alarm) und ...
PHP Manual
[ MCAL Funktionen php.net ]

PHP Funktion
cal_to_jd ( phplist Code 31% Relevanz )
Rubrik
Kalender-Funktionen
Kurzform
cal_to_jd -- Converts from a supported calendar to Julian Day Count
Vorschau
... (PHP 4 >= 4.1.0, PHP 5) cal_to_jd -- Converts from a supported calendar to Julian Day Count Description int cal_to_jd ( int calendar, int month, int day, int year ) cal_to_jd() calculates the Julian day count for a date in the specified calendar . Supported calendar s are CAL_GREGORIAN , CAL_JULIAN , CAL_JEWISH and CAL_FRENCH . See also cal_from_jd() . cal_info easter_date...
PHP Manual
[ cal_to_jd php.net ]

PHP Funktion
strtotime ( phplist Code 31% Relevanz )
Rubrik
Datums- und Zeit-Funktionen
Kurzform
strtotime -- Wandelt ein beliebiges Datum (englisches Format) in einen UNIX-Zeitstempel (Timestamp) um.
Vorschau
... dies relativ zu dem Timestamp, den Sie mit now angeben. Fehlt diese Angabe, wird die aktuelle Zeit angenommen. Schlägt die Umwandlung fehl, wird -1 gegeben. Die Funktion strtotime() verhält sich gemäß der Syntax von GNU Date. Daher sollten Sie einen Blick in die GNU Manual Seite Date Input Formats werfen. Dort wird die gültige Syntax für time beschrieben. Beispiel 1. strtotime() -Beispiele: <?php echo strtotime ( "now" ), "\n" ; echo ...
PHP Manual
[ strtotime php.net ]

PHP Funktion
mcal_day_of_week ( phplist Code 30% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_day_of_week -- Returns the day of the week of the given date
Vorschau
...mcal_day_of_week mcal_day_of_week (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_day_of_week -- Returns the day of the week of the given date Description int mcal_day_of_week ( int year, int month, int day ) mcal_day_of_week() returns the day of the week of the given date mcal_date_valid mcal_day_of_year...
PHP Manual
[ mcal_day_of_week php.net ]

PHP Funktion
mcal_day_of_year ( phplist Code 30% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_day_of_year -- Returns the day of the year of the given date
Vorschau
...mcal_day_of_year mcal_day_of_year (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_day_of_year -- Returns the day of the year of the given date Description int mcal_day_of_year ( int year, int month, int day ) mcal_day_of_year() returns the day of the year of the given date mcal_day_of_week mcal_days_in_month...
PHP Manual
[ mcal_day_of_year php.net ]

PHP Funktion
mcal_list_events ( phplist Code 30% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_list_events -- Zeigt eine Liste der Einträge zwischen zwei Zeitpunkten an
Vorschau
... array mcal_list_events ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]] ) Returns an array of event ID's that are between the start and end dates, or if just a stream is given, uses the start and end dates in the global event structure. mcal_list_events() function takes in an optional beginning date and an end date for a calendar stream. An array of event id's that...
PHP Manual
[ mcal_list_events php.net ]

PHP Funktion
imap_check ( phplist Code 29% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_check -- Prüft den Status des aktuelle Postfachs
Vorschau
... aktuelle Postfachs Beschreibung object imap_check ( int imap_stream ) Die imap_check() Funktion prüft den Status des aktuellen Postfach und liefert die entsprechenden Felder in einem Objekt mit folgenden Attributen : Date - Datum der letzten Änderung des Postfach-Inhalts Driver - Zugriffsprotokoll: POP, IMAP, NNTP Mailbox - Name des Postfachs Nmsgs - Anzahl der Nachrichten im Postfach Recent - Anzahl der neuen Nachrichten im Postfach ...
PHP Manual
[ imap_check php.net ]

PHP Funktion
SESAM Datenbankfunktionen ( phplist Code 28% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...SESAM Datenbankfunktionen CXLII. SESAM Datenbankfunktionen SESAM/SQL-Server ist ein von Fujitsu Siemens Computers in Deutschland entwickeltes Mainframe-Datenbanksystem für High-End Server mit dem Betriebssystem BS2000/OSD. In zahlreichen BS2000-Installationen hat SESAM/SQL-Server unter Beweis gestellt: die einfach zu handhabende Unterstützung von Java-, Web- und Client-Server...
PHP Manual
[ SESAM Datenbankfunktionen php.net ]

PHP Funktion
db2_connect ( phplist Code 27% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_connect -- Returns a connection to a database
Vorschau
... turns off DB2 6X allocation scheme for DBCS translation column size growth. Note: php.ini setting ibm_db2.i5_dbcs_alloc ==0 or DB2_I5_DBCS_ALLOC_OFF is the default, but may be overridden with the i5_dbcs_alloc option. i5_date_fmt SQL_FMT_ISO - The International Organization for Standardization (ISO) date format yyyy-mm-dd is used. This is the default. DB2_I5_FMT_USA - The United States date format mm/dd/yyyy is used. DB2_I5_FMT_EUR - The ...
PHP Manual
[ db2_connect php.net ]

PHP Funktion
http_match_modified ( phplist Code 26% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_match_modified -- Match last modification
Vorschau
... timestamp against the clients "If-Modified-Since" resp. "If-Unmodified-Since" HTTP headers. Parameter Liste timestamp Unix timestamp; current time, if omitted for_range If set to TRUE, the header usually used to validate HTTP ranges will be checked Rückgabewerte Returns TRUE if timestamp represents an earlier date than the header, else FALSE. http_match_etag http_match_request_header...
PHP Manual
[ http_match_modified php.net ]

PHP Funktion
variant_date_from_timestamp ( phplist Code 26% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_date_from_timestamp -- Returns a variant date representation of a unix timestamp
Vorschau
...variant_date_from_timestamp variant_date_from_timestamp (PHP 5) variant_date_from_timestamp -- Returns a variant date representation of a unix timestamp Description variant variant_date_from_timestamp ( int timestamp ) Converts timestamp from a unix timestamp value into a variant of type VT_DATE . This allows easier interopability between the unix-ish parts of PHP and COM. See also ...
PHP Manual
[ variant_date_from_timestamp php.net ]

PHP Funktion
Klassen und Objekte ( phplist Code 26% Relevanz )
Rubrik
Sprachreferenz
Kurzform
-----
Vorschau
..., welche beim Erstellen eines Objektes automatisch von der Klasse aufgerufen wird. Eine solche Funktion wird Konstruktor genannt (siehe unten). <?php /* Keine wird in PHP 4 funktionieren */ class Cart { var $todays_date = date ( "Y-m-d" ); var $name = $firstname ; var $owner = 'Fred ' . 'Jones' ; var $items = array( "VCR" , "TV" ); } /* So sollte es gemacht werden */ class Cart { var $todays_date ; var $name ; var $owner ; var $items ; ...
PHP Manual
[ Klassen und Objekte php.net ]

PHP Funktion
Datums- und Zeit-Funktionen ( phplist Code 26% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Diese Erung definiert keine Konfigurationseinstellungen in der php.ini . Resource Typen Diese Erung definiert keine Resource-Typen. Vordefinierte Konstanten Diese Erung definiert keine Konstanten. Inhaltsverzeichnis checkdate -- Prüft ein Gregorianisches Datum auf Gültigkeit date_create -- Returns new DateTime object date_date_set -- Sets the date date_default_timezone_get -- Gets the default timezone used by all date/time functions in a script...
PHP Manual
[ Datums- und Zeit-Funktionen php.net ]

PHP Funktion
PHP und andere Sprachen ( phplist Code 22% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
... and more efficient for complex programming tasks and trying out new ideas. PHP is generally referred to as more stable and less resource intensive as well. Cold Fusion has better error handling, database abstraction and date parsing although database abstraction is addressed in PHP 4. Another thing that is listed as one of Cold Fusion's strengths is its excellent search engine, but it has been mentioned that a search engine is not something ...
PHP Manual
[ PHP und andere Sprachen php.net ]

PHP Funktion
highlight_file ( phplist Code 22% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
highlight_file -- Syntax-Hervorhebung für eine Datei
Vorschau
...highlight_file highlight_file (PHP 4, PHP 5) highlight_file -- Syntax-Hervorhebung für eine Datei Beschreibung: void highlight_file ( string filename ) Die Funktion highlight_file() erzeugt die Ausgabe des Codes der Datei filename mit hervorgehobener Syntax. Dabei werden die Farben des in PHP eingebauten Syntax-Highlighter benutzt. Beispiel 1. Erzeugung einer hervorgehobenen URL Zur Erzeugung einer URL, die Code eines ihm übermittelten ...
PHP Manual
[ highlight_file php.net ]

PHP Funktion
imap_headerinfo ( phplist Code 21% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_headerinfo -- Read the header of the message
Vorschau
... the message Description object imap_headerinfo ( resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]] ) This function returns an object of various header elements. remail, date, Date, subject, Subject, in_reply_to, message_id, newsgroups, followup_to, references message flags: Recent - 'R' if recent and seen, 'N' if recent and not seen, ' ' if not recent Unseen - 'U' if not seen AND not recent...
PHP Manual
[ imap_headerinfo php.net ]

PHP Funktion
HTTP Funktionen ( phplist Code 21% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Deflate data http_inflate -- Inflate data http_get_request_body_stream -- Get request body as stream http_get_request_body -- Get request body as string http_get_request_headers -- Get request headers as array http_date -- Compose HTTP RFC compliant date http_support -- Check builtin HTTP support http_match_etag -- Match ETag http_match_modified -- Match last modification http_match_request_header -- Match any header http_build_cookie -- ...
PHP Manual
[ HTTP Funktionen php.net ]

PHP Funktion
mcal_list_alarms ( phplist Code 20% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime
Vorschau
...mcal_list_alarms mcal_list_alarms (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_list_alarms -- Return a list of events that has an alarm triggered at the given datetime Description array mcal_list_alarms ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]] ) Returns an array of event ID's that has an alarm going...
PHP Manual
[ mcal_list_alarms php.net ]

PHP Funktion
tidy_get_release ( phplist Code 20% Relevanz )
Rubrik
Tidy Functions
Kurzform
tidy_get_release -- Get release date (version) for Tidy library
Vorschau
...tidy_get_release tidy_get_release (PHP 5) tidy_get_release -- Get release date (version) for Tidy library Description Procedural style: string tidy_get_release ( void ) Object oriented style: string tidy->getRelease ( void ) This function returns a string with the release date of the Tidy ...
PHP Manual
[ tidy_get_release php.net ]

PHP Funktion
SDO XML Data Access Service Functions ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...letterSchema" targetNamespace="http://letterSchema"> <xsd:element name="letters" type="letter:FormLetter"/> <xsd:complexType name="FormLetter" mixed="true"> <xsd:sequence> <xsd:element name="date" minOccurs="0" type="xsd:string"/> <xsd:element name="firstName" minOccurs="0" type="xsd:string"/> <xsd:element name="lastName" minOccurs="0" type="xsd:string"/> </xsd:sequence> </xsd:...
PHP Manual
[ SDO XML Data Access Service Functions php.net ]

PHP Funktion
mcal_week_of_year ( phplist Code 19% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_week_of_year -- Returns the week number of the given date
Vorschau
...mcal_week_of_year mcal_week_of_year (PHP 4, PECL) mcal_week_of_year -- Returns the week number of the given date Description int mcal_week_of_year ( int day, int month, int year ) mcal_week_of_year() returns the week number of the given date. mcal_time_valid Mcrypt Encryption Functions...
PHP Manual
[ mcal_week_of_year php.net ]

PHP Funktion
Debugger-Protokoll ( phplist Code 18% Relevanz )
Rubrik
Der PHP-Debugger
Kurzform
-----
Vorschau
... einen Typ , und mehrere Zeilen bilden eine Meldung . Jede Meldung beginnt mit der Zeile start und endet mit end . Es ist möglich, dass PHP Zeilen mehrerer Meldungen gleichzeitig ausgibt. Eine Zeile hat folgendes Format: date time host ( pid ) type : message-data date Datum im ISO 8601-Format: ( jjjj - mm - tt ) time Zeit inklusive Mikrosekunden: ss : mm : uuuuuu host DNS-Name oder IP-Adresse des Hosts, auf dem der Fehler auftrat. pid PID (...
PHP Manual
[ Debugger-Protokoll php.net ]

PHP Funktion
mcal_event_set_end ( phplist Code 18% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_event_set_end -- Sets the end date and time of the streams global event structure
Vorschau
...mcal_event_set_end mcal_event_set_end (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_event_set_end -- Sets the end date and time of the streams global event structure Description int mcal_event_set_end ( int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]] ) mcal_event_set_end() sets the streams global event ...
PHP Manual
[ mcal_event_set_end php.net ]

PHP Funktion
imap_fetch_overview ( phplist Code 17% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_fetch_overview -- Liefert einen Auszug aus den Header-Feldern von Nachrichten
Vorschau
... . sequence enthält eine Sequenz von Nachrichten-Indizes oder, bei gesetztem FT_UID in flags , von UIDs. Die einzelnen Objekte des gegeben Arrays enthalten dabei folgende Informationen: subject - Betreff from - Absender date - Sendedatum message_id - Message-ID references - bezieht sich auf Message-ID size - Größe in Byte uid - UID der Nachricht im Postfach msgno - Index der Nachricht im Postfach recent - Flag gesetzt flagged - Flag ...
PHP Manual
[ imap_fetch_overview php.net ]

PHP Funktion
mcal_event_set_start ( phplist Code 17% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_event_set_start -- Sets the start date and time of the streams global event structure
Vorschau
...mcal_event_set_start mcal_event_set_start (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_event_set_start -- Sets the start date and time of the streams global event structure Description int mcal_event_set_start ( int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]] ) mcal_event_set_start() sets the streams global event ...
PHP Manual
[ mcal_event_set_start php.net ]

PHP Funktion
mcal_next_recurrence ( phplist Code 17% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_next_recurrence -- Returns the next recurrence of the event
Vorschau
...13, PHP 4, PECL) mcal_next_recurrence -- Returns the next recurrence of the event Description int mcal_next_recurrence ( int stream, int weekstart, array next ) mcal_next_recurrence() returns an object filled with the next date the event occurs, on or after the supplied date. Returns empty date field if event does not occur or something is invalid. Uses weekstart to determine what day is considered the beginning of the week. mcal_list_events ...
PHP Manual
[ mcal_next_recurrence php.net ]

PHP Funktion
px_timestamp2string ( phplist Code 17% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_timestamp2string -- Converts the timestamp into a string.
Vorschau
.... Parameter Liste pxdoc Resource identifier of the paradox database. value Value as stored in paradox database field of type PX_FIELD_TIME, or PX_FIELD_TIMESTAMP. format String format similar to the format used by date() . The placeholders support by this function is a subset of those supported by date() (Y, y, m, n, d, j, H, h, G, g, i, s, A, a, L). Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Turn ...
PHP Manual
[ px_timestamp2string php.net ]

PHP Funktion
stream_socket_server ( phplist Code 17% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_socket_server -- Create an Internet or Unix domain server socket
Vorschau
... ( "tcp://0.0.0.0:8000" , $errno , $errstr ); if (! $socket ) { echo "$errstr ($errno)<br /> \n " ; } else { while ( $conn = stream_socket_accept ( $socket )) { fwrite ( $conn , 'The local time is ' . date ( 'n/j/Y g:i a' ) . "\n" ); fclose ( $conn ); } fclose ( $socket ); } ?> The example below shows how to act as a time server which can respond to time queries as shown in an example on stream_socket_client() . ...
PHP Manual
[ stream_socket_server php.net ]

PHP Funktion
Paradox File Access ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...() px_numrecords() numfields() px_numfields() get_record() px_get_record() put_record() px_put_record() retrieve_record() px_retrieve_record() delete_record() px_delete_record() insert_record() px_insert_record() update_record() px_update_record() get_field() px_get_field() get_schema() px_get_schema() get_info() px_get_info() set_parameter() px_set_parameter() get_parameter() px_get_parameter() set_value() px_set_value() get_value() ...
PHP Manual
[ Paradox File Access php.net ]

PHP Funktion
filemtime ( phplist Code 15% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
filemtime -- Liefert Datum und Uhrzeit der letzten Dateiänderung
Vorschau
...filemtime filemtime (PHP 3, PHP 4, PHP 5) filemtime -- Liefert Datum und Uhrzeit der letzten Dateiänderung Beschreibung int filemtime ( string filename ) Gibt Datum und Uhrzeit , wann die Datei das letzte mal modifiziert wurde, oder FALSE wenn ein Fehler auftrat. Das Datum wird als UNIX-Timestamp gegeben, was für die Funktion date() sehr passend ist. Das Ergebnis dieses Funktionsaufrufes wird ...
PHP Manual
[ filemtime php.net ]

PHP Funktion
http_cache_last_modified ( phplist Code 14% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_cache_last_modified -- Caching by last modification
Vorschau
...http_cache_last_modified (PECL) http_cache_last_modified -- Caching by last modification Beschreibung bool http_cache_last_modified ( [int timestamp_or_expires] ) Attempts to cache the sent entity by its last modification date. If the supplied argument is greater than 0, it is handled as timestamp and will be sent as date of last modification. If it is 0 or omitted, the current time will be sent as Last-Modified date. If it's negative, it is ...
PHP Manual
[ http_cache_last_modified php.net ]

PHP Funktion
cal_from_jd ( phplist Code 13% Relevanz )
Rubrik
Kalender-Funktionen
Kurzform
cal_from_jd -- Converts from Julian Day Count to a supported calendar
Vorschau
...cal_from_jd (PHP 4 >= 4.1.0, PHP 5) cal_from_jd -- Converts from Julian Day Count to a supported calendar Description array cal_from_jd ( int jd, int calendar ) cal_from_jd() converts the Julian day given in jd into a date of the specified calendar . Supported calendar values are CAL_GREGORIAN , CAL_JULIAN , CAL_JEWISH and CAL_FRENCH . Beispiel 1. cal_from_jd() example <?php $today = unixtojd ( mktime ( 0 , 0 , 0 , 8 , 16 , 2003 )); ...
PHP Manual
[ cal_from_jd php.net ]

PHP Funktion
mcal_event_set_recur_yearly ( phplist Code 13% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_event_set_recur_yearly -- Sets the recurrence of the streams global event structure
Vorschau
... ( int stream, int year, int month, int day, int interval ) mcal_event_set_recur_yearly() sets the streams global event structure's recurrence to the given value to be reoccuring on a yearly basis,ending at the given date . mcal_event_set_recur_weekly mcal_event_set_start...
PHP Manual
[ mcal_event_set_recur_yearly php.net ]

PHP Funktion
px_get_record ( phplist Code 12% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_get_record -- Returns record of paradox database
Vorschau
... be retained and are different from 0.0, 0 or the empty string. Fields of type PX_FIELD_TIME will be returned as an integer counting the number of milliseconds starting at midnight. A timestamp ( PX_FIELD_TIMESTAMP ) and date ( PX_FIELD_DATE ) are floating point respectively int values counting milliseconds respectively days starting at the beginning of julian calendar. Use the functions px-timestamp2string() and px-date2string() to convert ...
PHP Manual
[ px_get_record php.net ]

PHP Funktion
session_start ( phplist Code 12% Relevanz )
Rubrik
Session Funktionen
Kurzform
session_start -- Initialisiert eine Session
Vorschau
..., für den Fall, dass sie benötigt wird echo '<br /><a href="seite2.php?' . SID . '">Seite 2</a>' ; ?> Nach dem Aufruf von seite1.php enthält automatisch auch die zweite Seite, seite2.php , die Session-Daten. Lesen Sie Session Funktionen , um e Informationen über die Übermittlung der Session-ID zu erhalten. Dort wird zum Beispiel erklärt, worum es sich bei der Konstanten SID handelt. Beispiel 2. Ein Session-Beispiel: seite2....
PHP Manual
[ session_start php.net ]

PHP Funktion
New Functions ( phplist Code 12% Relevanz )
Rubrik
Migrating from PHP 4 to PHP 5
Kurzform
-----
Vorschau
...() - Receives data from a socket, connected or not stream_socket_sendto() - Sends a message to a socket, whether it is connected or not stream_socket_server() - Create an Internet or Unix domain server socket Date and time related : idate() - Format a local time/date as integer date_sunset() - Time of sunset for a given day and location date_sunrise() - Time of sunrise for a given day and location time_nanosleep() - Delay for a ...
PHP Manual
[ New Functions php.net ]

PHP Funktion
mcal_fetch_current_stream_event ( phplist Code 11% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_fetch_current_stream_event -- Returns an object containing the current streams event structure
Vorschau
...of the event. string title - Title string of the event. string description - Description string of the event. int alarm - number of minutes before the event to send an alarm/reminder. object start - Object containing a datetime entry. object end - Object containing a datetime entry. int recur_type - recurrence type int recur_interval - recurrence interval datetime recur_enddate - recurrence end date int recur_data - recurrence data All ...
PHP Manual
[ mcal_fetch_current_stream_event php.net ]

PHP Funktion
COM Support Funktionen für Windows ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ( integer ) VT_NULL ( integer ) VT_EMPTY ( integer ) VT_UI1 ( integer ) VT_I2 ( integer ) VT_I4 ( integer ) VT_R4 ( integer ) VT_R8 ( integer ) VT_BOOL ( integer ) VT_ERROR ( integer ) VT_CY ( integer ) VT_DATE ( integer ) VT_BSTR ( integer ) VT_DECIMAL ( integer ) VT_UNKNOWN ( integer ) VT_DISPATCH ( integer ) VT_VARIANT ( integer ) VT_I1 ( integer ) VT_UI2 ( integer ) VT_UI4 ( integer ) VT_INT ( integer ) VT_UINT ( ...
PHP Manual
[ COM Support Funktionen für Windows php.net ]

PHP Funktion
Tidy Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...TIDY_TAG_UL TIDY_TAG_VAR TIDY_TAG_WBR TIDY_TAG_XMP Tabelle 3. tidy attribute constants constant TIDY_ATTR_UNKNOWN TIDY_ATTR_ABBR TIDY_ATTR_ACCEPT TIDY_ATTR_ACCEPT_CHARSET TIDY_ATTR_ACCESSKEY TIDY_ATTR_ACTION TIDY_ATTR_ADD_DATE TIDY_ATTR_ALIGN TIDY_ATTR_ALINK TIDY_ATTR_ALT TIDY_ATTR_ARCHIVE TIDY_ATTR_AXIS TIDY_ATTR_BACKGROUND TIDY_ATTR_BGCOLOR TIDY_ATTR_BGPROPERTIES TIDY_ATTR_BORDER TIDY_ATTR_BORDERCOLOR TIDY_ATTR_BOTTOMMARGIN ...
PHP Manual
[ Tidy Functions php.net ]

PHP Funktion
px_insert_record ( phplist Code 10% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_insert_record -- Inserts record into paradox database
Vorschau
... and PX_FIELD_AUTOINC, a double values is used for fields of type PX_FIELD_CURRENCY and PX_FIELD_NUMBER. Field values for blob and alpha fields are passed as strings. Fields of type PX_FIELD_TIME and PX_FIELD_DATE both require a long value. In the first case this is the number of milliseconds since midnight. In the second case this is the number of days since 1.1.0000. Below there are two examples to convert the current date or ...
PHP Manual
[ px_insert_record php.net ]

PHP Funktion
imap_mailboxmsginfo ( phplist Code 9% Relevanz )
Rubrik
IMAP POP3 und NNTP Funktionen
Kurzform
imap_mailboxmsginfo -- Liefert Informationen über das aktuelle Postfach
Vorschau
... die Größe des Postfachs in Bytes. Diese wird aus der Summe der Größe der einzelnen Nachrichten gebildet, deshalb benötigt diese Funktion mehr Zeit zur Ausführung als imap_status() . Tabelle 1. Felder des Rückgabe-Objekts Date Datum der letzten Änderung Driver Driver Mailbox Name des Postfachs Nmsgs Anzahl der Nachrichten Recent Anzahl neuer Nachrichten Unread Anzahl ungelesener Nachrichten Size Größe des Postfachs in Byte Beispiel 1. ...
PHP Manual
[ imap_mailboxmsginfo php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...one keeps a reference to the ones it is associated with. When we associate classes statically, one class will contain a reference to an instance of the other class. For example: Beispiel 1. Class association <?php class DateTime { function DateTime () { // empty constructor } function now () { return date ( "Y-m-d H:i:s" ); } } class Report { var $_dt ; // more properties ... function Report () { $this -> _dt = new DateTime (); // ...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]

PHP Funktion
RPM Header Reading Funktionen ( phplist Code 6% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ) RPMREADER_SERIAL ( integer ) RPMREADER_SUMMARY ( integer ) The summary text of the RPM package. RPMREADER_DESCRIPTION ( integer ) The full description text of the RPM package. RPMREADER_BUILDTIME ( integer ) The date and time when the RPM package was built. RPMREADER_BUILDHOST ( integer ) The name of the host on which the RPM package was built. RPMREADER_INSTALLTIME ( integer ) RPMREADER_SIZE ( integer ) The size of the RPM package...
PHP Manual
[ RPM Header Reading Funktionen php.net ]

PHP Funktion
Error Handling and Logging Functions ( phplist Code 5% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...php // we will do our own error handling error_reporting ( 0 ); // user defined error handling function function userErrorHandler ( $errno , $errmsg , $filename , $linenum , $vars ) { // timestamp for the error entry $dt = date ( "Y-m-d H:i:s (T)" ); // define an assoc array of error string // in reality the only entries we should // consider are E_WARNING, E_NOTICE, E_USER_ERROR, // E_USER_WARNING and E_USER_NOTICE $errortype = array ( E_ERROR...
PHP Manual
[ Error Handling and Logging Functions php.net ]

PHP Funktion
syslog ( phplist Code 0% Relevanz )
Rubrik
Netzwerk Funktionen
Kurzform
syslog -- Erzeugt eine Meldung im System-Logging
Vorschau
...einen User-definierten Log-Mechanismus. openlog ( "myScripLog" , LOG_PID | LOG_PERROR , LOG_LOCAL0 ); // etwas Code if ( authorized_client ()) { // mache etwas } else { // unerlaubter Client! // logge den Zugriff $access = date ( "Y/m/d H:i:s" ); syslog ( LOG_WARNING , "Unauthorisierter Client: $access $REMOTE_ADDR ($HTTP_USER_AGENT)" ); } closelog (); ?> Informationen zum Benutzer-definierten Log-Handler finden Sie unter syslog.conf (5) der ...
PHP Manual
[ syslog php.net ]