
PHP Funktionen : PHP Übersicht : PHP Manual
time
PHP
Function time / PHP
Funktion time
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
time
- PHP Funktion
- time ( phplist Code 100% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- time -- Gibt den gegenwärtigen Unix-Timestamp/Zeitstempel zurück
- Vorschau
- ...time time (PHP 3, PHP 4, PHP 5) time -- Gibt den gegenwärtigen Unix-Timestamp/Zeitstempel Beschreibung int time ( void ) Gibt die seit Beginn der Unix-Epoche (Januar 1 1970 00:00:00 GMT) bis jetzt vergangenen Sekunden . Siehe auch date() und microtime() . strtotime timezone_abbreviations_list...
- PHP Manual
- [ time php.net ]
- PHP Funktion
- strtotime ( phplist Code 62% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- strtotime -- Wandelt ein beliebiges Datum (englisches Format) in einen UNIX-Zeitstempel (Timestamp) um.
- Vorschau
- ...strtotime strtotime (PHP 3 >= 3.0.12, PHP 4, PHP 5) strtotime -- Wandelt ein beliebiges Datum (englisches Format) in einen UNIX-Zeitstempel (Timestamp) um. Beschreibung int strtotime ( string time [, int now] ) Diese Funktion erwartet einen String mit einem Datum im englischen Format und versucht diesen in einen Unix-Timestamp umzuwandeln. Versucht wird dies relativ zu dem Timestamp, den Sie mit now angeben. Fehlt ...
- PHP Manual
- [ strtotime php.net ]
- PHP Funktion
- gmstrftime ( phplist Code 57% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- gmstrftime -- Formatiert eine Datum-/Zeitangabe in GMT/UTC-Format entsprechend den lokalen Einstellungen
- Vorschau
- ...gmstrftime gmstrftime (PHP 3 >= 3.0.12, PHP 4, PHP 5) gmstrftime -- Formatiert eine Datum-/Zeitangabe in GMT/UTC-Format entsprechend den lokalen Einstellungen Beschreibung: string gmstrftime ( string Format [, int Timestamp] ) Bewirkt das gleiche wie strftime() mit dem Unterschied, dass die Zeit nach Greenwich Mean Time (GMT) gegeben wird. In Deutschland (GMT + 01:00) wird im folgenden Beispiel bei der ersten Zeile "Dez 31 1998 00:00:00...
- PHP Manual
- [ gmstrftime php.net ]
- PHP Funktion
- VCWD_UTIME ( phplist Code 57% Relevanz )
- Rubrik
- API Function and Macro reference (work in progress)
- Kurzform
- int VCWD_UTIME ( char * path struct utimebuf * time )
...
- Vorschau
- ...VCWD_UTIME VCWD_UTIME VCWD_UTIME -- ... Beschreibung #include <tsrm_virtual_cwd.h> int VCWD_UTIME ( char * path, struct utimebuf * time ) ... Parameter Liste path ... time ... Rückgabewerte ... VCWD_UNLINK Extending PHP 3...
- PHP Manual
- [ VCWD_UTIME php.net ]
- PHP Funktion
- date ( phplist Code 50% 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 angegegeben wird. Mit anderen ...
- PHP Manual
- [ date php.net ]
- PHP Funktion
- m_settimeout ( phplist Code 50% Relevanz )
- Rubrik
- MCVE (Monetra) Payment Functions
- Kurzform
- m_settimeout -- Set maximum transaction time (per trans)
- Vorschau
- ...m_settimeout m_settimeout (PHP 4 >= 4.3.9, PHP 5) m_settimeout -- Set maximum transaction time (per trans) Beschreibung int m_settimeout ( resource conn, int seconds ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter Liste conn Its description seconds Its description Rückgabewerte ...
- PHP Manual
- [ m_settimeout php.net ]
- PHP Funktion
- date_time_set ( phplist Code 47% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_time_set -- Sets the time
- Vorschau
- ...date_time_set date_time_set (no version information, might be only in CVS) date_time_set -- Sets the time Beschreibung void date_time_set ( DateTime object, int hour, int minute [, int second] ) void DateTime::setTime ( int hour, int minute [, int second] ) Parameter Liste object DateTime object. hour Hour of the time. minute Minute of the time. second Second of the time. Rückgabewerte Returns NULL on success or FALSE on failure. ...
- PHP Manual
- [ date_time_set php.net ]
- PHP Funktion
- timezone_open ( phplist Code 47% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_open -- Returns new DateTimeZone object
- Vorschau
- ...timezone_open timezone_open (PHP 5 >= 5.1.0RC1) timezone_open -- Returns new DateTimeZone object Beschreibung DateTimeZone timezone_open ( string timezone ) DateTimeZone DateTimeZone::__construct ( string timezone ) Parameter Liste timezone Time zone identifier as full name (e.g. Europe/Prague) or abbreviation (e.g. CET). Rückgabewerte Returns DateTimeZone object on success or FALSE on failure. timezone_offset_get ...
- PHP Manual
- [ timezone_open php.net ]
- PHP Funktion
- idate ( phplist Code 44% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- idate -- Format a local time/date as integer
- Vorschau
- ...idate idate (PHP 5) idate -- Format a local time/date as integer Beschreibung int idate ( string format [, int timestamp] ) Returns a number formatted according to the given format string using the given integer timestamp or the current local time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time() . Unlike the function date() , idate() accepts just one char in the format parameter. ...
- PHP Manual
- [ idate php.net ]
- PHP Funktion
- mcal_time_valid ( phplist Code 42% Relevanz )
- Rubrik
- MCAL Funktionen
- Kurzform
- mcal_time_valid -- Returns TRUE if the given year month day is a valid time
- Vorschau
- ...mcal_time_valid mcal_time_valid (PHP 3 >= 3.0.13, PHP 4, PECL) mcal_time_valid -- Returns TRUE if the given year, month, day is a valid time Description int mcal_time_valid ( int hour, int minutes, int seconds ) mcal_time_valid() Returns TRUE if the given hour, minutes and seconds is a valid time, FALSE if not. mcal_store_event mcal_week_of_year...
- PHP Manual
- [ mcal_time_valid php.net ]
- PHP Funktion
- gmdate ( phplist Code 40% 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" ...
- PHP Manual
- [ gmdate php.net ]
- PHP Funktion
- m_maxconntimeout ( phplist Code 40% Relevanz )
- Rubrik
- MCVE (Monetra) Payment Functions
- Kurzform
- m_maxconntimeout -- The maximum amount of time the API will attempt a connection to MCVE
- Vorschau
- ...m_maxconntimeout m_maxconntimeout (PHP 4 >= 4.3.9, PHP 5) m_maxconntimeout -- The maximum amount of time the API will attempt a connection to MCVE Beschreibung bool m_maxconntimeout ( resource conn, int secs ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter Liste conn Its description secs Its description Rückgabewerte What ...
- PHP Manual
- [ m_maxconntimeout php.net ]
- PHP Funktion
- Rar::getFileTime ( phplist Code 40% Relevanz )
- Rubrik
- Rar Functions
- Kurzform
- Rar::getFileTime -- Get entry last modification time
- Vorschau
- ...Rar::getFileTime Rar::getFileTime (no version information, might be only in CVS) Rar::getFileTime -- Get entry last modification time Description string Rar::getFileTime ( void ) Rar::getFileTime() returns entry last modification time as string in format YYYY-MM-DD HH:II:SS. Beispiel 1. Rar::() example <?php ?> Rar::getFileTime() returns FALSE on error. Rar::getCrc Rar::getHostOs...
- PHP Manual
- [ Rar::getFileTime php.net ]
- PHP Funktion
- time_sleep_until ( phplist Code 40% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- time_sleep_until -- Make the script sleep until the specified time
- Vorschau
- ...time_sleep_until time_sleep_until (PHP 5 >= 5.1.0RC1) time_sleep_until -- Make the script sleep until the specified time Beschreibung bool time_sleep_until ( float timestamp ) This function will make the script sleep until the specified timestamp . If the specified timestamp is in the past, time_sleep_until() will generate a E_WARNING and return FALSE . Anmerkung: Diese Funktion ist ...
- PHP Manual
- [ time_sleep_until php.net ]
- PHP Funktion
- date_timezone_get ( phplist Code 38% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_timezone_get -- Return time zone relative to given DateTime
- Vorschau
- ...date_timezone_get date_timezone_get (PHP 5 >= 5.1.0RC1) date_timezone_get -- Return time zone relative to given DateTime Beschreibung DateTimeZone date_timezone_get ( DateTime object ) DateTimeZone DateTime::getTimezone ( void ) Parameter Liste object DateTime object. Rückgabewerte Returns DateTimeZone object on success or FALSE on failure. date_time_set date_timezone_set...
- PHP Manual
- [ date_timezone_get 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
- timezone_name_get ( phplist Code 38% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_name_get -- Returns the name of the timezone
- Vorschau
- ...timezone_name_get timezone_name_get (PHP 5 >= 5.1.0RC1) timezone_name_get -- Returns the name of the timezone Beschreibung string timezone_name_get ( DateTimeZone object ) string DateTimeZone::getName ( void ) Parameter Liste object DateTimeZone object. Rückgabewerte Returns time zone name on success or FALSE on failure. timezone_name_from_abbr timezone_offset_get...
- PHP Manual
- [ timezone_name_get php.net ]
- PHP Funktion
- timezone_offset_get ( phplist Code 35% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_offset_get -- Returns the timezone offset from GMT
- Vorschau
- ...timezone_offset_get timezone_offset_get (PHP 5 >= 5.1.0RC1) timezone_offset_get -- Returns the timezone offset from GMT Beschreibung int timezone_offset_get ( DateTimeZone object, DateTime datetime ) int DateTimeZone::getOffset ( DateTime datetime ) This function returns the offset to GMT for the date/time specified in the datetime parameter. The GMT offset is calculated with the timezone information contained in the DateTime ...
- PHP Manual
- [ timezone_offset_get php.net ]
- PHP Funktion
- Accepting Arguments ( phplist Code 35% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...; this is why call syntax is always completely dynamic and never checked for errors. Checking for correct call syntax is left to the user code. For example, it's possible to call a function using only one argument at one time and four arguments the next time - both invocations are syntactically absolutely correct. Determining the Number of Arguments Since PHP doesn't have formal function definitions with support for call syntax checking, and ...
- PHP Manual
- [ Accepting Arguments php.net ]
- PHP Funktion
- MCAL Funktionen ( phplist Code 32% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... structure mcal_event_set_class -- Sets the class of the streams global event structure mcal_event_set_description -- Sets the description of the streams global event structure mcal_event_set_end -- Sets the end date and time of the streams global event structure mcal_event_set_recur_daily -- Sets the recurrence of the streams global event structure mcal_event_set_recur_monthly_mday -- Sets the recurrence of the streams global event structure ...
- PHP Manual
- [ MCAL Funktionen php.net ]
- PHP Funktion
- apc_store ( phplist Code 31% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_store -- Cache a variable in the data store
- Vorschau
- ... is removed from the cache). Parameter Liste key Store the variable using this name. key s are cache-unique, so storing a second value with the same key will overwrite the original value. var The variable to store ttl Time To Live; store var in the cache for ttl seconds. After the ttl has passed, the stored variable will be expunged from the cache (on the next request). If no ttl is supplied (or if the ttl is 0 ), the value will persist ...
- PHP Manual
- [ apc_store php.net ]
- PHP Funktion
- timezone_name_from_abbr ( phplist Code 30% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_name_from_abbr -- Returns the timezone name from abbrevation
- Vorschau
- ...timezone_name_from_abbr timezone_name_from_abbr (no version information, might be only in CVS) timezone_name_from_abbr -- Returns the timezone name from abbrevation Beschreibung string timezone_name_from_abbr ( string abbr [, int gmtOffset [, int isdst]] ) Parameter Liste abbr Time zone abbreviation. gmtOffset Offset from GMT in seconds. Defaults to -1 which means that first found time zone corresponding ...
- PHP Manual
- [ timezone_name_from_abbr php.net ]
- PHP Funktion
- date_create ( phplist Code 27% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_create -- Returns new DateTime object
- Vorschau
- ...date_create date_create (PHP 5 >= 5.1.0RC1) date_create -- Returns new DateTime object Beschreibung DateTime date_create ( [string time [, DateTimeZone timezone]] ) DateTime DateTime::__construct ( [string time [, DateTimeZone timezone]] ) Parameter Liste time String in a format accepted by strtotime() , defaults to "now". timezone Time zone of the time. Rückgabewerte Returns DateTime object on success or FALSE on failure. checkdate ...
- PHP Manual
- [ date_create php.net ]
- PHP Funktion
- date_sunset ( phplist Code 27% 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. Parameter Liste timestamp...
- PHP Manual
- [ date_sunset php.net ]
- PHP Funktion
- Creating Variables ( phplist Code 27% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...); /* the variable is now accessible to the script by using $new_variable_name */ The macro MAKE_STD_ZVAL allocates a new zval container using ALLOC_ZVAL and initializes it using INIT_ZVAL . As implemented in Zend at the time of this writing, initializing means setting the reference count to 1 and clearing the is_ref flag, but this process could be extended later - this is why it's a good idea to keep using MAKE_STD_ZVAL instead of only using ...
- PHP Manual
- [ Creating Variables php.net ]
- PHP Funktion
- DirectoryIterator::getATime ( phplist Code 26% Relevanz )
- Rubrik
- Standard PHP Library (SPL) Functions
- Kurzform
- DirectoryIterator::getATime -- Get last access time of file
- Vorschau
- ...DirectoryIterator::getATime DirectoryIterator::getATime (no version information, might be only in CVS) DirectoryIterator::getATime -- Get last access time of file Description int DirectoryIterator::getATime ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::current DirectoryIterator::getCTime...
- PHP Manual
- [ DirectoryIterator::getATime php.net ]
- PHP Funktion
- DirectoryIterator::getCTime ( phplist Code 26% Relevanz )
- Rubrik
- Standard PHP Library (SPL) Functions
- Kurzform
- DirectoryIterator::getCTime -- Get inode modification time of file
- Vorschau
- ...DirectoryIterator::getCTime DirectoryIterator::getCTime (no version information, might be only in CVS) DirectoryIterator::getCTime -- Get inode modification time of file Description int DirectoryIterator::getCTime ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::getATime DirectoryIterator::getChildren...
- PHP Manual
- [ DirectoryIterator::getCTime php.net ]
- PHP Funktion
- DirectoryIterator::getMTime ( phplist Code 26% Relevanz )
- Rubrik
- Standard PHP Library (SPL) Functions
- Kurzform
- DirectoryIterator::getMTime -- Get last modification time of file
- Vorschau
- ...DirectoryIterator::getMTime DirectoryIterator::getMTime (no version information, might be only in CVS) DirectoryIterator::getMTime -- Get last modification time of file Description int DirectoryIterator::getMTime ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::getInode DirectoryIterator::getOwner...
- PHP Manual
- [ DirectoryIterator::getMTime php.net ]
- PHP Funktion
- timezone_abbreviations_list ( phplist Code 26% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_abbreviations_list -- Returns associative array containing dst offset and the timezone name
- Vorschau
- ...timezone_abbreviations_list timezone_abbreviations_list (PHP 5 >= 5.1.0RC1) timezone_abbreviations_list -- Returns associative array containing dst, offset and the timezone name Beschreibung array timezone_abbreviations_list ( void ) array DateTimeZone::listAbbreviations ( void ) Rückgabewerte Returns array on success or FALSE on failure. Beispiele Beispiel 1. A timezone_abbreviations_list() example <?php $...
- PHP Manual
- [ timezone_abbreviations_list php.net ]
- PHP Funktion
- Sonstige Funktionen ( phplist Code 26% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. CONNECTION_ABORTED ( integer ) CONNECTION_NORMAL ( integer ) CONNECTION_TIMEOUT ( integer ) __COMPILER_HALT_OFFSET__ ( integer ) Hinzugefügt in PHP 5.1. Inhaltsverzeichnis connection_aborted -- Ergibt TRUE , wenn die Client-Verbindung beendet wurde connection_status -- Ergibt den Verbindungs-...
- PHP Manual
- [ Sonstige Funktionen php.net ]
- PHP Funktion
- date_sunrise ( phplist Code 25% 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. Parameter Liste ...
- PHP Manual
- [ date_sunrise php.net ]
- PHP Funktion
- muscat_setup ( phplist Code 25% Relevanz )
- Rubrik
- muscat Functions
- Kurzform
- muscat_setup -- Creates a new muscat session and returns the handle
- Vorschau
- .... Es steht nur die Liste der Argumente zur Verfügung. size is the amount of memory in bytes to allocate for muscat. muscat_dir is the muscat installation dir e.g. "/usr/local/empower", it defaults to the compile time muscat directory. muscat_setup_net MySQL Funktionen...
- PHP Manual
- [ muscat_setup php.net ]
- PHP Funktion
- date_sun_info ( phplist Code 24% 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. Beispiele Beispiel 1. A ...
- PHP Manual
- [ date_sun_info php.net ]
- PHP Funktion
- maxdb_options ( phplist Code 24% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_options (no version information might be only in CVS)maxdb->options -- Set options
- Vorschau
- ...Object oriented style (method) class maxdb { bool options ( int option, mixed value ) } maxdb_options() can be used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. maxdb_options() should be called after maxdb_init() and before maxdb_real_connect() . The parameter option is the option that you want to set, the value is the value for the option. For detailed ...
- PHP Manual
- [ maxdb_options php.net ]
- PHP Funktion
- Memcache::add ( phplist Code 24% Relevanz )
- Rubrik
- Memcache Functions
- Kurzform
- Memcache::add -- Add an item to the server
- Vorschau
- ... be associated with the item. var The variable to store. Strings and integers are stored as is, other types are stored serialized. flag Use MEMCACHE_COMPRESSED to store the item compressed (uses zlib). expire Expiration time of the item. If it's equal to zero, the item will never expire. You can also use unix timestamp or a number of seconds starting from current time, but in the latter case the number of seconds may not exceed 2592000 (30 ...
- PHP Manual
- [ Memcache::add php.net ]
- PHP Funktion
- Memcache::set ( phplist Code 24% Relevanz )
- Rubrik
- Memcache Functions
- Kurzform
- Memcache::set -- Store data at the server
- Vorschau
- ...::set -- Store data at the server Beschreibung bool Memcache::set ( string key, mixed var [, int flag [, int expire]] ) Memcache::set() stores an item var with key on the memcached server. Parameter expire is expiration time in seconds. If it's 0, the item never expires (but memcached server doesn't guarantee this item to be stored all the time, it could be deleted from the cache to make place for other items). You can use MEMCACHE_COMPRESSED ...
- PHP Manual
- [ Memcache::set php.net ]
- PHP Funktion
- SAMConnection::send() ( phplist Code 24% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMConnection::send() -- Send a message to a queue or publish an item to a topic.
- Vorschau
- ...be assigned which is dependent on the messaging server being used. SAM_CORRELID A string to be assigned as a correlation id for this message. If no value is given the messaging server may assign a value automatically. SAM_TIMETOLIVE A time in milliseconds indicating how long the messaging server should retain the message on a queue before discarding it. The default value is 0 indicating the message should be retained indefinitely. ...
- PHP Manual
- [ SAMConnection::send() php.net ]
- PHP Funktion
- stream_select ( phplist Code 24% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_select -- Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
- Vorschau
- ...stream_select stream_select (PHP 4 >= 4.3.0, PHP 5) stream_select -- Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec Description int stream_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] ) The stream_select() function accepts arrays of streams and waits for ...
- PHP Manual
- [ stream_select php.net ]
- PHP Funktion
- New Functions ( phplist Code 24% 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 number of...
- PHP Manual
- [ New Functions php.net ]
- PHP Funktion
- DOM Functions ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... not. notationName string yes For unparsed entities, the name of the notation for the entity. For parsed entities, this is NULL . actualEncoding string no An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity. This is NULL if it an entity from the internal subset or if it is not known. encoding string yes An attribute specifying, as part of the text declaration, the encoding of ...
- PHP Manual
- [ DOM Functions php.net ]
- PHP Funktion
- LZF Functions ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...LZF Functions LXXV. LZF Functions Einführung LZF is a very fast compression algorithm, ideal for saving space with only slight speed cost. It can be optimized for speed or space at the time of compilation. Installation Diese PECL Erungist nicht Teil von PHP. Zusätzliche Informationen, wie neue Releases, DownloadsQuelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/...
- PHP Manual
- [ LZF Functions php.net ]
- PHP Funktion
- Rar Functions ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... and free all resources rar_entry_get -- Get entry object from the Rar archive Rar::extract -- Extract entry from the archive Rar::getAttr -- Get attributes of the entry Rar::getCrc -- Get CRC of the entry Rar::getFileTime -- Get entry last modification time Rar::getHostOs -- Get entry host OS Rar::getMethod -- Get pack method of the entry Rar::getName -- Get name of the entry Rar::getPackedSize -- Get packed size of the entry Rar::...
- PHP Manual
- [ Rar Functions php.net ]
- PHP Funktion
- highlight_file ( phplist Code 22% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- highlight_file -- Syntax-Hervorhebung für eine Datei
- Vorschau
- ... von: $PATH_INFO</H1> \n <HR> \n " ; highlight_file ( $script ); } else { echo "<H1>ERROR: Nur PHP oder Include-Skripte sind erlaubt</H1>" ; } } echo "<HR>Erzeugt: " . date ( "Y/M/d H:i:s" , time ()); ?> </BODY> </HTML> Jetzt können sie die u.a. URL benutzen, um eine farblich hervorgehobene Version des Skriptes "/path/to/script.php" innerhalb ihrer Web-Seite zu zeigen. http://ihr.server.de/source/...
- PHP Manual
- [ highlight_file php.net ]
- PHP Funktion
- msg_stat_queue ( phplist Code 22% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_stat_queue -- Returns information from the message queue data structure
- Vorschau
- ...the following meanings: Tabelle 1. Array structure for msg_stat_queue msg_perm.uid The uid of the owner of the queue. msg_perm.gid The gid of the owner of the queue. msg_perm.mode The file access mode of the queue. msg_stime The time that the last message was sent to the queue. msg_rtime The time that the last message was received from the queue. msg_ctime The time that the queue was last changed. msg_qnum The number of messages waiting to...
- PHP Manual
- [ msg_stat_queue php.net ]
- PHP Funktion
- touch ( phplist Code 22% Relevanz )
- Rubrik
- Funktionen des Dateisystems
- Kurzform
- touch -- Setzt die Zugriffs- und Modifizierungszeit einer Datei
- Vorschau
- ...touch touch (PHP 3, PHP 4, PHP 5) touch -- Setzt die Zugriffs- und Modifizierungszeit einer Datei Beschreibung int touch ( string filename [, int time [, int atime]] ) Setzt Datum und Uhrzeit der letzten Änderung und des letzten Zugriffs der durch filename spezifizierten Datei auf den durch time spezifizierten Wert. Wenn die Option time nicht angegeben wurde, wird die aktuelle Zeit ...
- PHP Manual
- [ touch php.net ]
- PHP Funktion
- V. GOOD-PRACTICE RECOMMENDATIONS ( phplist Code 22% Relevanz )
- Rubrik
- Open Publication License
- Kurzform
- -----
- Vorschau
- ... are distributing Open Publication works on hardcopy or CD-ROM, you provide email notification to the authors of your intent to redistribute at least thirty days before your manuscript or media freeze, to give the authors time to provide updated documents. This notification should describe modifications, if any, made to the document. All substantive modifications (including deletions) be either clearly marked up in the document or else ...
- PHP Manual
- [ V. GOOD-PRACTICE RECOMMENDATIONS php.net ]
- PHP Funktion
- KADM5 ( phplist Code 22% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... an associative array. The keys for the associative array are defined as string constants below: Tabelle 2. Options for creating/modifying/retrieving principals constant funcdef description KADM5_PRINCIPAL long The expire time of the princial as a Kerberos timestamp. KADM5_PRINC_EXPIRE_TIME long The expire time of the princial as a Kerberos timestamp. KADM5_LAST_PW_CHANGE long The time this principal's password was last changed. ...
- PHP Manual
- [ KADM5 php.net ]
- PHP Funktion
- Newt Functions ( phplist Code 22% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... defined by newt_form_add_hot_key() was pressed NEWT_EXIT_COMPONENT some component has caused form to exit NEWT_EXIT_FDREADY file descriptor specified in newt_form_watch_fd() is ready to be read or written to NEWT_EXIT_TIMER time specified in newt_form_set_timer() has elapsed Newt colorsets Tabelle 2. Newt colorsets constant meaning NEWT_COLORSET_ROOT NEWT_COLORSET_BORDER NEWT_COLORSET_WINDOW NEWT_COLORSET_SHADOW NEWT_COLORSET_TITLE ...
- PHP Manual
- [ Newt Functions php.net ]
- PHP Funktion
- Pattern Syntax ( phplist Code 22% Relevanz )
- Rubrik
- Reguläre Ausdrücke Funktionen (Perl-kompatibel)
- Kurzform
- -----
- Vorschau
- ...matches space, formfeed, newline, carriage return, horizontal tab, and vertical tab. Perl 5 no longer includes vertical tab in its set of whitespace characters. The \v escape that was in the Perl documentation for a long time was never in fact recognized. However, the character itself was treated as whitespace at least up to 5.002. In 5.004 and 5.005 it does not match \s. PCRE does not allow repeat quantifiers on lookahead assertions. Perl ...
- PHP Manual
- [ Pattern Syntax php.net ]
- PHP Funktion
- Extension Possibilities ( phplist Code 22% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...-1 above, PHP can be extended primarily at three points: external modules, built-in modules, and the Zend engine. The following sections discuss these options. External Modules External modules can be loaded at script runtime using the function dl() . This function loads a shared object from disk and makes its functionality available to the script to which it's being bound. After the script is terminated, the external module is discarded from ...
- PHP Manual
- [ Extension Possibilities php.net ]
- PHP Funktion
- date_offset_get ( phplist Code 21% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_offset_get -- Returns the daylight saving time offset
- Vorschau
- ...date_offset_get date_offset_get (PHP 5 >= 5.1.0RC1) date_offset_get -- Returns the daylight saving time offset Beschreibung int date_offset_get ( DateTime object ) int DateTime::getOffset ( void ) Parameter Liste object DateTime object. Rückgabewerte Returns DST offset in seconds on success or FALSE on failure. date_modify date_parse...
- PHP Manual
- [ date_offset_get php.net ]
- PHP Funktion
- radius_get_attr ( phplist Code 21% Relevanz )
- Rubrik
- Radius
- Kurzform
- radius_get_attr -- Extracts an attribute
- Vorschau
- ...Like Radius requests, each response may contain zero or more attributes. After a response has been received successfully by radius_send_request() , its attributes can be extracted one by one using radius_get_attr() . Each time radius_get_attr() is called, it gets the next attribute from the current response. Rückgabewerte Returns an associative array containing the attribute-type and the data, or error number <= 0. Beispiele Beispiel 1. ...
- PHP Manual
- [ radius_get_attr php.net ]
- PHP Funktion
- SAMConnection::connect() ( phplist Code 21% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMConnection::connect() -- Establishes a connection to a Messaging Server
- Vorschau
- ... to the messaging infrastructure of a WebSphere Application server or cluster. A bus name must be specified in the options array (SAM_BUS) and endpoint and target chain may also be specified. rtt SAM_RTT Use the IBM Realtime transport protocol to connect to the messaging infrastructure. properties An optional associative array of properties to describe the details of the connection required. The following table lists the available property ...
- PHP Manual
- [ SAMConnection::connect() php.net ]
- PHP Funktion
- SAMConnection::receive() ( phplist Code 21% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMConnection::receive() -- Receive a message from a queue or subscription.
- Vorschau
- ... request selection of the message to receive based upon the correlation id string of the message. SAM_MESSAGEID Used to request selection of the message to receive based upon the message id string of the message. SAM_WAIT Timeout value in milliseconds to control how long the request should block waiting to receive a message before returning with a failure if no message is available on the queue or topic. The default value is 0 meaning wait ...
- PHP Manual
- [ SAMConnection::receive() php.net ]
- PHP Funktion
- Manual Installation Steps ( phplist Code 21% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ... distribution from the downloads page at http://www.php.net/downloads.php . Although there are many all-in-one installation kits, and we also distribute a PHP installer for Microsoft Windows, we recommend you take the time to setup PHP yourself as this will provide you with a better understanding of the system, and enables you to install PHP extensions easily when needed. Upgrading from a previous PHP version: Previous editions of the manual...
- PHP Manual
- [ Manual Installation Steps php.net ]
- PHP Funktion
- icap_list_alarms ( phplist Code 20% Relevanz )
- Rubrik
- ICAP Functions [removed]
- Kurzform
- icap_list_alarms -- Return a list of events that has an alarm triggered at the given datetime
- Vorschau
- ...icap_list_alarms icap_list_alarms (PHP 4 <= 4.2.3) icap_list_alarms -- Return a list of events that has an alarm triggered at the given datetime Description int icap_list_alarms ( int stream_id, array date, array time ) Returns an array of event ID's that has an alarm going off at the given datetime. icap_list_alarms() function takes in a datetime for a calendar stream. An array of event id's that has an alarm should be going off at ...
- PHP Manual
- [ icap_list_alarms php.net ]
- PHP Funktion
- odbc_data_source ( phplist Code 20% Relevanz )
- Rubrik
- ODBC Funktionen
- Kurzform
- odbc_data_source -- Returns information about a current connection
- Vorschau
- ... connection Description array odbc_data_source ( resource connection_id, int fetch_type ) Returns FALSE on error, and an array upon success. This function will return the list of available DNS (after calling it several times). The connection_id is required to be a valid ODBC connection. The fetch_type can be one of two constant types: SQL_FETCH_FIRST, SQL_FETCH_NEXT. Use SQL_FETCH_FIRST the first time this function is called, thereafter use ...
- PHP Manual
- [ odbc_data_source php.net ]
- PHP Funktion
- CGI and commandline setups ( phplist Code 20% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...as a CGI program, you may benchmark your build by typing make bench . Note that if Safe Mode is on by default, the benchmark may not be able to finish if it takes longer then the 30 seconds allowed. This is because the set_time_limit() can not be used in Safe Mode . Use the max_execution_time configuration setting to control this time for your own scripts. make bench ignores the configuration file . Anmerkung: make bench is only available for PHP...
- PHP Manual
- [ CGI and commandline setups php.net ]
- PHP Funktion
- OmniHTTPd Server ( phplist Code 20% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- .../stdcgi | actual = .php , and use the Add button. Click OK Repeat steps 2 - 6 for each extension you want to associate with PHP. Anmerkung: Some OmniHTTPd packages come with built in PHP support. You can choose at setup time to do a custom setup, and uncheck the PHP component. We recommend you to use the latest PHP binaries. Some OmniHTTPd servers come with PHP 4 beta distributions, so you should choose not to set up the built in support, but ...
- PHP Manual
- [ OmniHTTPd Server php.net ]
- PHP Funktion
- Expect Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... in der php.ini beeinflusst. In order to configure expect extension, there are configuration options in the configuration file php.ini . Tabelle 1. Expect Konfigurationsoptionen Name Standard Veränderbar Changelog expect.timeout "10" PHP_INI_ALL expect.loguser "1" PHP_INI_ALL expect.logfile "" PHP_INI_ALL For further details and definitions of the PHP_INI_* constants, see the Anhang G . Hier eine kurze Erklärung derKonfigurationsoptionen: ...
- PHP Manual
- [ Expect Functions php.net ]
- PHP Funktion
- Multibyte String Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... this feature is enabled, HTTP input character encoding may be converted to mbstring.internal_encoding automatically. Anmerkung: As of PHP 4.3.0, the option --enable-mbstr-enc-trans was eliminated and replaced with the runtime setting mbstring.encoding_translation . HTTP input character encoding conversion is enabled when this is set to On (the default is Off ). --disable-mbregex : Disable regular expression functions with multibyte character ...
- PHP Manual
- [ Multibyte String Functions php.net ]
- PHP Funktion
- Radius ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ( string ) Framed Route RADIUS_FRAMED_IPX_NETWORK ( string ) Framed IPX Network RADIUS_STATE ( string ) State RADIUS_CLASS ( int ) Class RADIUS_VENDOR_SPECIFIC ( int ) Vendor specific attribute RADIUS_SESSION_TIMEOUT ( int ) Session timeout RADIUS_IDLE_TIMEOUT ( int ) Idle timeout RADIUS_TERMINATION_ACTION ( int ) Termination action RADIUS_CALLED_STATION_ID ( int ) Called Station Id RADIUS_CALLING_STATION_ID ( string ) Calling ...
- PHP Manual
- [ Radius php.net ]
- PHP Funktion
- W32api Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ) DC_RETVAL_MATH4 ( integer ) DC_RETVAL_MATH8 ( integer ) DC_CALL_STD_BO ( integer ) DC_CALL_STD_MS ( integer ) DC_CALL_STD_M8 ( integer ) DC_FLAG_ARGPTR ( integer ) Beispiele This example gets the amount of time the system has been running and displays it in a message box. Beispiel 1. Get the uptime and display it in a message box <?php // Define constants needed, taken from // Visual Studio/Tools/Winapi/WIN32API.txt define ( "...
- PHP Manual
- [ W32api Functions php.net ]
- PHP Funktion
- Memcache::replace ( phplist Code 19% Relevanz )
- Rubrik
- Memcache Functions
- Kurzform
- Memcache::replace -- Replace value of the existing item
- Vorschau
- ... be associated with the item. var The variable to store. Strings and integers are stored as is, other types are stored serialized. flag Use MEMCACHE_COMPRESSED to store the item compressed (uses zlib). expire Expiration time of the item. If it's equal to zero, the item will never expire. You can also use unix timestamp or a number of seconds starting from current time, but in the latter case the number of seconds may not exceed 2592000 (30 ...
- PHP Manual
- [ Memcache::replace php.net ]
- PHP Funktion
- Datums- und Zeit-Funktionen ( phplist Code 19% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... 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 date_default_timezone_set -- Sets the default timezone used by all date/time ...
- PHP Manual
- [ Datums- und Zeit-Funktionen php.net ]
- PHP Funktion
- PHP's Automatic Build System ( phplist Code 19% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... not found]) dnl ],[ dnl -L$MY_MODULE_DIR/lib -lm -ldl dnl ]) dnl dnl PHP_SUBST(MY_MODULE_SHARED_LIBADD) PHP_NEW_EXTENSION(my_module, my_module.c, $ext_shared)fi If you're unfamiliar with M4 files (now is certainly a good time to get familiar), this might be a bit confusing at first; but it's actually quite easy. Note: Everything prefixed with dnl is treated as a comment and is not parsed. The config.m4 file is responsible for parsing the ...
- PHP Manual
- [ PHP's Automatic Build System php.net ]
- PHP Funktion
- maxdb_fetch_fields ( phplist Code 18% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_fetch_fields (no version information might be only in CVS)result->fetch_fields -- Returns an array of resources representing the fields in a result set
- Vorschau
- ... oriented style (method): class result { mixed fetch_fields ( void ) } This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array of resources. Return values Returns an array of resources which contains field definition informations or FALSE if no field information is available. Tabelle 1. Object...
- PHP Manual
- [ maxdb_fetch_fields 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 structure's ...
- PHP Manual
- [ mcal_event_set_end php.net ]
- PHP Funktion
- PDOStatement->bindParam() ( phplist Code 18% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDOStatement->bindParam() -- Binds a parameter to the specified variable name
- Vorschau
- ... a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement. Unlike PDOStatement->bindValue() , the variable is bound as a reference and will only be evaluated at the time that PDOStatement->execute() is called. Most parameters are input parameters, that is, parameters that are used in a read-only fashion to build up the query. Some drivers support the invocation of stored procedures ...
- PHP Manual
- [ PDOStatement->bindParam() php.net ]
- PHP Funktion
- RPM Header Reading Funktionen ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...RPMREADER_EPOCH ( integer ) 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 ...
- PHP Manual
- [ RPM Header Reading Funktionen php.net ]
- PHP Funktion
- hw_mapid ( phplist Code 17% Relevanz )
- Rubrik
- Hyperwave Functions
- Kurzform
- hw_mapid -- Maps global id on virtual local id
- Vorschau
- ... part of the global object id (GOid) of the object which is actually the IP number as an integer. Note: In order to use this function you will have to set the F_DISTRIBUTED flag, which can currently only be set at compile time in hg_comm.c. It is not set by default. Read the comment at the beginning of hg_comm.c hw_InsertObject hw_Modifyobject...
- PHP Manual
- [ hw_mapid php.net ]
- PHP Funktion
- hw_api->checkin ( phplist Code 17% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->checkin -- Checks in an object
- Vorschau
- ... object even if it is not under version control. HW_API_CHECKIN_REVERT_IF_NOT_CHANGED Check if the new version is different from the last version. Unless this is the case the object will be checked in. HW_API_CHECKIN_KEEP_TIME_MODIFIED Keeps the time modified from the most recent object. HW_API_CHECKIN_NO_AUTO_COMMIT The object is not automatically committed on check-in. See also hwapi_checkout() . hw_api_attribute hw_api->checkout...
- PHP Manual
- [ hw_api->checkin 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 structure...
- PHP Manual
- [ mcal_event_set_start php.net ]
- PHP Funktion
- mysqli_fetch_fields ( phplist Code 17% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_fetch_fields (no version information might be only in CVS)result->fetch_fields -- Returns an array of objects representing the fields in a result set
- Vorschau
- ... style (method): class mysqli_result { array fetch_fields ( void ) } This function serves an identical purpose to the mysqli_fetch_field() function with the single difference that, instead of returning one object at a time for each field, the columns are returned as an array of objects. Rückgabewerte Returns an array of objects which contains field definition information or FALSE if no field information is available. Tabelle 1. Object ...
- PHP Manual
- [ mysqli_fetch_fields php.net ]
- PHP Funktion
- stream_socket_accept ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_accept -- Accept a connection on a socket created by stream_socket_server()
- Vorschau
- ...stream_socket_accept stream_socket_accept (PHP 5) stream_socket_accept -- Accept a connection on a socket created by stream_socket_server() Description resource stream_socket_accept ( resource server_socket [, float timeout [, string &peername]] ) Accept a connection on a socket previously created by stream_socket_server() . If timeout is specified, the default socket accept timeout will be overridden with the time specified in ...
- PHP Manual
- [ stream_socket_accept php.net ]
- PHP Funktion
- stream_socket_client ( phplist Code 17% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_client -- Open Internet or Unix domain socket connection
- Vorschau
- ... stream_socket_client (PHP 5) stream_socket_client -- Open Internet or Unix domain socket connection Description resource stream_socket_client ( string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]] ) Initiates a stream or datagram connection to the destination specified by remote_socket . The type of socket created is determined by the transport specified using standard URL ...
- PHP Manual
- [ stream_socket_client 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
- ... = stream_socket_server ( "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
- Hyperwave Functions ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... at IICM in Graz. It started with the name Hyper-G and changed to Hyperwave when it was commercialised (in 1996). Hyperwave is not free software. The current version, 5.5 is available at http://www.hyperwave.com/ . A time limited version can be ordered for free (30 days). See also the Hyperwave API module. Hyperwave is an information system similar to a database ( HIS , Hyperwave Information Server). Its focus is the storage and ...
- PHP Manual
- [ Hyperwave Functions php.net ]
- PHP Funktion
- MaxDB PHP Extension ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Documentation for MaxDB can be found at http://dev.mysql.com/doc/maxdb/ . Anforderungen In order to have these functions available, you must compile PHP with MaxDB support. Additionally, you must have the MaxDB SQLDBC runtime library available to access the MaxDB server. Documentation for MaxDB SQLDBC can be found at http://dev.mysql.com/doc/maxdb/ . Download the MaxDB SQLDBC package from http://dev.mysql.com/downloads/maxdb/clients.html . ...
- PHP Manual
- [ MaxDB PHP Extension php.net ]
- PHP Funktion
- MCVE (Monetra) Payment Functions ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...in a comma-delimited response m_initconn -- Create and initialize an MCVE_CONN structure m_initengine -- Ready the client for IP/SSL Communication m_iscommadelimited -- Checks to see if response is comma delimited m_maxconntimeout -- The maximum amount of time the API will attempt a connection to MCVE m_monitor -- Perform communication with MCVE (send/receive data) Non-blocking m_numcolumns -- Number of columns returned in a comma delimited ...
- PHP Manual
- [ MCVE (Monetra) Payment Functions php.net ]
- PHP Funktion
- Streams as Resources ( phplist Code 17% Relevanz )
- Rubrik
- Streams API for PHP Extension Authors
- Kurzform
- -----
- Vorschau
- ... lines of code that are not strictly needed. To save yourself the trouble of writing the code, you can mark a stream as being OK for auto cleanup. What this means is that the streams API will not emit a warning when it is time to auto-cleanup a stream. To do this, you can use php_stream_auto_cleanup() . Streams Basics Streams Common API Reference...
- PHP Manual
- [ Streams as Resources php.net ]
- PHP Funktion
- Overview ( phplist Code 17% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...whole, all at once, thus giving a complete look at the big picture before doing anything practical. Although this is the "better" method, as no dirty hacks have to be made, it can be very frustrating as well as energy- and time-consuming, which is why we've decided on the direct approach. Note that even though this chapter tries to impart as much knowledge as possible about the inner workings of PHP, it's impossible to really give a complete ...
- PHP Manual
- [ Overview php.net ]
- PHP Funktion
- php_ini_scanned_files ( phplist Code 16% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
- Vorschau
- ... set and the directory was empty, an empty string is returned. If a file is unrecognizable, the file will still make it into the returned string but a PHP error will also result. This PHP error will be seen both at compile time and while using php_ini_scanned_files() . The returned configuration files also include the path as declared in the --with-config-file-scan-dir option. Also, each comma is followed by a newline. Beispiel 1. A simple ...
- PHP Manual
- [ php_ini_scanned_files php.net ]
- PHP Funktion
- PHP bytecode Compiler ( phplist Code 16% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ..., bcompiler reads the compressed bytecode from the end of the exe file. bcompiler can improve performance by about 30% when used with uncompressed bytecodes only. But keep in mind that uncompressed bytecode can be up to 5 times larger than the original source code. Using bytecode compression can save your space, but decompression requires much more time than parsing a source. bcompiler also does not do any bytecode optimization, this could be ...
- PHP Manual
- [ PHP bytecode Compiler php.net ]
- PHP Funktion
- Runkit_Sandbox_Parent ( phplist Code 16% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- Runkit_Sandbox_Parent -- Runkit Anti-Sandbox Class
- Vorschau
- ... value, other scopes in the active call stack may be inspected instead. A value of 0 (Default) will direct variable access at the global scope. 1 will point variable access at whatever variable scope was active at the time the current block of sandbox code was executed. Higher values progress back through the functions that called the functions that led to the sandbox executing code that tried to access its own parent's variables. Beispiel 2...
- PHP Manual
- [ Runkit_Sandbox_Parent php.net ]
- PHP Funktion
- getrusage ( phplist Code 15% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- getrusage -- Zeigt den aktuellen Ressourcenverbrauch an
- Vorschau
- ...äge können über ihre Dukumentenfeldernamen aufgerufen werden. Beispiel 1. getrusage() Beispiel $dat = getrusage(); echo $dat["ru_nswap"]; # number of swaps echo $dat["ru_majflt"]; # number of page faults echo $dat["ru_utime.tv_sec"]; # user time used (seconds) echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) Siehe auch im Handbuch des Betriebssystems für e Details. getopt ini_alter...
- PHP Manual
- [ getrusage php.net ]
- PHP Funktion
- http_send_last_modified ( phplist Code 15% Relevanz )
- Rubrik
- HTTP Funktionen
- Kurzform
- http_send_last_modified -- Send Last-Modified
- Vorschau
- ...http_send_last_modified http_send_last_modified (PECL) http_send_last_modified -- Send Last-Modified Beschreibung bool http_send_last_modified ( [int timestamp] ) Send a Last-Modified header with a valid HTTP date. Parameter Liste timestamp a unix timestamp, converted it to a valid HTTP date; if omitted, the current time will be sent Rückgabewerte Gibt bei Erfolg TRUE , ...
- PHP Manual
- [ http_send_last_modified php.net ]
- PHP Funktion
- maxdb_stmt_bind_result ( phplist Code 15% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_stmt_bind_result (no version information might be only in CVS)stmt->bind_result -- Binds variables to a prepared statement for result storage
- Vorschau
- ...Anmerkung: Note that all columns must be bound prior to calling maxdb_stmt_fetch() . Depending on column types bound variables can silently change to the corresponding PHP type. A column can be bound or rebound at any time, even after a result set has been partially retrieved. The new binding takes effect the next time maxdb_stmt_fetch() is called. Return values Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also maxdb_stmt_bind_param...
- PHP Manual
- [ maxdb_stmt_bind_result php.net ]
- PHP Funktion
- mysqli_stmt_bind_result ( phplist Code 15% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_stmt_bind_result (no version information might be only in CVS)stmt->bind_result -- Binds variables to a prepared statement for result storage
- Vorschau
- ... must be bound after mysqli_stmt_execute() and prior to calling mysqli_stmt_fetch() . Depending on column types bound variables can silently change to the corresponding PHP type. A column can be bound or rebound at any time, even after a result set has been partially retrieved. The new binding takes effect the next time mysqli_stmt_fetch() is called. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch ...
- PHP Manual
- [ mysqli_stmt_bind_result php.net ]
- PHP Funktion
- setcookie ( phplist Code 15% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- setcookie -- Sendet ein Cookie
- Vorschau
- ... darin keine sensiblen Informationen. Angenommen der Parameter name ist 'cookiename', so erhält man seinen Wert mittels $_COOKIE['cookiename'] . expire Der Zeitpunkt, an dem das Cookie ungültig wird. Dies ist ein Unix Timestamp, also die Anzahl Sekunden seit Beginn der Epoche. Mit anderen Worten, Sie werden diesen Wert wahrscheinlich mittels der Funktion time() plus der Anzahl Sekunden bis zum gewünschten Ablauf des Cookies setzen. Sie kö...
- PHP Manual
- [ setcookie php.net ]
- PHP Funktion
- stream_filter_register ( phplist Code 15% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_filter_register -- Register a stream filter implemented as a PHP class derived from php_user_filter
- Vorschau
- ...This method is called upon filter shutdown (typically, this is also during stream shutdown), and is executed after the flush method is called. If any resources were allocated or initialzed during onCreate this would be the time to destroy or dispose of them. The example below implements a filter named strtoupper on the foo-bar.txt stream which will capitalize all letter characters written to/read from that stream. Beispiel 1. Filter for ...
- PHP Manual
- [ stream_filter_register php.net ]
- PHP Funktion
- Hyperwave API Functions ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... at IICM in Graz. It started with the name Hyper-G and changed to Hyperwave when it was commercialised (in 1996). Hyperwave is not free software. The current version, 5.5, is available at http://www.hyperwave.com/ . A time limited version can be ordered for free (30 days). See also the Hyperwave module. Hyperwave is an information system similar to a database ( HIS , Hyperwave Information Server). Its focus is the storage and management of...
- PHP Manual
- [ Hyperwave API Functions php.net ]
- PHP Funktion
- SAM - Simple Asynchronous Messaging ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... should rebuild the configure.js file. Run the cscript command: cscript /nologo configure.js --with-sam="c:\program files\ibm\xms" The additional parameter passed for sam is the installation path to theXMS libraries and runtime that were installed as described under prerequisitesat the top of this file. You can specify whatever other cscript parameters you require to include orexclude items from the php build or select options. Assuming all has ...
- PHP Manual
- [ SAM - Simple Asynchronous Messaging php.net ]
- PHP Funktion
- Calling User Functions ( phplist Code 15% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... the compiler globals to your function, call the macro TSRMLS_FETCH once. The function name is specified in a zval container. This might be a bit surprising at first, but is quite a logical step, since most of the time you'll accept function names as parameters from calling functions within your script, which in turn are contained in zval containers again. Thus, you only have to pass your arguments through to this function. This zval ...
- PHP Manual
- [ Calling User Functions 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 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 ...
- PHP Manual
- [ http_cache_last_modified php.net ]
- PHP Funktion
- NSAPI-specific Functions ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...settings in php.ini . Configuration settings from php.ini may be overridden by additional parameters to the php4_execute call in obj.conf Tabelle 1. NSAPI configuration options Name Default Changeable Changelog nsapi.read_timeout "60" PHP_INI_ALL Available since PHP 4.3.3. For further details and definitions of the PHP_INI_* constants, see the Anhang G . Hier eine kurze Erklärung derKonfigurationsoptionen: nsapi.read_timeout integer Sets the ...
- PHP Manual
- [ NSAPI-specific Functions php.net ]
- PHP Funktion
- php_stream_sock_open_host ( phplist Code 14% Relevanz )
- Rubrik
- Streams Socket API Reference
- Kurzform
- -----
- Vorschau
- ... php_stream_sock_open_host php_stream_sock_open_host -- Open a connection to a host and return a stream Description php_stream * php_stream_sock_open_host ( const char * host, unsigned short port, int socktype, struct timeval * timeout, int persistent ) php_stream_sock_open_host() establishes a connect to the specified host and port . socktype specifies the connection semantics that should apply to the connection. Values for socktype are ...
- PHP Manual
- [ php_stream_sock_open_host php.net ]
- PHP Funktion
- PHP input/output streams ( phplist Code 14% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ..." . php://stdin and php://input are read-only, whereas php://stdout , php://stderr and php://output are write-only. php://filter is a kind of meta-wrapper designed to permit the application of filters to a stream at the time of opening. This is useful with all-in-one file functions such as readfile() , file() , and file_get_contents() where there is otherwise no opportunity to apply a filter to the stream prior the contents being read. The ...
- PHP Manual
- [ PHP input/output streams php.net ]
- PHP Funktion
- db2_connect ( phplist Code 13% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_connect -- Returns a connection to a database
- Vorschau
- .... Queries coded with an OPTIMIZE FOR nnn ROWS clause honor the goal specified by the clause. DB2_ALL_IO All queries are optimized with the goal of running the entire query to completion in the shortest amount of elapsed time. This is a good option when the output of a query is being written to a file or report, or the interface is queuing the output data. Queries coded with an OPTIMIZE FOR nnn ROWS clause honor the goal specified by the clause...
- PHP Manual
- [ db2_connect php.net ]
- PHP Funktion
- db2_execute ( phplist Code 13% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_execute -- Executes a prepared SQL statement
- Vorschau
- ...a row as an array from the stmt resource using db2_fetch_assoc() , db2_fetch_both() , or db2_fetch_array() . Alternatively, you can use db2_fetch_row() to move the result set pointer to the next row and fetch a column at a time from that row with db2_result() . Refer to db2_prepare() for a brief discussion of the advantages of using db2_prepare() and db2_execute() rather than db2_exec() . Parameter Liste stmt A prepared statement returned from...
- PHP Manual
- [ db2_execute php.net ]
- PHP Funktion
- DomNode->add_namespace ( phplist Code 13% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomNode->add_namespace -- Adds a namespace declaration to a node
- Vorschau
- ... URI of the node. prefix The namespace prefix of the node. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Migrating to PHP 5 You can set the namespace URI and prefix of a DOMElement or a DOMAttr at creation time by using DOMDocument->createElementNS() or DOMDocument->createAttributeNS() . Anmerkung: Remember the an attribute does not inherit its namespace from the element it is attached to. Siehe auch DomDocument->...
- PHP Manual
- [ DomNode->add_namespace php.net ]
- PHP Funktion
- ssh2_connect ( phplist Code 13% Relevanz )
- Rubrik
- Secure Shell2 Functions
- Kurzform
- ssh2_connect -- Connect to an SSH server
- Vorschau
- ...-sha1 , hmac-sha1-96 , hmac-ripemd160 , hmac-ripemd160@openssh.com , and none** Crypt and MAC method " none ": For security reasons, none is disabled by the underlying libssh2 library unless explicitly enabled during build time by using the appropriate ./configure options. See documentation for the underlying library for more information. Tabelle 3. callbackss may be an associative array with any or all of the following parameters. Index Meaning...
- PHP Manual
- [ ssh2_connect php.net ]
- PHP Funktion
- yaz_connect ( phplist Code 13% Relevanz )
- Rubrik
- YAZ Functions
- Kurzform
- yaz_connect -- Prepares for a connection to a Z39.50 server
- Vorschau
- ...() . piggyback A boolean. If TRUE piggyback is enabled for searches; If FALSE piggyback is disabled. By default piggyback is enabled. Enabling piggyback is more efficient and usually saves a network-round-trip for first time fetches of records. However, a few Z39.50 servers do not support piggyback or they ignore element set names. For those, piggyback should be disabled. charset A string that specifies character set to be used in Z39.50 ...
- PHP Manual
- [ yaz_connect php.net ]
- PHP Funktion
- Variablen außerhalb von PHP ( phplist Code 13% Relevanz )
- Rubrik
- Variablen
- Kurzform
- -----
- Vorschau
- ... die setcookie() -Seite des Handbuchs. Wenn Sie einer einzelnen Cookie-Variable mehrere Werte zuweisen wollen, müssen Sie diese als Array übertragen. Zum Beispiel: <?php setcookie ( "MeinCookie[foo]" , "Ich teste 1" , time ()+ 3600 ); setcookie ( "MeinCookie[bar]" , "Ich teste 2" , time ()+ 3600 ); ?> Das erzeugt zwei einzelne Cookies obwohl MeinCookie in Ihrem Skript nun ein einziges Array ist. Wenn Sie nur ein Cookie mit mehreren ...
- PHP Manual
- [ Variablen außerhalb von PHP php.net ]
- PHP Funktion
- SDO Relational Data Access Service Functions ( phplist Code 13% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... and the PDO database connection can be garbage collected. Quite possibly the data in the data graph will go through a number of modifications. The data graph can be serialised into the PHP session and so may have a lifetime beyond just one client-server interaction. Data objects can be created and added to the graph, the data objects already in the graph can be deleted, and data objects in the graph can be modified. Finally, the changes made...
- PHP Manual
- [ SDO Relational Data Access Service Functions php.net ]
- PHP Funktion
- session_start ( phplist Code 12% Relevanz )
- Rubrik
- Session Funktionen
- Kurzform
- session_start -- Initialisiert eine Session
- Vorschau
- ... wird. Beispiel 1. Ein Session-Beispiel: seite1.php <?php // seite1.php session_start (); echo 'Willkommen auf Seite #1' ; $_SESSION [ 'farbe' ] = 'grün' ; $_SESSION [ 'tier' ] = 'Spinne' ; $_SESSION [ 'zeit' ] = time (); // Funktioniert, falls das Session-Cookie akzeptiert wurde echo '<br /><a href="seite2.php">Seite 2</a>' ; // Oder die Session-ID mit übergeben, für den Fall, dass sie benötigt wird echo '<br />...
- PHP Manual
- [ session_start php.net ]
- PHP Funktion
- Source Layout ( phplist Code 12% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...which defines Zend's API. You should also follow some sub-inclusions from these files; for example, the ones relating to the Zend executor, the PHP initialization file support, and such. After reading these files, take the time to navigate around the package a little to see the interdependencies of all files and modules - how they relate to each other and especially how they make use of each other. This also helps you to adapt to the coding style...
- PHP Manual
- [ Source Layout php.net ]
- PHP Funktion
- Startup and Shutdown Functions ( phplist Code 12% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...Startup and Shutdown Functions PHP Handbuch Kapitel 46. Zend API: Hacking the Core of PHP Startup and Shutdown Functions Startup and shutdown functions can be used for one-time initialization and deinitialization of your modules. As discussed earlier in this chapter (see the description of the Zend module descriptor block), there are module, and request startup and shutdown events. The module ...
- PHP Manual
- [ Startup and Shutdown Functions php.net ]
- PHP Funktion
- db2_conn_error ( phplist Code 11% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_conn_error -- Returns a string containing the SQLSTATE returned by the last connection attempt
- Vorschau
- ...() returns FALSE in the event of a failed connection attempt, you do not pass any parameters to db2_conn_error() to retrieve the SQLSTATE value. If, however, the connection was successful but becomes invalid over time, you can pass the connection parameter to retrieve the SQLSTATE value for a specific connection. To learn what the SQLSTATE value means, you can issue the following command at a DB2 Command Line Processor prompt: db2 '? ...
- PHP Manual
- [ db2_conn_error php.net ]
- PHP Funktion
- debug_zval_dump ( phplist Code 11% Relevanz )
- Rubrik
- Funktionen zur Behandlung von Variablen
- Kurzform
- debug_zval_dump -- Dumps a string representation of an internal zend value to output
- Vorschau
- .... To illustrate, consider a slightly modified version of the above example: Beispiel 2. <?php $var1 = 'Hello World' ; $var2 = '' ; $var2 =& $var1 ; debug_zval_dump ( $var1 ); // not passed by reference, this time ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: string(11) "Hello World" refcount(1) Why refcount(1) ? Because a copy of $var1 is being made, when the function is called. This function becomes even more ...
- PHP Manual
- [ debug_zval_dump php.net ]
- PHP Funktion
- dns_get_record ( phplist Code 11% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- dns_get_record -- Fetch DNS Resource Records associated with a hostname
- Vorschau
- ... records and as such this parameter will always return IN . type String containing the record type. Additional attributes will also be contained in the resulting array dependant on the value of type. See table below. ttl Time To Live remaining for this record. This will not equal the record's original ttl, but will rather equal the original ttl minus whatever length of time has passed since the authoritative name server was queried. hostname ...
- PHP Manual
- [ dns_get_record php.net ]
- PHP Funktion
- expect_expectl ( phplist Code 11% Relevanz )
- Rubrik
- Expect Functions
- Kurzform
- expect_expectl -- Waits until the output from a process matches one of the patterns a specified time period has passed or an EOF is seen
- Vorschau
- ...expect_expectl expect_expectl (no version information, might be only in CVS) expect_expectl -- Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen Beschreibung mixed expect_expectl ( resource expect, array cases, array &match ) Waits until the output from a process matches one of the patterns, a specified time period has ...
- PHP Manual
- [ expect_expectl php.net ]
- PHP Funktion
- radius_put_attr ( phplist Code 11% Relevanz )
- Rubrik
- Radius
- Kurzform
- radius_put_attr -- Attaches a binary attribute
- Vorschau
- ...Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. radius_put_attr() example <?php mt_srand ( time ()); $chall = mt_rand (); $chapval = md5 ( pack ( 'Ca*' , 1 , 'sepp' . $chall )); $pass = pack ( 'CH*' , 1 , $chapval ); if (! radius_put_attr ( $res , RADIUS_CHAP_PASSWORD , $pass )) { echo 'RadiusError:' . ...
- PHP Manual
- [ radius_put_attr php.net ]
- PHP Funktion
- session_destroy ( phplist Code 11% Relevanz )
- Rubrik
- Session Funktionen
- Kurzform
- session_destroy -- Löscht alle in einer Session registrierten Daten
- Vorschau
- ... Session gelöscht werden soll, löschen Sie auch das // Session-Cookie. // Achtung: Damit wird die Session gelöscht, nicht nur die Session-Daten! if (isset( $_COOKIE [ session_name ()])) { setcookie ( session_name (), '' , time ()- 42000 , '/' ); } // Zum Schluß, löschen der Session. session_destroy (); ?> Anmerkung: Verwenden Sie session_unset() nur bei veraltetem Code, bei dem nicht $_SESSION benutzt wird. Siehe auch unset() und setcookie...
- PHP Manual
- [ session_destroy php.net ]
- PHP Funktion
- Error handling ( phplist Code 11% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ... of the failure, and any additional descriptive information the driver developer feels worthy of inclusion. It is generally a good idea to include all diagnostic information obtainable from the database interface at the time of the failure. For driver-detected errors (such as memory allocation problems), the driver developer can define whatever error information that seems appropriate. Constants Zend API: Hacking the Core of PHP...
- PHP Manual
- [ Error handling php.net ]
- PHP Funktion
- Extending PHP 3 ( phplist Code 11% Relevanz )
- Rubrik
- PHP und Zend Engine Interna
- Kurzform
- -----
- Vorschau
- ... malloc'ed manually because the memory management code will try to free this pointer later. Do not pass statically allocated memory into a SET_VAR_STRING. Symbol tables in PHP are implemented as hash tables. At any given time, &symbol_table is a pointer to the 'main' symbol table, and active_symbol_table points to the currently active symbol table (these may be identical like in startup, or different, if you're inside a function). The ...
- PHP Manual
- [ Extending PHP 3 php.net ]
- PHP Funktion
- PostgreSQL Session Save Handler ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... table as long as all fields are defined. Application variables table definition CREATE TABLE php_app_vars ( app_modified integer, app_name text, app_vars text); Contact Information I have at the moment not very much time to further develop this extension. I will implement more and more features in the near future. If you have comments, bug fixes, enhancements or want to help developing this, you can drop me a mail at yohgaki@php.net . Any...
- PHP Manual
- [ PostgreSQL Session Save Handler php.net ]
- PHP Funktion
- Runkit_Sandbox ( phplist Code 11% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine
- Vorschau
- ..., 3 == The scope before that, etc..., etc... 0 (Global) parent_scope String When parent_scope is set to a string value, it refers to a named array variable in the global scope. If the named variable does not exist at the time of access it will be created as an empty array. If the variable exists but it not an array, a dummy array will be created containing a reference to the named global variable. runkit Functions Runkit_Sandbox_Parent...
- PHP Manual
- [ Runkit_Sandbox php.net ]
- PHP Funktion
- db2_conn_errormsg ( phplist Code 10% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_conn_errormsg -- Returns the last connection error message and SQLCODE value
- Vorschau
- ... the event of a failed connection attempt, do not pass any parameters to db2_conn_errormsg() to retrieve the associated error message and SQLCODE value. If, however, the connection was successful but becomes invalid over time, you can pass the connection parameter to retrieve the associated error message and SQLCODE value for a specific connection. Parameter Liste connection A connection resource associated with a connection that initially ...
- PHP Manual
- [ db2_conn_errormsg php.net ]
- PHP Funktion
- ncurses_slk_touch ( phplist Code 10% Relevanz )
- Rubrik
- Ncurses Terminal Screen Control Functions
- Kurzform
- ncurses_slk_touch -- Forces output when ncurses_slk_noutrefresh is performed
- Vorschau
- ... ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. The ncurses_slk_touch() function forces all the soft labels to be output the next time a ncurses_slk_noutrefresh() is performed. ncurses_slk_set ncurses_standend...
- PHP Manual
- [ ncurses_slk_touch php.net ]
- PHP Funktion
- Error Handling and Logging Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Set the error reporting level. The parameter is either an integer representing a bit field, or named constants. The error_reporting levels and constants are described in Predefined Constants , and in php.ini . To set at runtime, use the error_reporting() function. See also the display_errors directive. In PHP 4 and PHP 5 the default value is E_ALL & ~E_NOTICE. This setting does not show E_NOTICE level errors. You may want to show them during...
- PHP Manual
- [ Error Handling and Logging Functions php.net ]
- PHP Funktion
- Standard PHP Library (SPL) Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... element of the inner iterator has children DirectoryIterator::__construct -- Constructs a new dir iterator from a path DirectoryIterator::current -- Return this (needed for Iterator interface) DirectoryIterator::getATime -- Get last access time of file DirectoryIterator::getCTime -- Get inode modification time of file DirectoryIterator::getChildren -- Returns an iterator for the current entry if it is a directory DirectoryIterator::...
- PHP Manual
- [ Standard PHP Library (SPL) Functions php.net ]
- PHP Funktion
- Reference: Some Configuration Macros ( phplist Code 10% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... must to call for PHP to configure your extension. You can supply a second argument in addition to your module name, indicating whether you intend compilation as a shared module. This will result in a definition at compile time for your source as COMPILE_DL_<modulename> . Where to Go from Here API Macros...
- PHP Manual
- [ Reference: Some Configuration Macros php.net ]
- PHP Funktion
- Source Discussion ( phplist Code 10% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...Source Discussion PHP Handbuch Kapitel 46. Zend API: Hacking the Core of PHP Source Discussion Now that you've got a safe build environment and you're able to include the modules into PHP files, it's time to discuss how everything works. Module Structure All PHP modules follow a common structure: Header file inclusions (to include all required macros, API definitions, etc.) C declaration of exported functions (required ...
- PHP Manual
- [ Source Discussion php.net ]
- PHP Funktion
- Debugger-Protokoll ( phplist Code 9% Relevanz )
- Rubrik
- Der PHP-Debugger
- Kurzform
- -----
- Vorschau
- ... 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
- win32_ps_stat_proc ( phplist Code 9% Relevanz )
- Rubrik
- win32ps Functions
- Kurzform
- win32_ps_stat_proc -- Stat process
- Vorschau
- ... , quota_peak_paged_pool_usage , quota_paged_pool_usage , quota_peak_non_paged_pool_usage , quota_non_paged_pool_usage , pagefile_usage and peak_pagefile_usage . tms An array containing information about the following CPU time utilization indicators: created , kernel and user . Siehe auch win32_ps_list_procs() win32_ps_stat_mem win32service Functions...
- PHP Manual
- [ win32_ps_stat_proc php.net ]
- PHP Funktion
- Advanced PHP debugger ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... profile data, issue the pprofp command with the sort and display options of your choice. The formatted output will look something like: bash-2.05b$ pprofp -R /tmp/pprof.22141.0 Trace for /home/dan/testapd.phpTotal Elapsed Time = 0.00Total System Time = 0.00Total User Time = 0.00 Real User System secs/ cumm%Time (excl/cumm) (excl/cumm) (excl/cumm) Calls call s/call Memory Usage Name...
- PHP Manual
- [ Advanced PHP debugger php.net ]
- PHP Funktion
- Where to Go from Here ( phplist Code 8% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... though this chapter often had a mostly "referential" character, we hope that it gave you insight on how to start writing your own extensions. For the sake of space, we had to leave out a lot; we suggest that you take the time to study the header files and some modules (especially the ones in the ext/standard directory and the MySQL module, as these implement commonly known functionality). This will give you an idea of how other people have used...
- PHP Manual
- [ Where to Go from Here php.net ]
- PHP Funktion
- PHP und andere Sprachen ( phplist Code 7% Relevanz )
- Rubrik
- FAQ: Frequently Asked Questions
- Kurzform
- -----
- Vorschau
- ... for scripting for the web where Perl was designed to do a lot more and can because of this get very complicated. The flexibility / complexity of Perl makes it easier to write code that another author / coder has a hard time reading. PHP has a less confusing and stricter format without losing flexibility. PHP is easier to integrate into existing HTML than Perl. PHP has pretty much all the 'good' functionality of Perl: constructs, syntax and so...
- PHP Manual
- [ PHP und andere Sprachen php.net ]
- PHP Funktion
- session_set_save_handler ( phplist Code 7% Relevanz )
- Rubrik
- Session Funktionen
- Kurzform
- session_set_save_handler -- Setzt benutzerdefinierte Session-Speicherfunktionen
- Vorschau
- ... ); fclose ( $fp ); return $return ; } else { return( false ); } } function destroy ( $id ) { global $sess_save_path ; $sess_file = "$sess_save_path/sess_$id" ; return(@ unlink ( $sess_file )); } function gc ( $maxlifetime ) { global $sess_save_path ; foreach ( glob ( "$sess_save_path/sess_*" ) as $filename ) { if ( filemtime ( $filename ) + $maxlifetime < time ()) { @ unlink ( $filename ); } } return true ; } session_set_save_handler ( "...
- PHP Manual
- [ session_set_save_handler php.net ]
- PHP Funktion
- Fleshing out your skeleton ( phplist Code 7% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ... is your responsibility to process them before you return, raising an error for any unknown options that are passed. One very important responsibility of this function is the processing of SQL statement parameters. At the time of this call, PDO does not if your driver supports binding parameters into prepared statements, nor does it know if it supports named or positional parameter naming conventions. Your driver is responsible for setting stmt...
- PHP Manual
- [ Fleshing out your skeleton php.net ]
- PHP Funktion
- Zend API: Hacking the Core of PHP ( phplist Code 5% Relevanz )
- Rubrik
- PHP und Zend Engine Interna
- Kurzform
- -----
- Vorschau
- ... Initialization File Support Where to Go from Here Reference: Some Configuration Macros API Macros API Function and Macro reference (work in progress) Introduction Those who know don't talk. Those who talk don't know. Sometimes, PHP "as is" simply isn't enough. Although these cases are rare for the average user, professional applications will soon lead PHP to the edge of its capabilities, in terms of either speed or functionality. New ...
- PHP Manual
- [ Zend API: Hacking the Core of PHP php.net ]