
PHP Funktionen : PHP Übersicht : PHP Manual
system
PHP
Function system / PHP
Funktion system
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
system
- PHP Funktion
- system ( phplist Code 100% Relevanz )
- Rubrik
- Funktionen zur Programmausführung
- Kurzform
- system -- Führt ein externes Programm aus und zeigt dessen Ausgabe an.
- Vorschau
- ...system system (PHP 3, PHP 4, PHP 5) system -- Führt ein externes Programm aus und zeigt dessen Ausgabe an. Beschreibung string system ( string befehl [, int return_var] ) Die Funktion system() ähnelt der C Version der Funktion sehr, indem es einen übergebenen Befehl ausführt und dessen Ausgabe anzeigt. Wir als z Parameter der Funktion eine Variable übergeben, so wird der Rückgabestatus des Befehls in diese ...
- PHP Manual
- [ system php.net ]
- PHP Funktion
- syslog ( phplist Code 50% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- syslog -- Erzeugt eine Meldung im System-Logging
- Vorschau
- ...syslog syslog (PHP 3, PHP 4, PHP 5) syslog -- Erzeugt eine Meldung im System-Logging Beschreibung: int syslog ( int priority, string message ) Die Funktion syslog() erzeugt eine Status-Meldung, die an die System-Log-Funktion gereicht wird. Der Parameter priority ist eine Kombination der System-Möglichkeiten und dem Level. Werte hierzu werden im nächsten Abschnitt genannt. Es verbleibt die zu sendende Nachricht, in der die beiden ...
- PHP Manual
- [ syslog php.net ]
- PHP Funktion
- tempnam ( phplist Code 46% Relevanz )
- Rubrik
- Funktionen des Dateisystems
- Kurzform
- tempnam -- Erzeugt eine Datei mit eindeutigem Dateinamen
- Vorschau
- ... ( string dir, string prefix ) Erzeugt eine Datei mit einem eindeutigen Dateinamen in dem spezifizierten Verzeichnis. Wenn das Verzeichnis nicht existiert, erstellt tempnam() eine Datei im temporären Verzeichnis des Systems, und gibt den Dateinamen . Vor PHP 4.0.6 war das Verhalten von tempnam() systemabhängig. Unter Windows wird die TMP-Umgebungsvariable den dir Parameter überschreiben, unter Linux-Systemen hat die TMPDIR ...
- PHP Manual
- [ tempnam php.net ]
- PHP Funktion
- ps_translate ( phplist Code 44% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_translate -- Sets translation
- Vorschau
- ...ps_translate ps_translate (PECL) ps_translate -- Sets translation Beschreibung bool ps_translate ( resource psdoc, float x, float y ) Sets a new initial point of the coordinate system. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . x x-coordinate of the origin of the translated coordinate system. y y-coordinate of the origin of the translated coordinate ...
- PHP Manual
- [ ps_translate php.net ]
- PHP Funktion
- strftime ( phplist Code 43% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- strftime -- Formatiert eine Zeit-/Datumsangabe nach den lokalen Einstellungen
- Vorschau
- ... Timestamps, deshalb könnte der Wertebereich eines Datums durch den Beginn der Unix Epoche begrenzt sein. Das bedeutet, dass z.B. %e, %T, %R und %D (und vielleicht noch e) und Zeitangaben vor dem Jan 1, 1970 auf Windowssystemen, einigen Linuxdisrtibutionen und einigen anderen Betriebssytemen nicht funktionieren. Für Windowsbetriebssysteme finden Sie eine komplette Übersicht der gültigen / bekannten Platzhalter im Formatierungsstring auf dieser...
- PHP Manual
- [ strftime php.net ]
- PHP Funktion
- posix_setegid ( phplist Code 42% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_setegid -- Setzt die effektive Gruppen-ID des aktuellen Prozesses
- Vorschau
- ...posix_setegid ( int gid ) Diese Funktion setzt die effektive Gruppen-ID des aktuellen Prozesses. Es handelt sich um eine privilegierte Funktion, für die Sie die entspechenden Berechtigungen (normalerweise root) auf Ihrem System benötigen, um diese Funktion ausführen zu können. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . posix_mknod posix_seteuid...
- PHP Manual
- [ posix_setegid php.net ]
- PHP Funktion
- posix_seteuid ( phplist Code 42% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_seteuid -- Setzt die effektive Benutzer-ID des aktuellen Prozesses
- Vorschau
- ... ( int uid ) Diese Funktion setzt die effektive Benutzer-ID uid des aktuellen Prozesses. Es handelt sich um eine privilegierte Funktion, für die Sie die entspechenden Berechtigungen (normalerweise root) auf Ihrem System benötigen, um diese Funktion ausführen zu können. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch posix_setgid() . posix_setegid posix_setgid...
- PHP Manual
- [ posix_seteuid php.net ]
- PHP Funktion
- stream_select ( phplist Code 42% 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() ...
- PHP Manual
- [ stream_select php.net ]
- PHP Funktion
- fpassthru ( phplist Code 40% Relevanz )
- Rubrik
- Funktionen des Dateisystems
- Kurzform
- fpassthru -- Gibt alle verbleibenden Daten eines Dateizeigers direkt aus.
- Vorschau
- ...: Wenn Sie fpassthru() auf eine binäre Datei unter Windows anwenden, sollten Sie sicherstellen, dass die Datei im Binärmodus geöffnet wurde, indem Sie ein b an den Mode-Parameter von fopen() anhängen. Auch wenn es Ihr System nicht verlangt, sollten Sie den b Flag bei Binärdateien verwenden, um die Portabilität Ihrer Skripte zu erhöhen. Siehe auch readfile() , fopen() , popen() und fsockopen() fopen fputcsv...
- PHP Manual
- [ fpassthru php.net ]
- PHP Funktion
- ps_rotate ( phplist Code 40% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_rotate -- Sets rotation factor
- Vorschau
- ...ps_rotate ps_rotate (PECL) ps_rotate -- Sets rotation factor Beschreibung bool ps_rotate ( resource psdoc, float rot ) Sets the rotation of the coordinate system. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . rot Angle of rotation in degree. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Rotation ...
- PHP Manual
- [ ps_rotate php.net ]
- PHP Funktion
- sys_getloadavg ( phplist Code 40% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- sys_getloadavg -- get average system load
- Vorschau
- ...sys_getloadavg sys_getloadavg (no version information, might be only in CVS) sys_getloadavg -- get average system load Beschreibung array sys_getloadavg ( void ) This function returns three samples representing the average system load (the number of processes in the system run queue) over the last 1, 5 and 15 minutes, respectively. ...
- PHP Manual
- [ sys_getloadavg php.net ]
- PHP Funktion
- Dateisystem - Sicherheit ( phplist Code 40% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ...Dateisystem - Sicherheit Kapitel 26. Dateisystem - Sicherheit PHP ist von den in den meisten Serversystemen implementierten Sicherheitseinstellungen hinsichtlich der Berechtigungen auf Datei- und Verzeichnisebene abhängig. Dies verleiht Ihnen Kontrolle darüber, welche Dateien in dem Dateisystem gelesen werden dürfen. Vorsicht...
- PHP Manual
- [ Dateisystem - Sicherheit php.net ]
- PHP Funktion
- php_stream_cast ( phplist Code 38% Relevanz )
- Rubrik
- Streams Common API Reference
- Kurzform
- -----
- Vorschau
- .... This causes the stream to be closed in such a way the underlying handle is preserved and returned in ret . If this function succeeds, stream should be considered closed and should no longer be used. Anmerkung: If your system supports fopencookie() (systems using glibc 2 or later), the streams API will always be able to synthesize an ANSI FILE* pointer over any stream. While this is tremendously useful for passing any PHP stream to any third-...
- PHP Manual
- [ php_stream_cast php.net ]
- PHP Funktion
- crypt ( phplist Code 36% Relevanz )
- Rubrik
- String-Funktionen
- Kurzform
- crypt -- Einweg-String-Verschlüsselung (Hashbildung)
- Vorschau
- ...sselung (Hashbildung) Beschreibung string crypt ( string str [, string salt] ) crypt() einen String , der unter Verwendung des Unix-Standard-Verschlüsselungsalgorithmus DES erstellt wurde. Dieser Algorithmus muss auf dem System verfügbar sein. Die zu übergebenden Argumente sind der zu verschlüsselnde String und optional ein Salt-String, der die Schlüsselbasis bildet. Lesen Sie die Man-Pages ihres Unix-Systems, wenn Sie e Informationen zu Crypt ...
- PHP Manual
- [ crypt php.net ]
- PHP Funktion
- idate ( phplist Code 36% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- idate -- Format a local time/date as integer
- Vorschau
- ...() may return fewer digits than you would expect. See the example below. Errors/Exceptions Every call to a date/time function will generate a E_NOTICE if the time zone is not valid, and/or a E_STRICT messageif using the system settings or the TZ environmentvariable. See also date_default_timezone_set() ChangeLog Version Beschreibung 5.1.0 Now issues the E_STRICT and E_NOTICE time zone errors. Beispiele Beispiel 1. idate() example <?php $...
- PHP Manual
- [ idate php.net ]
- PHP Funktion
- Stream Functions ( phplist Code 36% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ..., ftps, compress.zlib, compress.bz2, and php. See Anhang M for a list of PHP builtin wrappers. If no wrapper is specified, the function default is used (typically file ://). target - Depends on the wrapper used. For filesystem related streams this is typically a path and filename of the desired file. For network related streams this is typically a hostname, often with a path appended. Again, see Anhang M for a description of targets for builtin...
- PHP Manual
- [ Stream Functions php.net ]
- PHP Funktion
- mysqli_stat ( phplist Code 35% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_stat (no version information might be only in CVS)mysqli->stat -- Gets the current system status
- Vorschau
- ...mysqli_stat mysqli_stat (PHP 5) mysqli_stat (no version information, might be only in CVS) mysqli->stat -- Gets the current system status Description Procedural style: string mysqli_stat ( mysqli link ) Object oriented style (method): class mysqli { string stat ( void ) } mysqli_stat() returns a string containing information similar to that provided...
- PHP Manual
- [ mysqli_stat php.net ]
- PHP Funktion
- Apache 2.0 auf Unix Systemen ( phplist Code 35% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...Apache 2.0 auf Unix Systemen PHP Handbuch Kapitel 4. Installation auf Unix-Systemen Apache 2.0 auf Unix Systemen Dieser Abschnitt enthält Hinweise und Tipps die sich auf die Installation von PHP speziell für Apache 2.0 auf Unix Systemen beziehen. Warnung Verwenden Sie Apache 2.0.x und PHPweder unter Unix noch Windows in einer ...
- PHP Manual
- [ Apache 2.0 auf Unix Systemen php.net ]
- PHP Funktion
- PHP's Automatic Build System ( phplist Code 35% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...PHP's Automatic Build System PHP Handbuch Kapitel 46. Zend API: Hacking the Core of PHP PHP's Automatic Build System PHP 4 features an automatic build system that's very flexible. All modules reside in a subdirectory of the ext directory. In addition to its own sources, each module consists of a config.m4 file, for extension configuration. (for example, see http://www.gnu.org/...
- PHP Manual
- [ PHP's Automatic Build System php.net ]
- PHP Funktion
- gmdate ( phplist Code 33% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- gmdate -- Formatiert eine GMT/UTC Zeit- Datumsangabe
- Vorschau
- ... 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 "Dec 31 1997 23:00:00" gibt. Beispiel 1. gmdate() Beispiel <?php echo date ( "M d Y H:i:s" , ...
- PHP Manual
- [ gmdate php.net ]
- PHP Funktion
- mysqli_error ( phplist Code 33% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_error -- Returns a string description of the last error
- Vorschau
- ... ( $link , "SET a=1" )) { printf ( "Errormessage: %s\n" , mysqli_error ( $link )); } /* close connection */ mysqli_close ( $link ); ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: Errormessage: Unknown system variable 'a' mysqli_errno mysqli_escape_string...
- PHP Manual
- [ mysqli_error php.net ]
- PHP Funktion
- posix_setgid ( phplist Code 33% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_setgid -- Setzt die Gruppen-ID des aktuellen Prozesses
- Vorschau
- ... posix_setgid ( int gid ) Diese Funktion setzt die reale Gruppen-ID gid des aktuellen Prozesses. Es handelt sich um eine privilegierte Funktion, für die Sie die entspechenden Berechtigungen (normalerweise root) auf Ihrem System benötigen, um diese Funktion ausführen zu können. Die sachgemäße Reihenfolge der Funktionsaufrufe ist zuerst posix_setgid() und zuletzt posix_setuid() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . posix_seteuid ...
- PHP Manual
- [ posix_setgid php.net ]
- PHP Funktion
- posix_setuid ( phplist Code 33% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_setuid -- Setzt die Benutzer-ID des aktuellen Prozesses
- Vorschau
- ...posix_setuid ( int uid ) Diese Funktion setzt die reale Benutzer-ID uid des aktuellen Prozesses. Es handelt sich um eine privilegierte Funktion, für die Sie die entspechenden Berechtigungen (normalerweise root) auf Ihrem System benötigen, um diese Funktion ausführen zu können. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch posix_setgid() . posix_setsid posix_strerror...
- PHP Manual
- [ posix_setuid php.net ]
- PHP Funktion
- Installation auf Unix-Systemen ( phplist Code 33% Relevanz )
- Rubrik
- Installation und Konfiguration
- Kurzform
- -----
- Vorschau
- ...Installation auf Unix-Systemen Kapitel 4. Installation auf Unix-Systemen Inhaltsverzeichnis Apache 1.3.x auf Unix-Systemen Apache 2.0 auf Unix Systemen Caudium fhttpd related notes Sun, iPlanet and Netscape servers on Sun Solaris CGI and commandline setups HP-UX specific installation notes OpenBSD installation notes Solaris specific installation tips Debian GNU/Linux ...
- PHP Manual
- [ Installation auf Unix-Systemen php.net ]
- PHP Funktion
- Socket ( phplist Code 33% Relevanz )
- Rubrik
- List of Supported Protocols/Wrappers
- Kurzform
- -----
- Vorschau
- ... , which can be used to specify the IP address (either IPv4 or IPv6) and/or the port number that PHP will use to access the network. The syntax is ip:port (you can set the IP or the port number to 0 if you want to let the system choose them for you). Anmerkung: As FTP creates two socket connections during normal operation, you cannot specify the port number in the bindto option. So, the only supported syntax is ip:0 for the FTP wrapper. Beispiel ...
- PHP Manual
- [ Socket php.net ]
- PHP Funktion
- db2_free_stmt ( phplist Code 32% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_free_stmt -- Frees resources associated with the indicated statement resource
- Vorschau
- ...db2_free_stmt db2_free_stmt (PECL) db2_free_stmt -- Frees resources associated with the indicated statement resource Beschreibung bool db2_free_stmt ( resource stmt ) Frees the system and database resources that are associated with a statement resource. These resources are freed implicitly when a script finishes, but you can call db2_free_stmt() to explicitly free the statement resources before the end...
- PHP Manual
- [ db2_free_stmt php.net ]
- PHP Funktion
- DomDocumentType->system_id() ( phplist Code 32% Relevanz )
- Rubrik
- DOM XML Funktionen
- Kurzform
- DomDocumentType->system_id() -- Returns the system id of document type
- Vorschau
- ...DomDocumentType->system_id() public_id()"HREF="function.domdocumenttype-public-id.html"> get_attribute_node()"HREF="function.domelement-get-attribute-node.html"> DomDocumentType->system_id() (no version information, might be only in CVS) DomDocumentType->system_id() -- Returns the system id of document type Beschreibung class DomDocumentType { string system_id ( void ) } Returns the system id of the...
- PHP Manual
- [ DomDocumentType->system_id() php.net ]
- PHP Funktion
- sesam_connect ( phplist Code 32% Relevanz )
- Rubrik
- SESAM Datenbankfunktionen
- Kurzform
- sesam_connect -- Eröffnet die Verbindung zu einer SESAM-Datenbank
- Vorschau
- ... das gewünschte Datenbankschema (siehe SESAM-Benutzerhandbuch). "user" bezieht sich auf Benutzer, die auf die "catalog" / "schema" Kombination Zugriff haben. Hinweis: "user" ist sowohl von der Benutzerkennung im System als auch von der HTTP-Benutzerkennung völlig unabhängig und erscheint nur in der SESAM-Konfiguration. siehe auch sesam_disconnect() . Beispiel 1. Connect to a SESAM database <?php if (! sesam_connect ( "mycatalog" , "...
- PHP Manual
- [ sesam_connect php.net ]
- PHP Funktion
- Installation on Windows systems ( phplist Code 32% Relevanz )
- Rubrik
- Installation und Konfiguration
- Kurzform
- -----
- Vorschau
- ...Installation on Windows systems Kapitel 6. Installation on Windows systems Inhaltsverzeichnis Windows Installer (PHP 5.1 and earlier) Windows Installer (PHP 5.2 and later) Manual Installation Steps ActiveScript Microsoft IIS / PWS Apache 1.3.x on Microsoft Windows Apache 2.0.x on Microsoft ...
- PHP Manual
- [ Installation on Windows systems php.net ]
- PHP Funktion
- Sonstige Funktionen ( phplist Code 32% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... highlight.comment "#FF8000" PHP_INI_ALL highlight.keyword "#007700" PHP_INI_ALL highlight.bg "#FFFFFF" PHP_INI_ALL highlight.default "#0000BB" PHP_INI_ALL highlight.html "#000000" PHP_INI_ALL browscap NULL PHP_INI_SYSTEM For further details and definitions of the PHP_INI_* constants, see the Anhang G . Hier eine kurze Erklärung derKonfigurationsoptionen: ignore_user_abort boolean Standardmäßig FALSE . Wird die Einstellung auf TRUE geä...
- PHP Manual
- [ Sonstige Funktionen php.net ]
- PHP Funktion
- stream_socket_client ( phplist Code 31% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_client -- Open Internet or Unix domain socket connection
- Vorschau
- ..., the target portion of the remote_socket parameter should consist of a hostname or IP address followed by a colon and a port number. For Unix domain sockets, the target portion should point to the socket file on the filesystem. The optional timeout can be used to set a timeout in seconds for the connect system call. flags is a bitmask field which may be set to any combination of connection flags. Currently the selection of connection flags is ...
- PHP Manual
- [ stream_socket_client php.net ]
- PHP Funktion
- stream_socket_server ( phplist Code 31% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_socket_server -- Create an Internet or Unix domain server socket
- Vorschau
- ..., the target portion of the remote_socket parameter should consist of a hostname or IP address followed by a colon and a port number. For Unix domain sockets, the target portion should point to the socket file on the filesystem. flags is a bitmask field which may be set to any combination of socket creation flags. The default value of flags is STREAM_SERVER_BIND | STREAM_SERVER_LISTEN . Anmerkung: For UDP sockets, you must use STREAM_SERVER_BIND...
- PHP Manual
- [ stream_socket_server php.net ]
- PHP Funktion
- Streams as Resources ( phplist Code 31% Relevanz )
- Rubrik
- Streams API for PHP Extension Authors
- Kurzform
- -----
- Vorschau
- ... API for PHP Extension Authors Streams as Resources All streams are registered as resources when they are created. This ensures that they will be properly cleaned up even if there is some fatal error. All of the filesystem functions in PHP operate on streams resources - that means that your extensions can accept regular PHP file pointers as parameters to, and return streams from their functions. The streams API makes this process as ...
- PHP Manual
- [ Streams as Resources php.net ]
- PHP Funktion
- dbplus_rchperm ( phplist Code 30% Relevanz )
- Rubrik
- DB++ Functions
- Kurzform
- dbplus_rchperm -- Change relation permissions
- Vorschau
- ... ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. dbplus_rchperm() will change access permissions as specified by mask , user and group . The values for these are operating system specific. dbplus_prev dbplus_rcreate...
- PHP Manual
- [ dbplus_rchperm php.net ]
- PHP Funktion
- posix_getpwnam ( phplist Code 30% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_getpwnam -- Liefert zu einem Benutzernamen Informationen über diese Benutzerin
- Vorschau
- ...der selbe wie der bei Aufruf der Funktion verwendete Parameter Benutzername sein und ist von daher redundant. passwd Das passwd-Element enthält das verschlüsselte Passwort der Benutzerin. Oft, zum Beispiel wenn auf einem System "shadow"-Passwörter verwendet werden, wird stattdessen ein Sternchen gegeben. uid Die Benutzer-ID in numerischem Format. gid Die Gruppen-ID der Benutzerin. Benutzen Sie die Funktion posix_getgrgid() , um den ...
- PHP Manual
- [ posix_getpwnam php.net ]
- PHP Funktion
- proc_terminate ( phplist Code 30% Relevanz )
- Rubrik
- Funktionen zur Programmausführung
- Kurzform
- proc_terminate -- Kills a process opened by proc_open
- Vorschau
- ...] ) Signals a process (created using proc_open() ) that it should terminate. proc_terminate() returns immediately and does not wait for the process to terminate. The optional signal is only useful on POSIX operating systems; you may specify a signal to send to the process using the kill(2) system call. The default is SIGTERM . proc_terminate() allows you terminate the process and continue with other tasks. You may poll the process (to see ...
- PHP Manual
- [ proc_terminate php.net ]
- PHP Funktion
- ps_place_image ( phplist Code 30% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_place_image -- Places image on the page
- Vorschau
- ... ( resource psdoc, int imageid, float x, float y, float scale ) Places a formerly loaded image on the page. The image can be scaled. If the image shall be rotated as well, you will have to rotate the coordinate system before with ps_rotate() . Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . imageid The resource identifier of the image as returned by ps_open_image() or ps_open_image_file...
- PHP Manual
- [ ps_place_image php.net ]
- PHP Funktion
- Verbesserte MySQL Erweiterung ( phplist Code 29% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- .... Laufzeit Konfiguration Das Verhalten dieser Funktionen wirddurch Einstellungen in der php.ini beeinflusst. Tabelle 1. MySQLi Konfigurations-Optionen Name Standard Änderbar Changelog mysqli.max_links "-1" PHP_INI_SYSTEM verfügbar seit PHP 5.0.0 mysqli.default_port 3306 PHP_INI_ALL verfügbar seit PHP 5.0.0 mysqli.default_socket NULL PHP_INI_ALL verfügbar seit PHP 5.0.0 mysqli.default_host NULL PHP_INI_ALL verfügbar seit PHP 5.0.0 mysqli....
- PHP Manual
- [ Verbesserte MySQL Erweiterung php.net ]
- PHP Funktion
- stream_wrapper_register ( phplist Code 28% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
- Vorschau
- ... as a PHP class Description bool stream_wrapper_register ( string protocol, string classname ) stream_wrapper_register() allows you to implement your own protocol handlers and streams for use with all the other filesystem functions (such as fopen() , fread() etc.). To implement a wrapper, you need to define a class with a number of member functions, as defined below. When someone fopens your stream, PHP will create an instance of ...
- PHP Manual
- [ stream_wrapper_register php.net ]
- PHP Funktion
- php_stream_open_wrapper ( phplist Code 28% Relevanz )
- Rubrik
- Streams Common API Reference
- Kurzform
- -----
- Vorschau
- ...the second or last character in the mode string. The presence of the 'b' character informs the relevant stream implementation to open the stream in a binary safe mode. The 'b' character is ignored on all POSIX conforming systems which treat binary and text files in the same way. It is a good idea to specify the 'b' character whenever your stream is accessing data where the full 8 bits are important, so that your code will work when compiled on a...
- PHP Manual
- [ php_stream_open_wrapper php.net ]
- PHP Funktion
- msg_remove_queue ( phplist Code 27% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_remove_queue -- Destroy a message queue
- Vorschau
- ... ( resource queue ) msg_remove_queue() destroys the message queue specified by the queue . Only use this function when all processes have finished working with the message queue and you need to release the system resources held by it. See also msg_get_queue() , msg_receive() , msg_stat_queue() and msg_set_queue() . msg_receive msg_send...
- PHP Manual
- [ msg_remove_queue php.net ]
- PHP Funktion
- setcookie ( phplist Code 27% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- setcookie -- Sendet ein Cookie
- Vorschau
- ... boolschen Werte verwenden. Nutzen Sie statt dessen 0 für FALSE und 1 für TRUE . Namen von Cookies können auch als Arraynamen gesetzt werden und stehen dann in Ihren Skripten als Arrays zu Verfügung, während sie auf dem System des Benutzers als separate Cookies abgespeichert werden. Erwägen Sie den Einsatz von explode() , um ein ein Cookie mit mehreren Namen und Werten zu setzen. Es ist nicht empfehlenswert, zu diesem Zweck serialize() ...
- PHP Manual
- [ setcookie php.net ]
- PHP Funktion
- setlocale ( phplist Code 27% Relevanz )
- Rubrik
- String-Funktionen
- Kurzform
- setlocale -- Setzt Locale Informationen
- Vorschau
- ... von Zeichen, zum Beispiel strtoupper() LC_MONETARY für localeconv() LC_NUMERIC für das Dezimal-Trennzeichen (Siehe auch localeconv() ) LC_TIME für Zeit- und Datums-Formatierungen mittels strftime() LC_MESSAGES für Systemmeldungen (verfügbar, wenn PHP mit liblintl kompiliert wurde) Anmerkung: Seit PHP 4.2.0 ist die Übergabe an category mittels eines Strings als deprecated gekennzeichnet, verwenden Sie daher immer die obigen Konstanten. Das...
- PHP Manual
- [ setlocale php.net ]
- PHP Funktion
- xattr_get ( phplist Code 27% Relevanz )
- Rubrik
- xattr Functions
- Kurzform
- xattr_get -- Get an extended attribute
- Vorschau
- ... link itself. XATTR_ROOT Set attribute in root (trusted) namespace. Requires root privileges. Rückgabewerte Returns a string containing the value or FALSE if the attribute doesn't exist. Beispiele Beispiel 1. Checks if system administrator has signed the file <?php $file = '/usr/local/sbin/some_binary' ; $signature = xattr_get ( $file , 'Root signature' , XATTR_ROOT ); /* ... check if $signature is valid ... */ ?> Siehe auch xattr_list...
- PHP Manual
- [ xattr_get php.net ]
- PHP Funktion
- POSIX Funktionen ( phplist Code 27% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ..., die durch andere Mittel nicht erreichbar sind. POSIX.1 definierte zum Beispiel auch die open(), read(), write() und close() Funktionen, die seit langer Zeit Bestandteil von PHP 3 sind. Trotzdem standen einige andere systemspezifische Funktionen bisher nicht zur Verfügung. Dieses Modul versucht hier Abhilfe zu schaffen, indem es einen einfachen Zugang zu diesen Funktionen bereitstellt. Warnung Sensible Daten können mit den POSIX -Funktionen...
- PHP Manual
- [ POSIX Funktionen php.net ]
- PHP Funktion
- Manual Installation Steps ( phplist Code 26% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...Manual Installation Steps PHP Handbuch Kapitel 6. Installation on Windows systems Manual Installation Steps This install guide will help you manually install and configure PHP with a web server on Microsoft Windows. To get started you'll need to download the zip binary distribution from the ...
- PHP Manual
- [ Manual Installation Steps php.net ]
- PHP Funktion
- php_stream_sock_open_host ( phplist Code 26% Relevanz )
- Rubrik
- Streams Socket API Reference
- Kurzform
- -----
- Vorschau
- ... * 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 system dependent, but will usually include (at a minimum) SOCK_STREAM for sequenced, reliable, two-way connection based streams (TCP), or SOCK_DGRAM for connectionless, unreliable messages of a fixed maximum length (UDP). ...
- PHP Manual
- [ php_stream_sock_open_host php.net ]
- PHP Funktion
- struct php_stream_statbuf ( phplist Code 26% Relevanz )
- Rubrik
- Streams Structures
- Kurzform
- -----
- Vorschau
- ...struct php_stream_statbuf struct php_stream_statbuf struct php_stream_statbuf -- Holds information about a file or URL Description php_stream_statbuf struct stat sb sb is a regular, system defined, struct stat. Streams Structures struct php_stream_dirent...
- PHP Manual
- [ struct php_stream_statbuf php.net ]
- PHP Funktion
- ccvs_count ( phplist Code 25% Relevanz )
- Rubrik
- CCVS API Funktionen [veraltet]
- Kurzform
- ccvs_count -- Find out how many transactions of a given type are stored in the system
- Vorschau
- ...ccvs_count ccvs_count (4.0.2 - 4.2.3 only) ccvs_count -- Find out how many transactions of a given type are stored in the system Description int ccvs_count ( string session, string type ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ccvs_command ccvs_delete...
- PHP Manual
- [ ccvs_count php.net ]
- PHP Funktion
- db2_tables ( phplist Code 25% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_tables -- Returns a result set listing the tables and associated metadata in a database
- Vorschau
- ...A list of comma-delimited table type identifiers. To match all table types, pass NULL or an empty string. Valid table type identifiers include: ALIAS, HIERARCHY TABLE, INOPERATIVE VIEW, NICKNAME, MATERIALIZED QUERY TABLE, SYSTEM TABLE, TABLE, TYPED TABLE, TYPED VIEW, and VIEW. Rückgabewerte Returns a statement resource with a result set containing rows describing the tables that match the specified parameters. The rows are composed of the ...
- PHP Manual
- [ db2_tables php.net ]
- PHP Funktion
- maxdb_stat ( phplist Code 25% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_stat (no version information might be only in CVS)maxdb->stat -- Gets the current system status
- Vorschau
- ...maxdb_stat maxdb_stat (PECL) maxdb_stat (no version information, might be only in CVS) maxdb->stat -- Gets the current system status Description Procedural style: string maxdb_stat ( resource link ) Object oriented style (method): class maxdb { string maxdb->stat ( void ) } maxdb_stat() returns a string containing several information about ...
- PHP Manual
- [ maxdb_stat php.net ]
- PHP Funktion
- shell_exec ( phplist Code 25% Relevanz )
- Rubrik
- Funktionen zur Programmausführung
- Kurzform
- shell_exec -- Execute command via shell and return the complete output as a string
- Vorschau
- ...;?php $output = shell_exec ( 'ls -lart' ); echo "<pre>$output</pre>" ; ?> Anmerkungen Anmerkung: Diese Funktion steht im Safe Mode nicht zur Verfügung. Siehe auch exec() escapeshellcmd() proc_terminate system...
- PHP Manual
- [ shell_exec php.net ]
- PHP Funktion
- OpenBSD installation notes ( phplist Code 25% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...OpenBSD installation notes PHP Handbuch Kapitel 4. Installation auf Unix-Systemen OpenBSD installation notes This section contains notes and hints specific to installing PHP on OpenBSD 3.6 . Using Binary Packages Using binary packages to install PHP on OpenBSD is the recommended and simplest ...
- PHP Manual
- [ OpenBSD installation notes php.net ]
- PHP Funktion
- Verstecken von PHP ( phplist Code 25% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ... eine der schwächsten Formen von Sicherheit. Aber in manchen Fällen ist ein klein Wenig mehr an extra Sicherheit wünschenswert. Ein paar einfache Techniken helfen PHP zu Verstecken, um einen nach Schwächen in Ihrem System suchenden Angreifer möglicherweise langsamer zu machen. Wenn Sie in Ihrer php.ini expose_php = off setzen, reduzieren Sie damit die ihm zur Verfügung stehenden Informationen. Eine andere Taktik ist, den Webserver wie z.B...
- PHP Manual
- [ Verstecken von PHP php.net ]
- PHP Funktion
- date_sunset ( phplist Code 24% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_sunset -- Returns time of sunset for a given day and location
- Vorschau
- ... zenith Default: date.sunrise_zenith gmtoffset Specified in hours. Errors/Exceptions Every call to a date/time function will generate a E_NOTICE if the time zone is not valid, and/or a E_STRICT messageif using the system settings or the TZ environmentvariable. See also date_default_timezone_set() ChangeLog Version Beschreibung 5.1.0 Now issues the E_STRICT and E_NOTICE time zone errors. Rückgabewerte Returns the sunset time in a ...
- PHP Manual
- [ date_sunset php.net ]
- PHP Funktion
- PDOStatement->fetchAll() ( phplist Code 24% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDOStatement->fetchAll() -- Returns an array containing all of the result set rows
- Vorschau
- ... result set. The array represents each row as either an array of column values or an object with properties corresponding to each column name. Using this method to fetch large result sets will result in a heavy demand on system and possibly network resources. Rather than retrieving all of the data and manipulating it in PHP, consider using the database server to manipulate the result sets. For example, use the WHERE and SORT BY clauses in SQL to...
- PHP Manual
- [ PDOStatement->fetchAll() php.net ]
- PHP Funktion
- posix_uname ( phplist Code 24% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_uname -- Liefert Auskunft über das System
- Vorschau
- ...posix_uname posix_uname (PHP 3 >= 3.0.10, PHP 4, PHP 5) posix_uname -- Liefert Auskunft über das System Beschreibung array posix_uname ( void ) Diese Funktion gibt eine Reihe von Daten mit Informationen über das System . Die Indizes dieser Daten sind sysname - Name des Betriebssystems (z.B. Linux) nodename - Name des Systems (z.B. valiant) release - Release des Betriebssystems (z.B. 2.2.10) version - Version des Betriebssystems (z.B...
- PHP Manual
- [ posix_uname php.net ]
- PHP Funktion
- date_sunrise ( phplist Code 22% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_sunrise -- Returns time of sunrise for a given day and location
- Vorschau
- ... the sunrise time in a specified format on success, or FALSE on failure. Errors/Exceptions Every call to a date/time function will generate a E_NOTICE if the time zone is not valid, and/or a E_STRICT messageif using the system settings or the TZ environmentvariable. See also date_default_timezone_set() ChangeLog Version Beschreibung 5.1.0 Now issues the E_STRICT and E_NOTICE time zone errors. Beispiele Beispiel 1. date_sunrise() example <?...
- PHP Manual
- [ date_sunrise php.net ]
- PHP Funktion
- posix_getsid ( phplist Code 22% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_getsid -- Liefert die aktuelle Session-ID (sid) des Prozesses
- Vorschau
- ...Beschreibung int posix_getsid ( int pid ) Diese Funktion gibt die Session-ID des Prozesses pid . Falls pid 0 ist, wird die Session-ID des aktuellen Prozesses gegeben. Dies ist keine POSIX-Funktion, ist aber auf BSD- und System V-Systemen gängig. Falls Ihr System diese Funktion nicht auf der Systemebene unterstützt, gibt diese PHP-Funktion immer FALSE . posix_getrlimit posix_getuid...
- PHP Manual
- [ posix_getsid php.net ]
- PHP Funktion
- Apache-Modul ( phplist Code 22% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ...Punkto Sicherheit ist Apache Root-Rechte zu erteilen, oder die Möglichkeiten von Apache in einer anderen Weise auszuweiten. Die Ausweitung der Benutzerrechte für Apache auf root ist sehr gefährlich, und kann dem gesamten System schaden, denn mit sudo, chroot, oder anderwärtig als root zu arbeiten sollte niemand anders als den Sicherheitsprofis überlassen werden. Es gibt auch ein paar einfachere Lösungen. Mit open_basedir() können Sie ...
- PHP Manual
- [ Apache-Modul php.net ]
- PHP Funktion
- posix_getpgid ( phplist Code 21% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_getpgid -- Liefert die Prozessgruppenkennung (Process Group ID) für die Job-Kontrolle
- Vorschau
- ... (Process Group ID) für die Job-Kontrolle Beschreibung int posix_getpgid ( int pid ) Diese Funktion gibt die Prozessgruppenkennung des Prozzesses pid . Dies ist keine POSIX-Funktion, ist aber auf BSD- und System V-Systemen gängig. Falls Ihr System diese Funktion nicht auf der Systemebene unterstützt, gibt diese PHP-Funktion immer FALSE . posix_getlogin posix_getpgrp...
- PHP Manual
- [ posix_getpgid php.net ]
- PHP Funktion
- recode_string ( phplist Code 21% Relevanz )
- Rubrik
- GNU Recode Funktionen
- Kurzform
- recode_string -- Umkodierung eines Strings entsprechend einer Recode Anweisung
- Vorschau
- ...oder FALSE , wenn eine Umkodierung nicht möglich ist. Eine einfache Recode Anweisung wäre beispielsweise "lat1..iso646-de". Detaillierte Beschreibungen zu Recode Anweisungen sind in der GNU Recode Dokumentation auf Ihrem System zu finden. Beispiel 1. Einfaches recode_string() Beispiel: <?php echo recode_string ( "us..flat" , "Der folgende Buchstabe hat ein diakritisches Zeichen: á" ); ?> recode_file recode...
- PHP Manual
- [ recode_string php.net ]
- PHP Funktion
- Ncurses Terminal Screen Control Functions ( phplist Code 21% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Ncurses Terminal Screen Control Functions XCVIII. Ncurses Terminal Screen Control Functions Einführung ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing...
- PHP Manual
- [ Ncurses Terminal Screen Control Functions php.net ]
- PHP Funktion
- YAZ Functions ( phplist Code 21% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... PECL repository and is no longer bundled with PHP as of PHP 5.0.0. Installation Obtain YAZ (ANSI/NISO Z39.50 support) and install it. YAZ can be fetched in source or in various prebuilt packages from the YAZ archive . Systems such as Debian GNU/Linux, Suse Linux, FreeBSD also has YAZ as part of their distribution. For the PHP 4 series, the YAZ extension is bundled (but not YAZ itself) Build PHP with your favorite modules and add option --...
- PHP Manual
- [ YAZ Functions php.net ]
- PHP Funktion
- SQL Injection ( phplist Code 21% Relevanz )
- Rubrik
- Datenbank - Sicherheit
- Kurzform
- -----
- Vorschau
- ... heißt, dass SQL Abfragen Zugriffskontrollen hinters Licht führen, und dadurch Standard Authentifizierungs- und Authorisationschecks umgehen können, und manchmal können SQL Abfragen sogar Zugriff zu Kommandos auf Betriebssystemebene erlauben. Direkt SQL Command Injection ist eine Technik, wo ein Angreifer SQL Kommandos erstellt oder existierende verändert, um versteckte Daten sichtbar zu machen, wertvolle Daten zu überschreiben, oder sogar gefä...
- PHP Manual
- [ SQL Injection php.net ]
- PHP Funktion
- Disabling Magic Quotes ( phplist Code 21% Relevanz )
- Rubrik
- Magic Quotes
- Kurzform
- -----
- Vorschau
- ...Disabling Magic Quotes PHP Handbuch Kapitel 31. Magic Quotes Disabling Magic Quotes The magic_quotes_gpc directive may only be disabled at the system level, and not at runtime. In otherwords, use of ini_set() is not an option. Beispiel 31-1. Disabling magic quotes server side An example that sets the value of these directives to Off in php.ini . For additional ...
- PHP Manual
- [ Disabling Magic Quotes php.net ]
- PHP Funktion
- Source Layout ( phplist Code 21% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... following source examples, we're only working with simple types such as integers at first. A discussion about creating more advanced types follows later in this chapter. Extension Possibilities PHP's Automatic Build System...
- PHP Manual
- [ Source Layout php.net ]
- PHP Funktion
- dns_get_record ( phplist Code 20% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- dns_get_record -- Fetch DNS Resource Records associated with a hostname
- Vorschau
- ... a hostname Description array dns_get_record ( string hostname [, int type [, array &authns, array &addtl]] ) Anmerkung: This function is not implemented on Windows platforms, nor does it (currently) work on *BSD systems. Try the PEAR class Net_DNS . This function returns an array of associative arrays. Each associative array contains at minimum the following keys: Tabelle 1. Basic DNS attributes Attribute Meaning host The record in ...
- PHP Manual
- [ dns_get_record php.net ]
- PHP Funktion
- exec ( phplist Code 20% Relevanz )
- Rubrik
- Funktionen zur Programmausführung
- Kurzform
- exec -- Führt ein externes Programm aus
- Vorschau
- ... Befehls in diese Variable geschrieben. Beachten Sie, dass wenn Sie Benutzereingaben an diese Funktion übergeben, diese mit escapeshellcmd() behandelt, um sicherzustellen, dass niemand mit willkürlichen Befehlen Ihrem System Schaden zufügen kann. Beachten Sie auch, dass wenn Sie ein Programm mit dieser Funktion starten und Sie es im Hintergrund laufen lassen möchten, Sie sicherstellen müssen, dass die Ausgabe des Programms in eine Datei oder...
- PHP Manual
- [ exec php.net ]
- PHP Funktion
- ftok ( phplist Code 20% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- ftok -- Convert a pathname and a project identifier to a System V IPC key
- Vorschau
- ...ftok ftok (PHP 4 >= 4.2.0, PHP 5) ftok -- Convert a pathname and a project identifier to a System V IPC key Description int ftok ( string pathname, string proj ) The function converts the pathname of an existing accessible file and a project identifier ( proj ) into a integer for use with for example shmop_open() and...
- PHP Manual
- [ ftok php.net ]
- PHP Funktion
- posix_getpwuid ( phplist Code 20% Relevanz )
- Rubrik
- POSIX Funktionen
- Kurzform
- posix_getpwuid -- Liefert zu einer Benutzer-ID Informationen über diese Benutzerin
- Vorschau
- ... Namen, sondern um einen kurzen "Bezeichner" der Benutzerin mit normalerweise weniger als 16 Zeichen. passwd Das passwd-Element enthält das verschlüsselte Passwort der Benutzerin. Oft, zum Beispiel wenn auf einem System "shadow"-Passwörter verwendet werden, wird stattdessen ein Sternchen gegeben. uid Die Benutzer-ID sollte die selbe wie der Parameter uid sein und ist von daher redundant. gid Die Gruppen-ID der Benutzerin. Benutzen Sie ...
- PHP Manual
- [ posix_getpwuid php.net ]
- PHP Funktion
- SAM - Simple Asynchronous Messaging ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...SAM - Simple Asynchronous Messaging CXXXVI. SAM - Simple Asynchronous Messaging Einführung This extension provides access to the functionality of messaging and queueing systems, such as the IBM WebSphere MQSeries family of products, from PHP scripts. The interface is designed to make it extremely simple to do the more commonly required tasks such as deliver simple text messages to queues while ...
- PHP Manual
- [ SAM - Simple Asynchronous Messaging php.net ]
- PHP Funktion
- date_default_timezone_get ( phplist Code 19% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_default_timezone_get -- Gets the default timezone used by all date/time functions in a script
- Vorschau
- ... the following "guess" order: The timezone set using the date_default_timezone_set() function (if any) The TZ environment variable (if non empty) The date.timezone ini option (if set) "magical" guess (if the operating system supports it) If none of the above options succeeds, return UTC Rückgabewerte Returns a string . Siehe auch date_default_timezone_set() date_date_set date_default_timezone_set...
- PHP Manual
- [ date_default_timezone_get php.net ]
- PHP Funktion
- date_default_timezone_set ( phplist Code 19% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- date_default_timezone_set -- Sets the default timezone used by all date/time functions in a script
- Vorschau
- .../time functions. Anmerkung: Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if the timezone isn't valid, and/or a E_STRICT message if using the system settings or the TZ environment variable. Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone. Parameter Liste ...
- PHP Manual
- [ date_default_timezone_set php.net ]
- PHP Funktion
- db2_server_info ( phplist Code 19% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_server_info -- Returns an object with properties that describe the DB2 database server
- Vorschau
- ... 1. Database server properties Property name Return type Description DBMS_NAME string The name of the database server to which you are connected. For DB2 servers this is a combination of DB2 followed by the operating system on which the database server is running. DBMS_VER string The version of the database server, in the form of a string "MM.mm.uuuu" where MM is the major version, mm is the minor version, and uuuu is the update. For example...
- PHP Manual
- [ db2_server_info php.net ]
- PHP Funktion
- LDAP Funktionen ( phplist Code 19% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... von PHP angeben. DIR bezeichnet das Installationsverzeichnis von LDAP. Hinweis für Win32 Benutzer: Um dieses Modul unter Windows nutzen zu können, müssen Sie einige Dateien aus dem DLL Ordner des PHP/Win32 Packets in Ihr SYSTEM32 Verzeichnis Ihres Systems kopieren (z.B.: C:\WINNT\SYSTEM32, C:\WINDOWS\SYSTEM32 oder c:\WINDOWS\SYSTEM). Für PHP <= 4.2.0 kopieren Sie libsasl.dll , für PHP >= 4.3.0 kopieren Sie libeay32.dll und ssleay32.dll ...
- PHP Manual
- [ LDAP Funktionen php.net ]
- PHP Funktion
- Liste von Ressourcentypen ( phplist Code 19% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ...() , sybase_fetch_row() , sybase_field_seek() , sybase_num_fields() , sybase_num_rows() , sybase_result() sybase_free_result() Sybase Ergebnis mit Hilfe der DB Library. sysvsem sem_get() sem_acquire() sem_release() System V Semaphore sysvshm shm_attach() shm_remove() , shm_put_var() , shm_get_var() , shm_remove_var() shm_detach() System V Shared Memory wddx wddx_packet_start() wddx_add_vars() wddx_packet_end() WDDX packet xml ...
- PHP Manual
- [ Liste von Ressourcentypen php.net ]
- PHP Funktion
- Aktuell bleiben ( phplist Code 19% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ...Aktuell bleiben Kapitel 33. Aktuell bleiben PHP wird, wie jedes andere große System auch, ständig geprüft und entwickelt. Jede neue Version wird oft sowohl größe, als auch kleine Änderungen enthalten, welche die Gesamtsicherheit und Stabilität des Systems betreffenden Punkte (z.B. Sicherheit, ...
- PHP Manual
- [ Aktuell bleiben php.net ]
- PHP Funktion
- Streams API for PHP Extension Authors ( phplist Code 19% Relevanz )
- Rubrik
- PHP und Zend Engine Interna
- Kurzform
- -----
- Vorschau
- ... can be cast (converted) into other types of file-handles, so that they can be used with third-party libraries without a great deal of trouble. This allows those libraries to access data directly from URL sources. If your system has the fopencookie() or funopen() function, you can even pass any PHP stream to any library that uses ANSI stdio! Anmerkung: The functions in this chapter are for use in the PHP source code and are not PHP functions. ...
- PHP Manual
- [ Streams API for PHP Extension Authors php.net ]
- PHP Funktion
- Installation FAQ ( phplist Code 18% Relevanz )
- Rubrik
- FAQ: Frequently Asked Questions
- Kurzform
- -----
- Vorschau
- ...Installation FAQ Kapitel 53. Installation FAQ In diesem Abschnitt geht es um übliche Fragen zur Installation von PHP. PHP gibt es für fast jedes Betriebssystem (außer vielleicht für MacOS vor OSX) und fast jeden Webserver. Um PHP zu installieren, folgen Sie bitte den Anweisungen im Teil II in dem PHP Handbuch . 1. Warum sollte ich Apache2 mit threaded MPM nicht in einer ...
- PHP Manual
- [ Installation FAQ php.net ]
- PHP Funktion
- curl_copy_handle ( phplist Code 18% Relevanz )
- Rubrik
- cURL Client URL Bibiothek-Funktionen
- Kurzform
- curl_copy_handle -- Copy a cURL handle along with all of its preferences
- Vorschau
- .../' ); curl_setopt ( $ch , CURLOPT_HEADER , 0 ); // copy the handle $ch2 = curl_copy_handle ( $ch ); // grab URL (http://www.example.com/) and pass it to the browser curl_exec ( $ch2 ); // close curl resources, and free up system resources curl_close ( $ch2 ); curl_close ( $ch ); ?> curl_close curl_errno...
- PHP Manual
- [ curl_copy_handle php.net ]
- PHP Funktion
- memory_get_usage ( phplist Code 18% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- memory_get_usage -- Returns the amount of memory allocated to PHP
- Vorschau
- ... be defined if your PHP is compiled with the --enable-memory-limit configuration option. Beispiel 1. A memory_get_usage() example <?php // This is only an example, the numbers below will // differ depending on your system echo memory_get_usage () . "\n" ; // 36640 $a = str_repeat ( "Hello" , 4242 ); echo memory_get_usage () . "\n" ; // 57960 unset( $a ); echo memory_get_usage () . "\n" ; // 36744 ?> See also memory_get_peak_usage() and...
- PHP Manual
- [ memory_get_usage php.net ]
- PHP Funktion
- iconv Funktionen ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... der iconv-Bibliothek bereit. Die Iconv-Bibliotheksfunktionen konvertieren Dateien in verschiedene Zeichensatzkodierungen. Die unterstützten Zeichensätze hängen von der jeweiligen iconv()-Implementation auf Ihrem System ab. Beachten Sie bitte, dass iconv() auf einigen Systemen nicht wie erwartet funktioniert. In diesem Fall sollten Sie die libiconv-Bibliothek installieren. Anforderungen Es muss iconv() in der Standard-C Bibliothek ...
- PHP Manual
- [ iconv Funktionen php.net ]
- PHP Funktion
- PostScript document creation ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ps_stringwidth -- Gets width of a string ps_stroke -- Draws the current path ps_symbol_name -- Gets name of a glyph ps_symbol_width -- Gets width of a glyph ps_symbol -- Output a glyph ps_translate -- Sets translation system ps_add_bookmark...
- PHP Manual
- [ PostScript document creation php.net ]
- PHP Funktion
- chroot ( phplist Code 17% Relevanz )
- Rubrik
- Verzeichnis-Funktionen
- Kurzform
- chroot -- Wechselt das Root-Verzeichnis
- Vorschau
- ...0.5, PHP 5) chroot -- Wechselt das Root-Verzeichnis Beschreibung bool chroot ( string directory ) Wechselt das Root-Verzeichnis des aktuellen Prozesses zu directory . Diese Funktion ist nur verfügbar, wenn sie von Ihrem System unterstützt wird und Sie CLI, CGI oder Embed SAPI verwenden. Zusätzlich benötigt die Funktion Root-Rechte. Parameter Liste directory Das neue Verzeichnis Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . ...
- PHP Manual
- [ chroot php.net ]
- PHP Funktion
- curl_setopt_array ( phplist Code 17% Relevanz )
- Rubrik
- cURL Client URL Bibiothek-Funktionen
- Kurzform
- curl_setopt_array -- Set multiple options for a CURL transfer
- Vorschau
- ... = array( CURLOPT_URL => 'http://www.example.com/' , CURLOPT_HEADER => false ); curl_setopt_array ( $ch , $options ); // grab URL and pass it to the browser curl_exec ( $ch ); // close CURL resource, and free up system resources curl_close ( $ch ); ?> Siehe auch curl_setopt() curl_multi_select curl_setopt...
- PHP Manual
- [ curl_setopt_array php.net ]
- PHP Funktion
- intval ( phplist Code 17% Relevanz )
- Rubrik
- Funktionen zur Behandlung von Variablen
- Kurzform
- intval -- Konvertiert einen Wert nach integer
- Vorschau
- ... Basis der Konvertierung (Standard ist 10) Rückgabewerte Der integer-Wert von var bei Erfolg, sonst 0. Leere Arrays und Objekte als Parameter geben 0 , nichtleere Arrays und Objekte geben 1 . Der Maximalwert hängt vom System ab. 32-Bit-Systeme haben einen maximalen Wertebereich für signed integer von -2147483648 bis 2147483647. Also wird beispielsweise auf solch einem System intval('1000000000000') 2147483647 geben. Der maximale signed ...
- PHP Manual
- [ intval php.net ]
- PHP Funktion
- SAMMessage::header ( phplist Code 17% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMMessage::header -- The header properties of the message.
- Vorschau
- ...SAMMessage::header SAMMessage::header (no version information, might be only in CVS) SAMMessage::header -- The header properties of the message. Beschreibung The "header" property is a container for any system or user properties that area associated with the message. Properties may be assigned by the sender of a message to control the way the messaging systems handles it or may be assigned by the messaging system itself to tell...
- PHP Manual
- [ SAMMessage::header php.net ]
- PHP Funktion
- CCVS API Funktionen [veraltet] ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... on a transaction ccvs_command -- Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API ccvs_count -- Find out how many transactions of a given type are stored in the system ccvs_delete -- Delete a transaction ccvs_done -- Terminate CCVS engine and do cleanup work ccvs_init -- Initialize CCVS for use ccvs_lookup -- Look up an item of a particular type in the database # ccvs_new -- Create a ...
- PHP Manual
- [ CCVS API Funktionen [veraltet] php.net ]
- PHP Funktion
- Grafik-Funktionen ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Verfügung. jpeg-6b ftp://ftp.uu.net/graphics/jpeg/ png http://www.libpng.org/pub/png/libpng.html Nur von GD-Versionen neuer als gd-1.6. unterstützt. xpm ftp://metalab.unc.edu/pub/Linux/libs/X/!INDEX.html Falls auf Ihrem System eine X-Umgebung installiert ist, steht Ihnen diese Bibliothek wahrscheinlich schon zur Verfügung. Sie können GD ern, um unterschiedliche Schriften zu verwenden. Die folgenden Schriftbibliotheken werden unterstützt. ...
- PHP Manual
- [ Grafik-Funktionen php.net ]
- PHP Funktion
- PHP und Datenbanken ( phplist Code 16% Relevanz )
- Rubrik
- FAQ: Frequently Asked Questions
- Kurzform
- -----
- Vorschau
- ... können Sie die Sybase-CT-Treiber benutzen, um auf Microsoft SQL-Server zuzugreifen, weil diese ein (zumindest nahezu) kompatibles Protokoll aufweisen. Sybase hat eine freie Version der benötigten Bibliotheken für Linux-Systeme erstellt. Sehen Sie sich auch die Antwort auf die nächste Frage an. 2. Kann ich auf Microsoft Access-Datenbanken zugreifen? Ja. Sie haben bereits alle nötigen Werkzeuge, wenn sie komplett unter Windows 9x/Me oder NT/2000...
- PHP Manual
- [ PHP und Datenbanken php.net ]
- PHP Funktion
- Hyperwave Functions ( phplist Code 16% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... 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 management of documents. A document can be any possible piece of data that may as well be stored in file. Each document is ...
- PHP Manual
- [ Hyperwave Functions php.net ]
- PHP Funktion
- PHP Optionen & Informationen ( phplist Code 16% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...PHP Optionen/Info Name Standard Veränderbar assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.callback NULL PHP_INI_ALL assert.quiet_eval "0" PHP_INI_ALL enable_dl "1" PHP_INI_SYSTEM max_execution_time "30" PHP_INI_ALL max_input_time "60" PHP_INI_ALL magic_quotes_gpc "1" PHP_INI_PERDIR|PHP_INI_SYSTEM magic_quotes_runtime "0" PHP_INI_ALL e Details und die Definition der PHP_INI_* Konstanten sind unter ...
- PHP Manual
- [ PHP Optionen & Informationen php.net ]
- PHP Funktion
- MaxDB PHP Extension ( phplist Code 16% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... multiple SQL statements. maxdb_next_result() - Function returns always false. maxdb_options() - Supports a different set of options. maxdb_report() - Supports a different report mode. maxdb_stat() - Returns a different system status string. maxdb_stmt_store_result() - Is not necessary for MaxDB. maxdb_store_result() - Is not necessary for MaxDB. Documentation for MaxDB can be found at http://dev.mysql.com/doc/maxdb/ . Anforderungen In order ...
- PHP Manual
- [ MaxDB PHP Extension php.net ]
- PHP Funktion
- Ihre erste PHP-erweiterte Seite ( phplist Code 16% Relevanz )
- Rubrik
- Kleines Tutorial
- Kurzform
- -----
- Vorschau
- ..., lesen Sie bitte das Installations-Kapitel, um festzustellen, ob alles richtig konfiguriert wurde. Stellen Sie sicher, dass Sie die datei über das HTTP-Protokoll aufrufen können. Wenn Sie die Datei direkt aus Ihrem Dateisystem aufrufen, wird sie nicht durch PHP geparst. Sollten Ihre Probleme nach Lesen dieses Kapitels immer noch bestehen, zögern Sie nicht und nutzen Sie eines der vielen Support -Angebote. Der wichtigste Punkt im Beispiel ist, ...
- PHP Manual
- [ Ihre erste PHP-erweiterte Seite php.net ]
- PHP Funktion
- Creating Extensions ( phplist Code 16% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...Note: Compiling and linking manually as a static module into the PHP binary involves very long instructions and thus is not discussed here. (It's not very efficient to type all those commands.) PHP's Automatic Build System Using Extensions...
- PHP Manual
- [ Creating Extensions php.net ]
- PHP Funktion
- i18n_loc_set_default ( phplist Code 15% Relevanz )
- Rubrik
- Unicode Functions
- Kurzform
- i18n_loc_set_default -- Set the default Locale
- Vorschau
- ... CVS) i18n_loc_set_default -- Set the default Locale Beschreibung bool i18n_loc_set_default ( string name ) Sets the default Locale for PHP programs. Please note that this has nothing to do with setlocale() nor with the system locale. Parameter Liste name The new Locale name. A comprehensive list of the supported locales is available at http://www-950.ibm.com/software/globalization/icu/demo/locales/en/?d_=en . Rückgabewerte Gibt bei Erfolg ...
- PHP Manual
- [ i18n_loc_set_default php.net ]
- PHP Funktion
- SAMConnection::send() ( phplist Code 15% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMConnection::send() -- Send a message to a queue or publish an item to a topic.
- Vorschau
- ...parameters to control the receive operation. Property name Possible values SAM_DELIVERYMODE Indicates whether the messaging server should enusre delivery or whether it is acceptable for messages to be lost in the case of system failures. The value of this property may be set to either SAM_PERSISTENT, to indicate that message loss is not acceptable, or SAM_NON_PERSISTENT, if message loss is acceptable. The resulting behaviour of the send will ...
- PHP Manual
- [ SAMConnection::send() php.net ]
- PHP Funktion
- xml_set_external_entity_ref_handler ( phplist Code 15% Relevanz )
- Rubrik
- XML Parser Functions
- Kurzform
- xml_set_external_entity_ref_handler -- Set up external entity reference handler
- Vorschau
- ... it will be if no value is returned), the XML parser will stop parsing and xml_get_error_code() will return XML_ERROR_EXTERNAL_ENTITY_HANDLING . handler ( resource parser, string open_entity_names, string base, string system_id, string public_id ) parser The first parameter, parser , is a reference to the XML parser calling the handler. open_entity_names The second parameter, open_entity_names , is a space-separated list of the names of the...
- PHP Manual
- [ xml_set_external_entity_ref_handler php.net ]
- PHP Funktion
- Debian GNU/Linux installation notes ( phplist Code 15% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...Debian GNU/Linux installation notes PHP Handbuch Kapitel 4. Installation auf Unix-Systemen Debian GNU/Linux installation notes This section contains notes and hints specific to installing PHP on Debian GNU/Linux . Using APT While you can just download the PHP source and compile it yourself, using Debian's ...
- PHP Manual
- [ Debian GNU/Linux installation notes php.net ]
- PHP Funktion
- Alternative PHP Cache ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... is going to hurt performance. You should either set more memory aside for APC, or use apc.filters to cache fewer scripts. Tabelle 1. APC configuration options Name Default Changeable Changelog apc.enabled "1" PHP_INI_SYSTEM PHP_INI_ALL in APC <= 3.0.12p2 apc.shm_segments "1" PHP_INI_SYSTEM apc.shm_size "30" PHP_INI_SYSTEM apc.optimization "0" PHP_INI_ALL apc.num_files_hint "1000" PHP_INI_SYSTEM apc.ttl "0" PHP_INI_SYSTEM apc.gc_ttl "3600...
- PHP Manual
- [ Alternative PHP Cache php.net ]
- PHP Funktion
- Funktionen zur Programmausführung ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Funktionen zur Programmausführung CXXVI. Funktionen zur Programmausführung Diese Funktionen stellen Mittel und Wege zur Verfügung, Befehle und externe Programme auf dem System selbst auszuführen und diese Ausführung sicher durchzuführen. Diese Funktionen stehen in enger Beziehung zum Backtick-Operator . Inhaltsverzeichnis escapeshellarg -- Maskiert eine Zeichenkette (String), um sie als Shell-...
- PHP Manual
- [ Funktionen zur Programmausführung php.net ]
- PHP Funktion
- Installation of extensions on Windows ( phplist Code 14% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...Installation of extensions on Windows PHP Handbuch Kapitel 6. Installation on Windows systems Installation of extensions on Windows After installing PHP and a webserver on Windows, you will probably want to install some extensions for added functionality. You can choose which extensions you would like to load ...
- PHP Manual
- [ Installation of extensions on Windows php.net ]
- PHP Funktion
- Hyperwave API Functions ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...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 documents. A document can be any possible piece of data that may as well be stored in file. Each document is ...
- PHP Manual
- [ Hyperwave API Functions php.net ]
- PHP Funktion
- Semaphor und Shared Memory Funktionen ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Semaphor und Shared Memory Funktionen CXLI. Semaphor und Shared Memory Funktionen Dieses Modul bietet Unterstützung für die Nutzung von Semaphoren und gemeinamen Speichersegmenten mit Hilfe der UNIX System V Mechanismen zur Interprozess-Kommunikation. Mit Hilfe von Semaphoren kann der exklusive Zugriff auf Resourcen eines Systems sichergestellt oder die Anzahl der Prozesse begrenzt werden, die gleichzeitig eine bestimmte ...
- PHP Manual
- [ Semaphor und Shared Memory Funktionen php.net ]
- PHP Funktion
- Secure Shell2 Functions ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- .... extension_dir=c:/php5/exts/extension=php_ssh2.dll Linux, BSD, and other *nix variants can be compiled using the following steps: Download and install OpenSSL . If you install OpenSSL via your distribution's packaging system be sure to install the development libraries as well. This will typically be a package named openssl-dev , openssl_devel , or some variation thereof. Download and install libssh2 . Typically this means executing the ...
- PHP Manual
- [ Secure Shell2 Functions php.net ]
- PHP Funktion
- TCP Wrappers Functions ( phplist Code 14% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... designed to check if the remote client is able to connect from the given IP address. Installation Tcpwrap is currently available through PECL http://pecl.php.net/package/tcpwrap . If PEAR is available on your *nix-like system you can use the pear installer to install the tcpwrap extension, by the following command: pear -v install tcpwrap . You can always download the tar.gz package and install tcpwrap by hand: Beispiel 1. tcpwrap install by ...
- PHP Manual
- [ TCP Wrappers Functions php.net ]
- PHP Funktion
- Vordefinierte Variablen ( phplist Code 14% Relevanz )
- Rubrik
- Reservierte Wörter in PHP
- Kurzform
- -----
- Vorschau
- ... ' Ein String, der bei Seiten, die vom Server generiert wurden, die Server Version und den Namen des virtuellen Hosts enthält, falls diese Option aktiviert ist. ' PATH_TRANSLATED ' Der Pfad zur aktuellen Datei im Dateisystem (nicht relativ zum Wurzelverzeichnis des Webserbers), nachdem der Server eventuelle Umwandlungen vom virtuellen ins reale System vorgenommen hat. ' SCRIPT_NAME ' Enthält den Pfad des aktuellen Skripts. Das ist nützlich f...
- PHP Manual
- [ Vordefinierte Variablen php.net ]
- PHP Funktion
- Datenbank - Sicherheit ( phplist Code 14% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ... es Ihre Applikation kann. Implementieren Sie nicht alle Geschäftslogik in die Webapplikation (z.B. Ihr Skript), sondern tun Sie das im Datenbankschema unter Verwendung von Sichten, Triggern, oder Regeln. Wenn sich das System entwickelt, werden neu zu öffnende Ports zu der Datenbank vorgesehen, und Sie müssen die Logik in jedem Datenbank-Client neu implementieren. Überdies können Trigger verwendet werden, um transparent und automatisch mit ...
- PHP Manual
- [ Datenbank - Sicherheit php.net ]
- PHP Funktion
- Allgemeine Überlegungen ( phplist Code 14% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ...Allgemeine Überlegungen Kapitel 23. Allgemeine Überlegungen Ein komplett sicheres System ist praktisch ein Ding der Unmöglichkeit, weshalb ein unter Sicherheitsprofis oft genutzter Ansatz ist, einen Mittelweg zwischen Risiko und Verwendbarkeit zu finden. Wenn jede von einem Benutzer übermittelte Variable zwei...
- PHP Manual
- [ Allgemeine Überlegungen php.net ]
- PHP Funktion
- Overview ( phplist Code 14% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...Overview PHP Handbuch Kapitel 46. Zend API: Hacking the Core of PHP Overview "Extending PHP" is easier said than done. PHP has evolved to a full-fledged tool consisting of a few megabytes of source code, and to hack a system like this quite a few things have to be learned and considered. When structuring this chapter, we finally decided on the "learn by doing" approach. This is not the most scientific and professional approach, but the method...
- PHP Manual
- [ Overview php.net ]
- PHP Funktion
- PHP auf der Kommandozeile ( phplist Code 13% Relevanz )
- Rubrik
- Features
- Kurzform
- -----
- Vorschau
- ... standardmäßig auf aktiviert. Sie können --disable-cli benutzen, um es auszuschalten. Von PHP 4.3.0 an werden Namen, Pfade und Vorhandensein der CLI/CGI-Binaries voneinander abweichen, abhängig davon, wie PHP auf Ihrem System installiert ist. Standarmäßig werden nach dem Aufruf von make sowohl CGI als auch CLI kompiliert und als sapi/cgi/php beziehungsweise sapi/cli/php in Ihrem PHP-Quellcodeverzeichnis hinterlegt. Sie werden bemerken, dass ...
- PHP Manual
- [ PHP auf der Kommandozeile php.net ]
- PHP Funktion
- gmp_random ( phplist Code 13% Relevanz )
- Rubrik
- GMP Functions
- Kurzform
- gmp_random -- Random number
- Vorschau
- ... zero and the number of bits per limb multiplied by limiter . If limiter is negative, negative numbers are generated. A limb is an internal GMP mechanism. The number of bits in a limb is not static, and can vary from system to system. Generally, the number of bits in a limb is either 16 or 32, but this is not guaranteed. Beispiel 1. gmp_random() example <?php $rand1 = gmp_random ( 1 ); // random number from 0 to 1 * bits per limb $rand2...
- PHP Manual
- [ gmp_random php.net ]
- PHP Funktion
- pcntl_fork ( phplist Code 13% Relevanz )
- Rubrik
- Prozesskontrollfunktionen
- Kurzform
- pcntl_fork -- Verzweigt den laufenden Prozess
- Vorschau
- ... int pcntl_fork ( void ) Die Funktion pcntl_fork() erzeugt einen Kindprozess der sich von seinem Vaterprozess nur durch seine PID und PPID unterscheidet. Bitte schauen Sie für spezifische Dateils, wie Fork auf Ihrem System arbeitet in die fork(2) man Seite Ihres Systems. Bei Erfolg wird die PID des Kindprozesses an den Ausführungsstrang des Vaters und eine 0 an den Ausführungsstrang des Kindes gegeben. Bei einem Fehlschlag wird -1 in den ...
- PHP Manual
- [ pcntl_fork php.net ]
- PHP Funktion
- pcntl_wait ( phplist Code 13% Relevanz )
- Rubrik
- Prozesskontrollfunktionen
- Kurzform
- pcntl_wait -- Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
- Vorschau
- ... des Funktionsaufrufes bereits beendet hat (ein sog. "Zombie" Prozess) kehrt die Funktion umgehend . Alle durch das Kind verwendeten Ressourcen werden freigegeben. Bitte schlagen Sie in der waitpid(2) man Seite Ihres Systems für spezifische Dateils nach, wie waitpid auf Ihrem System arbeitet. pcntl_wait() gibt die Prozess ID des beendeten Kindes , -1 im Fehlerfall oder Null wenn WNOHANG als Option angegeben war (auf wait3 Systemen) und kein...
- PHP Manual
- [ pcntl_wait php.net ]
- PHP Funktion
- php_uname ( phplist Code 13% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- php_uname -- Returns information about the operating system PHP is running on
- Vorschau
- ...php_uname php_uname (PHP 4 >= 4.0.2, PHP 5) php_uname -- Returns information about the operating system PHP is running on Description string php_uname ( [string mode] ) php_uname() returns a description of the operating system PHP is running on. For the name of just the operating system, consider using the PHP_OS constant...
- PHP Manual
- [ php_uname php.net ]
- PHP Funktion
- proc_nice ( phplist Code 13% Relevanz )
- Rubrik
- Funktionen zur Programmausführung
- Kurzform
- proc_nice -- Change the priority of the current process
- Vorschau
- ... Erfolg TRUE , im Fehlerfall FALSE . If an error occurs, like the user lacks permission to change the priority, an error of level E_WARNING is also generated. Anmerkungen Availability: proc_nice() will only exist if your system has 'nice' capabilities. 'nice' conforms to: SVr4, SVID EXT, AT&T, X/OPEN, BSD 4.3. This means that proc_nice() is not available on Windows. proc_get_status proc_open...
- PHP Manual
- [ proc_nice php.net ]
- PHP Funktion
- XMLWriter->startDTD() ( phplist Code 13% Relevanz )
- Rubrik
- XMLWriter Functions
- Kurzform
- XMLWriter->startDTD() -- Create start DTD tag
- Vorschau
- ...() (no version information, might be only in CVS) XMLWriter->startDTD() -- Create start DTD tag Beschreibung Object oriented style: class XMLWriter { bool startDTD ( string qualifiedName [, string publicId [, string systemId]] ) } Procedural style: bool xmlwriter_start_dtd ( resource xmlwriter, string qualifiedName [, string publicId [, string systemId]] ) Starts a DTD. Parameter Liste xmlwriter Only for procedural calls. The XMLWriter ...
- PHP Manual
- [ XMLWriter->startDTD() php.net ]
- PHP Funktion
- XMLWriter->writeDTD() ( phplist Code 13% Relevanz )
- Rubrik
- XMLWriter Functions
- Kurzform
- XMLWriter->writeDTD() -- Write full DTD tag
- Vorschau
- ...62;writeDTD() (no version information, might be only in CVS) XMLWriter->writeDTD() -- Write full DTD tag Beschreibung Object oriented style: class XMLWriter { bool writeDTD ( string name [, string publicId [, string systemId [, string subset]]] ) } Procedural style: bool xmlwriter_write_dtd ( resource xmlwriter, string name [, string publicId [, string systemId [, string subset]]] ) Writes a full DTD. Parameter Liste xmlwriter Only for ...
- PHP Manual
- [ XMLWriter->writeDTD() php.net ]
- PHP Funktion
- apd_set_socket_session_trace ( phplist Code 12% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_set_socket_session_trace -- Starts the remote session debugging
- Vorschau
- ...a file) of the TCP server. socket_type Can be AF_UNIX for file based sockets or APD_AF_INET for standard tcp/ip. port You can use any port, but higher numbers are better as most of the lower numbers may be used by other system services. debug_level An integer which is formed by adding together the XXX_TRACE constants. It is not recommendedto use MEMORY_TRACE . It is very slow and does not appear to be accurate. ASSIGNMENT_TRACE is not ...
- PHP Manual
- [ apd_set_socket_session_trace php.net ]
- PHP Funktion
- db2_connect ( phplist Code 12% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_connect -- Returns a connection to a database
- Vorschau
- ... of ibm_db2 do not support these new i5 options. i5_lib A character value that indicates the default library that will be used for resolving unqualified file references. This is not valid if the connection is using system naming mode. i5_naming DB2_I5_NAMING_ON value turns on DB2 UDB CLI iSeries system naming mode. Files are qualified using the slash (/) delimiter. Unqualified files are resolved using the library list for the job. ...
- PHP Manual
- [ db2_connect php.net ]
- PHP Funktion
- msg_receive ( phplist Code 12% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_receive -- Receive a message from a message queue
- Vorschau
- ... will fail (unless you set flags as described below). The received message will be stored in message , unless there were errors receiving the message, in which case the optional errorcode will be set to the value of the system errno variable to help you identify the cause. If desiredmsgtype is 0, the message from the front of the queue is returned. If desiredmsgtype is greater than 0, then the first message of that type is returned. If ...
- PHP Manual
- [ msg_receive php.net ]
- PHP Funktion
- Compiling shared PECL extensions with phpize ( phplist Code 12% Relevanz )
- Rubrik
- Installation of PECL extensions
- Kurzform
- -----
- Vorschau
- ... install A successful install will have created extname.so and put it into the PHP extensions directory . You'll need to and adjust php.ini and add an extension=extname.so line before you can use the extension. If the system is missing the phpize command, and precompiled packages (like RPM's) are used, be sure to also install the appropriate devel version of the PHP package as they often include the phpize command along with the appropriate ...
- PHP Manual
- [ Compiling shared PECL extensions with phpize php.net ]
- PHP Funktion
- Bug reports ( phplist Code 12% Relevanz )
- Rubrik
- Problems?
- Kurzform
- -----
- Vorschau
- ...Bug reports If you think you have found a bug in PHP, please report it. The PHP developers probably don't know about it, and unless you report it, chances are it won't be fixed. You can report bugs using the bug-tracking system at http://bugs.php.net/ . Please do not send bug reports in mailing list or personal letters. The bug system is also suitable to submit feature requests. Read the How to report a bug document before submitting any bug ...
- PHP Manual
- [ Bug reports php.net ]
- PHP Funktion
- Übersetzungen ( phplist Code 11% Relevanz )
- Rubrik
- Über das Handbuch
- Kurzform
- -----
- Vorschau
- ...an der Handbuchübersetzung mitwirken, beginnen mit dem XML Quellcode, von http://cvs.php.net/ und übersetzen diesen in ihre Muttersprache. Sie verwenden nicht die generierten Formate (wie HTML oder reiner Text). Das Build System kümmert sich um die Konvertierungen von XML in lesbare Formate. Anmerkung: Wenn Sie bei der Übersetzung der Dokumentation mithelfen wollen, kontaktieren Sie bitte das Überetzungs- bzw. Dokumentationsteam, indem Sie die ...
- PHP Manual
- [ Übersetzungen php.net ]
- PHP Funktion
- Probleme bei der Compilierung ( phplist Code 11% Relevanz )
- Rubrik
- FAQ: Frequently Asked Questions
- Kurzform
- -----
- Vorschau
- ... output from lex; giving up Stellen Sie sicher, dass Sie Installation gründlich gelesen haben und nehmen Sie zur Kenntnis, das sowohl flex als auch bison zum Kompilieren von PHP installiert sein müssen. Abhängig von Ihrem System müssen Sie flex und bison entweder von einer Source oder einem Packet wie z.B. RPM installieren. 4. Warum bekomme ich folgende Meldung, wenn ich versuche Apache zu starten? fatal: relocation error: file /path/to/libphp4....
- PHP Manual
- [ Probleme bei der Compilierung php.net ]
- PHP Funktion
- money_format ( phplist Code 11% Relevanz )
- Rubrik
- String-Funktionen
- Kurzform
- money_format -- Formats a number as a currency string
- Vorschau
- ... version of number . This function wraps the C library function strfmon() , with the difference that this implementation converts only one number at a time. Anmerkung: The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows. The format specification consists of the following sequence: a % character optional flags optional field width optional ...
- PHP Manual
- [ money_format php.net ]
- PHP Funktion
- msg_get_queue ( phplist Code 11% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_get_queue -- Create or attach to a message queue
- Vorschau
- ... msg_get_queue (PHP 4 >= 4.3.0, PHP 5) msg_get_queue -- Create or attach to a message queue Description resource msg_get_queue ( int key [, int perms] ) msg_get_queue() returns an id that can be used to access the System V message queue with the given key . The first call creates the message queue with the optional perms (default: 0666). A second call to msg_get_queue() for the same key will return a different message queue identifier, ...
- PHP Manual
- [ msg_get_queue php.net ]
- PHP Funktion
- msg_set_queue ( phplist Code 11% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_set_queue -- Set information in the message queue data structure
- Vorschau
- ... as the same user that created the queue, owns the queue (as determined by the existing msg_perm.xxx fields), or be running with root privileges. root privileges are required to raise the msg_qbytes values above the system defined limit. See also msg_remove_queue() , msg_receive() , msg_stat_queue() and msg_get_queue() . msg_send msg_stat_queue...
- PHP Manual
- [ msg_set_queue php.net ]
- PHP Funktion
- pcntl_waitpid ( phplist Code 11% Relevanz )
- Rubrik
- Prozesskontrollfunktionen
- Kurzform
- pcntl_waitpid -- Wartet auf ein oder gibt den Status eines abgezweigten Kindes zurück
- Vorschau
- ... des Funktionsaufrufes bereits beendet hat (ein sog. "Zombie" Prozess) kehrt die Funktion umgehend . Alle durch das Kind verwendeten Ressourcen werden freigegeben. Bitte schlagen Sie in der waitpid(2) man Seite Ihres Systems für spezifische Dateils nach, wie waitpid auf Ihrem System arbeitet. pcntl_waitpid() gibt entweder die Prozess ID des Kindes , das beendet wurde, -1 im Fehlerfalle oder Null, wenn WNOHANG verwendet wurde und kein Kind ...
- PHP Manual
- [ pcntl_waitpid php.net ]
- PHP Funktion
- New Functions ( phplist Code 11% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ... SASL mb_list_encodings() - Returns an array of all supported encodings pcntl_getpriority() - Get the priority of any process pcntl_wait() - Waits on or returns the status of a forked child as defined by the waitpid() system call pg_version() - Returns an array with client, protocol and server version (when available) php_check_syntax() - Check the syntax of the specified file php_strip_whitespace() - Return source with stripped comments ...
- PHP Manual
- [ New Functions php.net ]
- PHP Funktion
- DOM Functions ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Each DOMDocument has a doctype attribute whose value is either NULL or a DOMDocumentType object. Eigenschaften Tabelle 4. Name Type Read-only Description publicId string yes The public identifier of the external subset. systemId string yes The system identifier of the external subset. This may be an absolute URI or not. name string yes The name of DTD; i.e., the name immediately following the DOCTYPE keyword. entities DOMNamedNodeMap yes A ...
- PHP Manual
- [ DOM Functions php.net ]
- PHP Funktion
- Vom Nutzer übermittelte Daten ( phplist Code 11% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ... eines anderen Benutzers? unlink ( $evil_var ); // Schreibe die Log-Information von deren Zugriff... // oder vielleicht einen /etc/passwd Eintrag? fputs ( $fp , $evil_var ); // Führe etwas triviales aus... oder rm -rf *? system ( $evil_var ); exec ( $evil_var ); ?> Sie sollten Ihren Code immer sorgfältig kontrollieren, um eine sorgfältige Prüfung irgendwelcher von einem Web-Browser übertragenen Variablen sicherzustellen, und sich selbst ...
- PHP Manual
- [ Vom Nutzer übermittelte Daten php.net ]
- PHP Funktion
- apc_cache_info ( phplist Code 10% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_cache_info -- Retrieves cached information (and meta-data) from APC's data store
- Vorschau
- ...unable to retrieve APC cache data. This typically occurs when APC is not enabled. Parameter Liste cache_type If cache_type is " user ", information about the user cache will be returned; otherwise, information about the system cache (cached files) will be returned. limited If limited is TRUE , the return value will exclude the individual list of cache entries. This is usefull when trying to optimize calls for statistics gathering. ChangeLog ...
- PHP Manual
- [ apc_cache_info php.net ]
- PHP Funktion
- apc_clear_cache ( phplist Code 10% Relevanz )
- Rubrik
- Alternative PHP Cache
- Kurzform
- apc_clear_cache -- Clears the APC cache
- Vorschau
- ... Beschreibung bool apc_clear_cache ( [string cache_type] ) Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Parameter Liste cache_type If cache_type is " user ", the user cache will be cleared; otherwise, the system cache (cached files) will be cleared. apc_cache_info apc_define_constants...
- PHP Manual
- [ apc_clear_cache php.net ]
- PHP Funktion
- db2_free_result ( phplist Code 10% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_free_result -- Frees resources associated with a result set
- Vorschau
- ...db2_free_result db2_free_result (PECL) db2_free_result -- Frees resources associated with a result set Beschreibung bool db2_free_result ( resource stmt ) Frees the system and database resources that are associated with a result set. These resources are freed implicitly when a script finishes, but you can call db2_free_result() to explicitly free the result set resources before the end of ...
- PHP Manual
- [ db2_free_result php.net ]
- PHP Funktion
- pg_field_table ( phplist Code 10% Relevanz )
- Rubrik
- PostgreSQL Funktionen
- Kurzform
- pg_field_table -- Returns the name or oid of the tables field
- Vorschau
- ... Beispiel erzeugteine ähnliche Ausgabe wie: foo14379580 bool(false) Anmerkungen Anmerkung: Returning the oid is much faster than returning the table name because fetching the table name requires a query to the database system table. Siehe auch pg_field_name() pg_field_type() pg_field_size pg_field_type_oid...
- PHP Manual
- [ pg_field_table php.net ]
- PHP Funktion
- Sun iPlanet and Netscape servers on Microsoft Windows ( phplist Code 10% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...Sun, iPlanet and Netscape servers on Microsoft Windows PHP Handbuch Kapitel 6. Installation on Windows systems Sun, iPlanet and Netscape servers on Microsoft Windows This section contains notes and hints specific to Sun Java System Web Server, Sun ONE Web Server, iPlanet and Netscape server installs of PHP on Windows. From PHP...
- PHP Manual
- [ Sun iPlanet and Netscape servers on Microsoft Windows php.net ]
- PHP Funktion
- Error reporting ( phplist Code 10% Relevanz )
- Rubrik
- Migrating from PHP 3 to PHP 4
- Kurzform
- -----
- Vorschau
- ... now be configured by explicitly taking away the warning levels you do not want to generate error messages by x-oring them from the symbolic constant E_ALL . Sounds complicated? Well, lets say you want the error reporting system to report all but the simple style warnings that are categorized by the symbolic constant E_NOTICE . Then you'll put the following into your php.ini : error_reporting = E_ALL & ~ ( E_NOTICE ) . If you want to suppress...
- PHP Manual
- [ Error reporting php.net ]
- PHP Funktion
- DB++ Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ..., kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. SeienSie gewarnt und verwenden Sie diese Erung auf eigenes Risiko. Einführung db++, made by the German company Concept asa , is a relational database system with high performance and low memory and disk usage in mind. While providing SQL as an additional language interface, it is not really a SQL database in the first place but provides its own AQL query language which is ...
- PHP Manual
- [ DB++ Functions php.net ]
- PHP Funktion
- Tidy Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... currently available for PHP 4.3.x and PHP 5 as a PECL extension from http://pecl.php.net/package/tidy . Anmerkung: Tidy 1.0 is just for PHP 4.3.x, while Tidy 2.0 is just for PHP 5. If PEAR is available on your *nix-like system you can use the pear installer to install the tidy extension, by the following command: pecl install tidy . You can always download the tar.gz package and install tidy by hand: Beispiel 1. tidy install by hand in PHP 4.3...
- PHP Manual
- [ Tidy Functions php.net ]
- PHP Funktion
- xattr Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...xattr Functions CLXXI. xattr Functions Einführung The xattr extension allows for the manipulation of extended attributes on a filesystem. Anforderungen To use xattr, you will need libattr installed. It is available at http://oss.sgi.com/projects/xfs/ . Anmerkung: These functions only work on filesystems that support extended attributes, and have them ...
- PHP Manual
- [ xattr Functions php.net ]
- PHP Funktion
- xdiff Functions ( phplist Code 10% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...: You'll need at least libxdiff 0.7 for these functions to be aware of memory_limit. Installation xdiff is currently available through PECL http://pecl.php.net/package/xdiff . If PEAR is available on your *nix-like system you can use the pear installer to install the xdiff extension, by the following command: pear -v install xdiff . You can always download the tar.gz package and install xdiff by hand: Beispiel 1. xdiff install by hand ...
- PHP Manual
- [ xdiff Functions php.net ]
- PHP Funktion
- Configure options ( phplist Code 9% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... installed AOLserver. --with-apxs[=FILE] Build shared Apache module. FILE is the optional pathname to the Apache apxs tool; defaults to apxs. Make sure you specify the version of apxs that is actually installed on your system and NOT the one that is in the apache source tarball. --with-apache[=DIR] Build a static Apache module. DIR is the top-level Apache build directory, defaults to /usr/local/apache . --with-mod_charset Enable transfer ...
- PHP Manual
- [ Configure options php.net ]
- PHP Funktion
- OmniHTTPd Server ( phplist Code 9% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...OmniHTTPd Server PHP Handbuch Kapitel 6. Installation on Windows systems OmniHTTPd Server This section contains notes and hints specific to OmniHTTPd on Windows. Anmerkung: You should read the manual installation steps first! Warnung Wenn Sie das CGI Setup verwenden,ist Ihr Server für ...
- PHP Manual
- [ OmniHTTPd Server php.net ]
- PHP Funktion
- SDO XML Data Access Service Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... data graph. You can then use SDO operations to change the graph. In this example we alter the date , firstName , and lastName properties. Then we use the saveFile() method to write the changed document back to the file system. The saveFile method has an optional extra integer argument which if specified will cause the XML DAS to format the XML, using the integer as the amount to indent by at each change in level on the document. This will ...
- PHP Manual
- [ SDO XML Data Access Service Functions php.net ]
- PHP Funktion
- W32api Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Andere was hier dokumentiertist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. SeienSie gewarnt und verwenden Sie diese Erung auf eigenes Risiko. Anforderungen This extension will only work on Windows systems. Installation Für diese Funktionen ist keine Installation erforderlich,diese gehören zum Grundbestand von PHP. Laufzeit Konfiguration Diese Erung definiert keine Konfigurationseinstellungen in der php.ini . Resource ...
- PHP Manual
- [ W32api Functions php.net ]
- PHP Funktion
- Fehlerbehandlung ( phplist Code 9% Relevanz )
- Rubrik
- Sicherheit
- Kurzform
- -----
- Vorschau
- ... PHP Security hat zwei Seiten der Fehlerbehandlung. Eine ist für die Erhöhung der Sicherheit vorteilhaft, die andere ist schädlich. Eine Standard-Angriffstaktik beinhaltet die Erstellung eines Profils des anzugreifenden Systems, indem die aufgrund der Einspeisung von unzulässigen Daten gegebenen Fehlermeldungen anhand deren Art und des Kontextes ausgewertet werden. Wenn z.B. ein Angreifer Informationen über eine auf einem eingesendeten Formular...
- PHP Manual
- [ Fehlerbehandlung php.net ]
- PHP Funktion
- DOMImplementation->createDocumentType() ( phplist Code 8% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMImplementation->createDocumentType() -- Creates an empty DOMDocumentType object
- Vorschau
- ...in CVS) DOMImplementation->createDocumentType() -- Creates an empty DOMDocumentType object Beschreibung class DOMImplementation { DOMDocumentType createDocumentType ( [string qualifiedName [, string publicId [, string systemId]]] ) } Creates an empty DOMDocumentType object. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. Parameter Liste qualifiedName The ...
- PHP Manual
- [ DOMImplementation->createDocumentType() php.net ]
- PHP Funktion
- i18n_loc_get_default ( phplist Code 8% Relevanz )
- Rubrik
- Unicode Functions
- Kurzform
- i18n_loc_get_default -- Get the default Locale
- Vorschau
- ... default Locale Beschreibung string i18n_loc_get_default ( void ) This function returns the default Locale, which is used by PHP to localize certain features. Please note that this isn't influenced by setlocale() or the system settings. Rückgabewerte Returns a string with the current Locale. Beispiele Beispiel 1. A i18n_loc_get_default() example <?php // get the default Locale echo i18n_loc_get_default (); //set a new Locale... ...
- PHP Manual
- [ i18n_loc_get_default php.net ]
- PHP Funktion
- Compiling PECL extensions statically into PHP ( phplist Code 8% Relevanz )
- Rubrik
- Installation of PECL extensions
- Kurzform
- -----
- Vorschau
- ... statically into PHP You might find that you need to build a PECL extension statically into your PHP binary. To do this, you'll need to place the extension source under the php-src/ext/ directory and tell the PHP build system to regenerate its configure script. $ cd /your/phpsrcdir/ext$ pear download extname$ gzip -d < extname.tgz | tar -xvf -$ mv extname-x.x.x extname This will result in the following directory: /your/phpsrcdir/ext/...
- PHP Manual
- [ Compiling PECL extensions statically into PHP php.net ]
- PHP Funktion
- Sun iPlanet and Netscape servers on Sun Solaris ( phplist Code 8% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ...Sun, iPlanet and Netscape servers on Sun Solaris PHP Handbuch Kapitel 4. Installation auf Unix-Systemen Sun, iPlanet and Netscape servers on Sun Solaris This section contains notes and hints specific to Sun Java System Web Server, Sun ONE Web Server, iPlanet and Netscape server installs of PHP on Sun Solaris. From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to generate custom directory listings and error pages . ...
- PHP Manual
- [ Sun iPlanet and Netscape servers on Sun Solaris php.net ]
- PHP Funktion
- Building from source ( phplist Code 8% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...Building from source PHP Handbuch Kapitel 6. Installation on Windows systems Building from source This chapter teaches how to compile PHP from sources on windows, using Microsoft's tools. To compile PHP with cygwin, please refer to Kapitel 4 . Anforderungen To compile and build PHP you need a ...
- PHP Manual
- [ Building from source php.net ]
- PHP Funktion
- Microsoft IIS / PWS ( phplist Code 8% Relevanz )
- Rubrik
- Installation on Windows systems
- Kurzform
- -----
- Vorschau
- ...Microsoft IIS / PWS PHP Handbuch Kapitel 6. Installation on Windows systems Microsoft IIS / PWS This section contains notes and hints specific to IIS (Microsoft Internet Information Server). Warnung Wenn Sie das CGI Setup verwenden,ist Ihr Server für einige mögliche Angriffe anfällig. Wie Sie ...
- PHP Manual
- [ Microsoft IIS / PWS php.net ]
- PHP Funktion
- DOM XML Funktionen ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Klasse (DomDocumentType : DomNode) Methodenname Funktionsname Anmerkung name DomDocumentType_name() entities DomDocumentType_entities() notations DomDocumentType_notations() public_id DomDocumentType_public_id() system_id DomDocumentType_system_id() internal_subset DomDocumentType_internal_subset() Die Klasse DomDtd ist von DomNode, und DomComment von DomCData abgeleitet Beispiele Viele Beispiele in dieser Referenz erfordern einen XML...
- PHP Manual
- [ DOM XML Funktionen php.net ]
- PHP Funktion
- XML Parser Functions ( phplist Code 8% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...">%s</font>' , htmlspecialchars ( $data )); } else { printf ( '<font size="-1">%s</font>' , htmlspecialchars ( $data )); } } function externalEntityRefHandler ( $parser , $openEntityNames , $base , $systemId , $publicId ) { if ( $systemId ) { if (!list( $parser , $fp ) = new_xml_parser ( $systemId )) { printf ( "Could not open entity %s at %s\n" , $openEntityNames , $systemId ); return false ; } while ( $data = fread ( $fp...
- PHP Manual
- [ XML Parser Functions php.net ]
- PHP Funktion
- Wie man helfen kann die Dokumentation zu verbessern ( phplist Code 7% Relevanz )
- Rubrik
- Über das Handbuch
- Kurzform
- -----
- Vorschau
- ... zu verbessern Es gibt drei Möglichkeiten, die jeder ergreifen kann, diese Dokumentation zu verbessern. Wenn Sie Fehler in diesem Handbuch finden, egal in welcher Sprache, bitte teilen Sie uns diese über das Bug System unter http://bugs.php.net/ mit. Bezeichnen Sie den Bug als "Documentation Problem". Alle die Dokumentation betreffenden Probleme, einschließlich welcher mit den verschiedenen Formaten, sollten als Bugs berichtet werden. ...
- PHP Manual
- [ Wie man helfen kann die Dokumentation zu verbessern php.net ]
- PHP Funktion
- PHP und andere Sprachen ( phplist Code 7% Relevanz )
- Rubrik
- FAQ: Frequently Asked Questions
- Kurzform
- -----
- Vorschau
- ... keine Sprache an sich, es ist ein Akronym für Active Server Pages, die eigentlichen Sprachen in denen ASP programmiert wird sind Visual Basic Script oder JScript. Der größte Nachteil von ASP ist, dass es ein proprietäres System ist und nativ nur auf Microsofts Internet Information Server (IIS) verwendet werden kann. Dies limitiert ASP auf Win32 basierende Server. Es gibt einige Projekte, die die Möglichkeit bieten, ASP unter anderen Umgebungen ...
- PHP Manual
- [ PHP und andere Sprachen php.net ]
- PHP Funktion
- Advanced PHP debugger ( phplist Code 7% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... 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
- Ovrimos SQL Functions ( phplist Code 7% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...RDBMS combined with Web capabilities and fast transactions. Anmerkung: This extension has been moved to the PECL repository and is no longer bundled with PHP as of PHP 5.1.0. Anmerkung: Diese Erung steht aufWindowsbetriebssystemen nicht zur Verfügung. Anforderungen You'll need to install the sqlcli library available in the Ovrimos SQL Server distribution. Installation To enable Ovrimos support in PHP just compile PHP with the --with-ovrimos[=...
- PHP Manual
- [ Ovrimos SQL Functions php.net ]
- PHP Funktion
- IBM Functions (PDO_IBM) ( phplist Code 7% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...PDO_IBM is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to IBM databases. Installation To build the PDO_IBM extension, the DB2 Client v9.1 or later must be installed on the same system as PHP. The DB2 Client can be downloaded from the IBM Application Development Site . Note: The DB2 Client v9.1 or later supports direct access to DB2 for Linux, UNIX, and Windows v8 and v9.1 servers. The DB2 Client v9.1 ...
- PHP Manual
- [ IBM Functions (PDO_IBM) php.net ]
- PHP Funktion
- GNU Recode Funktionen ( phplist Code 7% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... CXXXIII. GNU Recode Funktionen Dieses Modul stellt eine Schnittstelle zu der GNU Recode Bibliothek Version 3.5 dar. Um die Umkodierungsfunktionen benutzen zu können muss die GNU Recode Bibliothek ab Version 3.5 auf dem System installiert und PHP mit der Option --with-recode kompiliert werden. Die GNU Recode Bibliothek ermöglicht die Konversion zwischen verschiedenen Zeichensätzen (wie ASCII, ISO Latin-1, IBM-PC und en) und Eingabekonventionen...
- PHP Manual
- [ GNU Recode Funktionen php.net ]
- PHP Funktion
- xml_set_notation_decl_handler ( phplist Code 6% Relevanz )
- Rubrik
- XML Parser Functions
- Kurzform
- xml_set_notation_decl_handler -- Set up notation declaration handler
- Vorschau
- ... that must exist when xml_parse() is called for parser . A notation declaration is part of the document's DTD and has the following format: <!NOTATION <parameter>name</parameter>{ <parameter>systemId</parameter> | <parameter>publicId</parameter>?> See section 4.7 of the XML 1.0 spec for the definition of notation declarations. The function named by handler must accept five parameters: ...
- PHP Manual
- [ xml_set_notation_decl_handler php.net ]
- PHP Funktion
- Backward Incompatible Changes ( phplist Code 6% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ... style comments /** */, which starting PHP 5 are parsed by PHP, are recognized as T_DOC_COMMENT . $_SERVER should be populated with argc and argv if variables_order includes "S". If you have specifically configured your system to not create $_SERVER, then of course it shouldn't be there. The change was to always make argc and argv available in the CLI version regardless of the variables_order setting. As in, the CLI version will now always ...
- PHP Manual
- [ Backward Incompatible Changes php.net ]
- PHP Funktion
- xml_set_unparsed_entity_decl_handler ( phplist Code 5% Relevanz )
- Rubrik
- XML Parser Functions
- Kurzform
- xml_set_unparsed_entity_decl_handler -- Set up unparsed entity declaration handler
- Vorschau
- ... encounters an external entity declaration with an NDATA declaration, like the following: <!ENTITY <parameter>name</parameter> {<parameter>publicId</parameter> | <parameter>systemId</parameter>} NDATA <parameter>notationName</parameter> See section 4.2.2 of the XML 1.0 spec for the definition of notation declared external entities. The function named by handler must accept...
- PHP Manual
- [ xml_set_unparsed_entity_decl_handler php.net ]
- PHP Funktion
- Error Handling and Logging Functions ( phplist Code 5% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... errors can be logged. This allows you to change and enhance error reporting to suit your needs. With the logging functions, you can send messages directly to other machines, to an email (or email to pager gateway!), to system logs, etc., so you can selectively log and monitor the most important parts of your applications and websites. The error reporting functions allow you to customize what level and kind of error feedback is given, ranging ...
- PHP Manual
- [ Error Handling and Logging Functions php.net ]
- PHP Funktion
- Microsoft SQL Server Funktionen ( phplist Code 5% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... SQL Server Funktionen Einführung Diese Funktionen ermöglichen Ihnen den Zugriff auf den MS SQL-Datenbankserver. Anforderungen Voraussetzungen für Win32-Plattformen. Für die Erung müssen die MS SQL Client Tools auf dem System installiert sein auf dem PHP installiert ist. Die Client Tools können entweder von der MS SQL Server-CD oder durch Kopieren von ntwdblib.dll von \winnt\system32 auf dem Server nach \winnt\system32 auf dem PHP-Rechner ...
- PHP Manual
- [ Microsoft SQL Server Funktionen php.net ]
- PHP Funktion
- Informix Functions (PDO_INFORMIX) ( phplist Code 5% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... implements the PHP Data Objects (PDO) interface to enable access from PHP to Informix databases. Installation To build the PDO_INFORMIX extension, the Informix Client SDK 2.81 UC1 or higher must be installed on the same system as PHP. The Informix Client SDK is available from the IBM Informix Support Site . PDO_INFORMIX is a PECL extension, so follow the instructions in Kapitel 7 to install the PDO_INFORMIX extension. Issue the configure ...
- PHP Manual
- [ Informix Functions (PDO_INFORMIX) php.net ]
- PHP Funktion
- ODBC and DB2 Functions (PDO_ODBC) ( phplist Code 5% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... that are not explicitly supported by PDO_ODBC. On Windows, PDO_ODBC is built into the PHP core by default. It is linked against the Windows ODBC Driver Manager so that PHP can connect to any database cataloged as a System DSN, and is the recommended driver for connecting to Microsoft SQL Server databases. Installation PDO_ODBC on UNIX systems As of PHP 5.1, PDO_ODBC is included in the PHP source. You can compile the PDO_ODBC extension as ...
- PHP Manual
- [ ODBC and DB2 Functions (PDO_ODBC) php.net ]
- PHP Funktion
- Zend API: Hacking the Core of PHP ( phplist Code 5% Relevanz )
- Rubrik
- PHP und Zend Engine Interna
- Kurzform
- -----
- Vorschau
- ...Zend API: Hacking the Core of PHP Kapitel 46. Zend API: Hacking the Core of PHP Inhaltsverzeichnis Introduction Overview Extension Possibilities Source Layout PHP's Automatic Build System Creating Extensions Using Extensions Troubleshooting Source Discussion Accepting Arguments Creating Variables Duplicating Variable Contents: The Copy Constructor Returning Values Printing Information Startup and Shutdown ...
- PHP Manual
- [ Zend API: Hacking the Core of PHP php.net ]
- PHP Funktion
- IBM DB2 Cloudscape and Apache Derby Functions ( phplist Code 4% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... in your Web server start script (typically /etc/init.d/httpd or /etc/init.d/apache ). Installation To build the ibm_db2 extension, the DB2 application development header files and libraries must be installed on your system. DB2 does not install these by default, so you may have to return to your DB2 installer and add this option. The header files are included with the DB2 Application Development Client freely available for download from the...
- PHP Manual
- [ IBM DB2 Cloudscape and Apache Derby Functions php.net ]
- PHP Funktion
- hw_api->lock ( phplist Code 0% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->lock -- Locks an object
- Vorschau
- ... CVS) hw_api->lock -- Locks an object Description bool hw_api->lock ( array parameter ) Locks an object for exclusive editing by the user calling this function. The object can be only unlocked by this user or the system user. The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectquery'. 'mode' determines how an object is locked. HW_API_LOCK_NORMAL means, an object is locked ...
- PHP Manual
- [ hw_api->lock php.net ]
- PHP Funktion
- hw_api->unlock ( phplist Code 0% Relevanz )
- Rubrik
- Hyperwave API Functions
- Kurzform
- hw_api->unlock -- Unlocks a locked object
- Vorschau
- ...no version information, might be only in CVS) hw_api->unlock -- Unlocks a locked object Description bool hw_api->unlock ( array parameter ) Unlocks a locked object. Only the user who has locked the object and the system user may unlock an object. The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectquery'. The meaning of 'mode' is the same as in function hwapi_lock() . ...
- PHP Manual
- [ hw_api->unlock php.net ]
- PHP Funktion
- linkinfo ( phplist Code 0% Relevanz )
- Rubrik
- Funktionen des Dateisystems
- Kurzform
- linkinfo -- Liefert Informationen über einen Link
- Vorschau
- ...linkinfo linkinfo (PHP 3, PHP 4, PHP 5) linkinfo -- Liefert Informationen über einen Link Beschreibung int linkinfo ( string path ) linkinfo() gibt das st_dev Feld des UNIX C stat structure resultierend aus dem lstat System Call . Diese Funktion wird benutzt, um zu verifizieren ob ein Link (auf den mit path gezeigt wird) wirklich existiert (Hierbei wird die gleiche Methode benutzt, die in dem S_ISLNK Makro in stat.h definiert ist). Gibt 0 ...
- PHP Manual
- [ linkinfo php.net ]