copy PHP Funktionen : PHP Übersicht : PHP Manual

copy

PHP Function copy / PHP Funktion copy

phplist » Webkatalog Script - Link Script » PHP Function Coder » copy
PHP Funktion
copy ( phplist Code 100% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
copy -- Kopiert eine Datei
Vorschau
...copy copy (PHP 3, PHP 4, PHP 5) copy -- Kopiert eine Datei Beschreibung bool copy ( string source, string dest ) Diese Funktion kopiert die Datei source nach dest . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiel 1. copy() <?php if (! copy ( $file , $file . '.bak' )) { print ( "failed to copy...
PHP Manual
[ copy php.net ]

PHP Funktion
pg_copy_to ( phplist Code 57% Relevanz )
Rubrik
PostgreSQL Funktionen
Kurzform
pg_copy_to -- Kopiert eine Tabelle in ein Array
Vorschau
...pg_copy_to pg_copy_to (PHP 4 >= 4.2.0, PHP 5) pg_copy_to -- Kopiert eine Tabelle in ein Array Beschreibung array pg_copy_to ( resource connection, string table_name [, string delimiter [, string null_as]] ) pg_copy_to() kopiert eine Tabelle in ein Array. Intern wird das SQL Kommando COPY TO aufgerufen, um die Datensätze einzufügen. Parameter Liste connection PostgreSQL Verbindungskennung. table_name Name der Tabelle, aus der die ...
PHP Manual
[ pg_copy_to php.net ]

PHP Funktion
oci_lob_copy ( phplist Code 50% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_lob_copy -- Copies large object
Vorschau
...oci_lob_copy oci_lob_copy (PHP 5) oci_lob_copy -- Copies large object Description bool oci_lob_copy ( OCI-Lob lob_to, OCI-Lob lob_from [, int length] ) Copies a large object or a part of a large object to another large object. Parameter length indicates the length of data to be copied. Old LOB-recipient data will be ...
PHP Manual
[ oci_lob_copy php.net ]

PHP Funktion
pg_copy_from ( phplist Code 50% Relevanz )
Rubrik
PostgreSQL Funktionen
Kurzform
pg_copy_from -- Fügt Datensätze aus einem Array in eine Tabelle ein
Vorschau
...pg_copy_from pg_copy_from (PHP 4 >= 4.2.0, PHP 5) pg_copy_from -- Fügt Datensätze aus einem Array in eine Tabelle ein Beschreibung bool pg_copy_from ( resource connection, string table_name, array rows [, string delimiter [, string null_as]] ) pg_copy_from() fügt Datensätze aus einem Array in eine Tabelle ein. Intern wird der COPY -Befehl aufgerufen, um die ...
PHP Manual
[ pg_copy_from php.net ]

PHP Funktion
notes_copy_db ( phplist Code 47% Relevanz )
Rubrik
Lotus Notes Functions
Kurzform
notes_copy_db -- Copy a Lotus Notes database
Vorschau
...notes_copy_db notes_copy_db (PHP 4 >= 4.0.5, PECL) notes_copy_db -- Copy a Lotus Notes database Beschreibung bool notes_copy_db ( string from_database_name, string to_database_name ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ...
PHP Manual
[ notes_copy_db php.net ]

PHP Funktion
imagecopymerge ( phplist Code 44% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagecopymerge -- Copy and merge part of an image
Vorschau
...imagecopymerge imagecopymerge (PHP 4 >= 4.0.1, PHP 5) imagecopymerge -- Copy and merge part of an image Description bool imagecopymerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct ) Copy a part of src_im onto dst_im starting at the x,y coordinates src_x , src_y with a width of src_w ...
PHP Manual
[ imagecopymerge php.net ]

PHP Funktion
curl_copy_handle ( phplist Code 40% Relevanz )
Rubrik
cURL Client URL Bibiothek-Funktionen
Kurzform
curl_copy_handle -- Copy a cURL handle along with all of its preferences
Vorschau
...curl_copy_handle curl_copy_handle (PHP 5) curl_copy_handle -- Copy a cURL handle along with all of its preferences Description resource curl_copy_handle ( resource ch ) This function copies a cURL handle, returning a new cURL handle with the same preferences. Beispiel 1. Copying a cURL handle. <?php // create a new curl resource $ch = curl_init (); // set URL ...
PHP Manual
[ curl_copy_handle php.net ]

PHP Funktion
hw_api->copy ( phplist Code 40% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->copy -- Copies physically
Vorschau
...hw_api->copy content"HREF="function.hwapi-content.html"> dbstat"HREF="function.hwapi-dbstat.html"> hw_api->copy (no version information, might be only in CVS) hw_api->copy -- Copies physically Description hw_api_object hw_api->copy ( array parameter ) This function will make a physical copy including the content if it exists and returns the new object or an error object. The parameter ...
PHP Manual
[ hw_api->copy php.net ]

PHP Funktion
imagepalettecopy ( phplist Code 40% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagepalettecopy -- Copy the palette from one image to another
Vorschau
...imagepalettecopy imagepalettecopy (PHP 4 >= 4.0.1, PHP 5) imagepalettecopy -- Copy the palette from one image to another Description void imagepalettecopy ( resource destination, resource source ) imagepalettecopy() copies the palette from the source image to the destination image. imageloadfont imagepng...
PHP Manual
[ imagepalettecopy php.net ]

PHP Funktion
imagecopymergegray ( phplist Code 36% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagecopymergegray -- Copy and merge part of an image with gray scale
Vorschau
...imagecopymergegray imagecopymergegray (PHP 4 >= 4.0.6, PHP 5) imagecopymergegray -- Copy and merge part of an image with gray scale Description bool imagecopymergegray ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct ) imagecopymergegray() copy a part of src_im onto dst_im starting at the x,y coordinates src_x , src_y...
PHP Manual
[ imagecopymergegray php.net ]

PHP Funktion
imagecopyresampled ( phplist Code 36% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagecopyresampled -- Copy and resize part of an image with resampling
Vorschau
...imagecopyresampled imagecopyresampled (PHP 4 >= 4.0.6, PHP 5) imagecopyresampled -- Copy and resize part of an image with resampling Description bool imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h ) imagecopyresampled() copies a rectangular portion of one image to another image, ...
PHP Manual
[ imagecopyresampled php.net ]

PHP Funktion
runkit_method_copy ( phplist Code 36% Relevanz )
Rubrik
runkit Functions
Kurzform
runkit_method_copy -- Copies a method from class to another
Vorschau
...runkit_method_copy runkit_method_copy (PECL) runkit_method_copy -- Copies a method from class to another Beschreibung bool runkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ runkit_method_copy php.net ]

PHP Funktion
classkit_method_copy ( phplist Code 33% Relevanz )
Rubrik
Classkit Functions
Kurzform
classkit_method_copy -- Copies a method from class to another
Vorschau
...classkit_method_copy classkit_method_copy (PECL) classkit_method_copy -- Copies a method from class to another Beschreibung bool classkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
PHP Manual
[ classkit_method_copy php.net ]

PHP Funktion
runkit_function_copy ( phplist Code 33% Relevanz )
Rubrik
runkit Functions
Kurzform
runkit_function_copy -- Copy a function to a new function name
Vorschau
...runkit_function_copy runkit_function_copy (PECL) runkit_function_copy -- Copy a function to a new function name Beschreibung bool runkit_function_copy ( string funcname, string targetname ) Parameter Liste funcname Name of existing function targetname Name of new function to copy definition to Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele ...
PHP Manual
[ runkit_function_copy php.net ]

PHP Funktion
stream_copy_to_stream ( phplist Code 32% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_copy_to_stream -- Copies data from one stream to another
Vorschau
...stream_copy_to_stream stream_copy_to_stream (PHP 5) stream_copy_to_stream -- Copies data from one stream to another Beschreibung int stream_copy_to_stream ( resource source, resource dest [, int maxlength [, int offset]] ) Makes a copy of up to maxlength bytes of data from the current position (or from the offset position, if specified) in source to dest . If ...
PHP Manual
[ stream_copy_to_stream php.net ]

PHP Funktion
php_stream_copy_to_mem ( phplist Code 31% Relevanz )
Rubrik
Streams Common API Reference
Kurzform
-----
Vorschau
...php_stream_copy_to_mem php_stream_copy_to_mem php_stream_copy_to_mem -- Copy data from stream and into an allocated buffer Description size_t php_stream_copy_to_mem ( php_stream * src, char ** buf, size_t maxlen, int persistent ) php_stream_copy_to_mem() allocates a buffer maxlen +1 bytes in length using pemalloc() (passing persistent ). It then reads maxlen bytes from src and...
PHP Manual
[ php_stream_copy_to_mem php.net ]

PHP Funktion
Net_Gopher ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...() to make sense of gopher formatted directory listings. Anforderungen Installation Net_Gopher is installed through the usual PECL package installation process. Prerequisite: PHP 4.3.0 . $ pear install Net_Gopher Copy the resulting gopher.so to an appropriate location and add extension=gopher.so to your php.ini file or load it dynamically in your PHP script using dl("gopher.so"); Laufzeit Konfiguration Diese Erung definiert keine ...
PHP Manual
[ Net_Gopher php.net ]

PHP Funktion
php_stream_copy_to_stream ( phplist Code 28% Relevanz )
Rubrik
Streams Common API Reference
Kurzform
-----
Vorschau
...php_stream_copy_to_stream php_stream_copy_to_stream php_stream_copy_to_stream -- Copy data from one stream to another Description size_t php_stream_copy_to_stream ( php_stream * src, php_stream * dest, size_t maxlen ) php_stream_copy_to_stream() attempts to read up to maxlen bytes of data from src and write them to dest , and returns the number of bytes that were ...
PHP Manual
[ php_stream_copy_to_stream php.net ]

PHP Funktion
VI. LICENSE OPTIONS ( phplist Code 26% Relevanz )
Rubrik
Open Publication License
Kurzform
-----
Vorschau
... OPTIONS PHP Handbuch Anhang T. Open Publication License VI. LICENSE OPTIONS The author(s) and/or publisher of an Open Publication-licensed document may elect certain options by appending language to the reference to or copy of the license. These options are considered part of the license instance and must be included with the license (or its incorporation by reference) in derived works. A. To prohibit distribution of substantively modified ...
PHP Manual
[ VI. LICENSE OPTIONS php.net ]

PHP Funktion
ssh2_scp_recv ( phplist Code 24% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_scp_recv -- Request a file via SCP
Vorschau
...ssh2_scp_recv ssh2_scp_recv (PECL) ssh2_scp_recv -- Request a file via SCP Description bool ssh2_scp_recv ( resource session, string remote_file, string local_file ) Copy a file from the remote server to the local filesystem using the SCP protocol. Beispiel 1. Downloading a file via SCP <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connection , '...
PHP Manual
[ ssh2_scp_recv php.net ]

PHP Funktion
ssh2_scp_send ( phplist Code 24% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_scp_send -- Send a file via SCP
Vorschau
...ssh2_scp_send ssh2_scp_send (PECL) ssh2_scp_send -- Send a file via SCP Description bool ssh2_scp_send ( resource session, string local_file, string remote_file [, int create_mode] ) Copy a file from the local filesystem to the remote server using the SCP protocol. The file will be created with the mode specified by create_mode . Beispiel 1. Uploading a file via SCP <?php $connection = ssh2_connect ( '...
PHP Manual
[ ssh2_scp_send php.net ]

PHP Funktion
New Functions ( phplist Code 24% Relevanz )
Rubrik
Migrating from PHP 4 to PHP 5
Kurzform
-----
Vorschau
... iconv_strpos() - Finds position of first occurrence of a needle within a haystack iconv_strrpos() - Finds the last occurrence of a needle within a haystack iconv_substr() - Cut out part of a string Streams : stream_copy_to_stream() - Copies data from one stream to another stream_get_line() - Gets line from stream resource up to a given delimiter stream_socket_accept() - Accept a connection on a socket created by stream_socket_server() ...
PHP Manual
[ New Functions php.net ]

PHP Funktion
PHP bytecode Compiler ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... directory is now called something like bcompiler-0.x, then you should rename it to bcompiler (except you only want to build it as self-contained php-module). If you are using versions before PHP 4.3, the you will need to copy the Makefile.in.old to Makefile.in and config.m4.old to config.m4 . run phpize in ext/bcompiler run ./buildconf in php4 run configure with --enable-bcompiler (and your other options) make; make install that's it. ...
PHP Manual
[ PHP bytecode Compiler php.net ]

PHP Funktion
DB++ Functions ( phplist Code 22% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... dbplus_open -- Open relation file dbplus_prev -- Get previous tuple from relation dbplus_rchperm -- Change relation permissions dbplus_rcreate -- Creates a new DB++ relation dbplus_rcrtexact -- Creates an exact but empty copy of a relation including indices dbplus_rcrtlike -- Creates an empty copy of a relation with default indices dbplus_resolve -- Resolve host information for relation dbplus_restorepos -- Restore position dbplus_rkeys -- ...
PHP Manual
[ DB++ Functions php.net ]

PHP Funktion
Compiling for OS X Server ( phplist Code 21% Relevanz )
Rubrik
Installation on Mac OS X
Kurzform
-----
Vorschau
... and run this command: ranlib libmodphp4.a . Then go back to the root of the Apache source directory and run the above configure command again. That'll bring the link table up to date. Run make and make install again. Copy and rename the php.ini-dist file to your bin directory from your PHP 4 source directory: cp php.ini-dist /usr/local/bin/php.ini or (if your don't have a local directory) cp php.ini-dist /usr/bin/php.ini . Installation ...
PHP Manual
[ Compiling for OS X Server php.net ]

PHP Funktion
runkit Functions ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... runkit_constant_redefine -- Redefine an already defined constant runkit_constant_remove -- Remove/Delete an already defined constant runkit_function_add -- Add a new function, similar to create_function() runkit_function_copy -- Copy a function to a new function name runkit_function_redefine -- Replace a function definition with a new implementation runkit_function_remove -- Remove a function definition runkit_function_rename -- Change a ...
PHP Manual
[ runkit Functions php.net ]

PHP Funktion
ibase_blob_import ( phplist Code 19% Relevanz )
Rubrik
InterBase-Funktionen
Kurzform
ibase_blob_import -- Create blob copy file in it and close it
Vorschau
...ibase_blob_import ibase_blob_import (PHP 3 >= 3.0.7, PHP 4, PHP 5) ibase_blob_import -- Create blob, copy file in it, and close it Description string ibase_blob_import ( resource link_identifier, resource file_handle ) string ibase_blob_import ( resource file_handle ) This function creates a BLOB, reads an entire file into it...
PHP Manual
[ ibase_blob_import php.net ]

PHP Funktion
iterator_to_array ( phplist Code 19% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
iterator_to_array -- Copy the iterator into an array
Vorschau
...iterator_to_array iterator_to_array (PHP 5 >= 5.1.0RC1) iterator_to_array -- Copy the iterator into an array Description array iterator_to_array ( IteratorAggregate iterator ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. iterator_count ...
PHP Manual
[ iterator_to_array php.net ]

PHP Funktion
Streams Common API Reference ( phplist Code 19% Relevanz )
Rubrik
Streams API for PHP Extension Authors
Kurzform
-----
Vorschau
... from a stream into a buffer php_stream_close -- Close a stream php_stream_flush -- Flush stream buffers to storage php_stream_seek -- Reposition a stream php_stream_tell -- Determine the position of a stream php_stream_copy_to_stream -- Copy data from one stream to another php_stream_copy_to_mem -- Copy data from stream and into an allocated buffer php_stream_make_seekable -- Convert a stream into a stream is seekable php_stream_cast -- ...
PHP Manual
[ Streams Common API Reference php.net ]

PHP Funktion
XMLReader functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... DTD and validate while parsing XMLReader::SUBST_ENTITIES ( integer ) 4 Substitute entities and expand references Inhaltsverzeichnis XMLReader->close() -- Close the XMLReader input XMLReader->expand() -- Returns a copy of the current node as a DOM object XMLReader->getAttribute() -- Get the value of a named attribute XMLReader->getAttributeNo() -- Get the value of an attribute by index XMLReader->getAttributeNS() -- Get the ...
PHP Manual
[ XMLReader functions php.net ]

PHP Funktion
Stream open options ( phplist Code 17% Relevanz )
Rubrik
Streams Constants
Kurzform
-----
Vorschau
... really must be able to randomly seek around in a stream. Some streams may not be seekable in their native form, so this flag asks the streams API to check to see if the stream does support seeking. If it does not, it will copy the stream into temporary storage (which may be a temporary file or a memory stream) which does support seeking. Please note that this flag is not useful when you want to seek the stream and write to it, because the stream...
PHP Manual
[ Stream open options php.net ]

PHP Funktion
Accepting Arguments ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... values by the extension, since they will not be touched by the parsing function if the parameters are not passed. / - the parsing function will call SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows, to provide a copy of the parameter, unless it's a reference. ! - the parameter it follows can be of specified type or NULL (only applies to a, o, O, r, and z). If NULL value is passed by the user, the storage pointer will be set to NULL...
PHP Manual
[ Accepting Arguments php.net ]

PHP Funktion
Creating Extensions ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... like to juggle with their keyboard. These cases should be extremely rare, but for the sake of completeness we'll also describe this method. Compiling Using Make. To compile the sample sources using the standard mechanism, copy all their subdirectories to the ext directory of your PHP source tree. Then run buildconf , which will create an updated configure script containing appropriate options for the new extension. By default, all the sample ...
PHP Manual
[ Creating Extensions php.net ]

PHP Funktion
Zend API: Hacking the Core of PHP ( phplist Code 16% Relevanz )
Rubrik
PHP und Zend Engine Interna
Kurzform
-----
Vorschau
... 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 Functions Calling User Functions Initialization File Support Where to Go from Here Reference: Some Configuration Macros API Macros API Function and ...
PHP Manual
[ Zend API: Hacking the Core of PHP php.net ]

PHP Funktion
Calling User Functions ( phplist Code 15% Relevanz )
Rubrik
Extending PHP 3
Kurzform
-----
Vorschau
..., and instead taken from the object's hash. The object *may* be modified by the function that is invoked on it (that function will have access to it via $this). If for some reason you don't want that to happen, send a copy of the object instead. pval *function_name The name of the function to call. Must be a pval of type IS_STRING with function_name.str.val and function_name.str.len set to the appropriate values. The function_name is ...
PHP Manual
[ Calling User Functions php.net ]

PHP Funktion
oggvorbis ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...62;= 1.0. Laufzeit Konfiguration Diese Erung definiert keine Konfigurationseinstellungen in der php.ini . Installation oggvorbis is installed through the usual PECL package installation process. $ pear install oggvorbis Copy the resulting oggvorbis.so to an appropriate location and add extension=oggvorbis.so to your php.ini file or load it dynamically in your PHP script using dl('oggvorbis.so'); Context options Tabelle 1. OGG/Vorbis tuning ...
PHP Manual
[ oggvorbis php.net ]

PHP Funktion
Secure Shell2 Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... Download and install libssh2 . Typically this means executing the following command from the libssh2 source tree. ./configure && make all install . Run the pear installer for PECL/ssh2: pear install ssh2 Copy ssh2.so from the directory indicated by the build process to the location specified in your php.ini file under extension_dir . Add extension=ssh2.so to your php.ini Restart your webserver to reload your php.ini settings...
PHP Manual
[ Secure Shell2 Functions php.net ]

PHP Funktion
win32service Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... of windows derived from Windows NT should be compatible. Installation Installing from PECL You can download php_win32service.dll from http://snaps.php.net/win32/. Choose the PECL_X_X folder that matches you PHP version. Copy the php_win32service.dll into your extension_dir . Load the extension from your php.ini extension=php_win32service.dll Beispiele Beispiel 1. Registering a PHP script to run as a service <?php win32_create_service (...
PHP Manual
[ win32service Functions php.net ]

PHP Funktion
Duplicating Variable Contents: The Copy Constructor ( phplist Code 15% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...Duplicating Variable Contents: The Copy Constructor PHP Handbuch Kapitel 46. Zend API: Hacking the Core of PHP Duplicating Variable Contents: The Copy Constructor Sooner or later, you may need to assign the contents of one zval container to another. This is easier said than done, since the zval container doesn't contain only type information, but also references to ...
PHP Manual
[ Duplicating Variable Contents: The Copy Constructor php.net ]

PHP Funktion
DomNode->append_child ( phplist Code 14% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomNode->append_child -- Adds a new child at the end of the children
Vorschau
... Version Beschreibung 4.3.0 You are not allowed anymore to insert a node from another document. 4.3.0 Prior to PHP 4.3.0, the new child is duplicated before being appended. Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of an XML ...
PHP Manual
[ DomNode->append_child php.net ]

PHP Funktion
Manual Installation Steps ( phplist Code 14% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... for SNMP | +--openssl -- support files for Openssl | +--pdf-related -- support files for PDF | +--sapi -- SAPI (server module support) DLLs | | | |-php4apache.dll | | | |-php4apache2.dll | | | |-.. | +--PEAR -- initial copy of PEAR | | |-go-pear.bat -- PEAR setup script | |-.. | |-php.exe -- CGI executable | |-.. | |-php.ini-dist -- default php.ini settings | |-php.ini-recommended -- recommended php.ini settings | |-php4ts.dll -- core PHP DLL...
PHP Manual
[ Manual Installation Steps php.net ]

PHP Funktion
Ming functions for Flash ( phplist Code 14% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...net/ along with examples, a small tutorial, and the latest news. Download the ming archive. Unpack the archive. Go in the Ming directory. make. make install. This will build libming.so and install it into /usr/lib/ , and copy ming.h into /usr/include/ . Edit the PREFIX= line in the Makefile to change the installation directory. Installation Beispiel 1. built into PHP (Unix) mkdir <phpdir>/ext/ming cp php_ext/* <phpdir>/ext/ming...
PHP Manual
[ Ming functions for Flash php.net ]

PHP Funktion
DomNode->append_sibling ( phplist Code 13% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomNode->append_sibling -- Adds new sibling to a node
Vorschau
... can be created with e.g. domdocument_create_element() , domdocument_create_text() etc. or simply by using any other node. Before a new sibling is added it is first duplicated. Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of an XML ...
PHP Manual
[ DomNode->append_sibling php.net ]

PHP Funktion
pg_put_line ( phplist Code 13% Relevanz )
Rubrik
PostgreSQL Funktionen
Kurzform
pg_put_line -- Sendet eine NULL-terminierte Zeichenkette zum PostgreSQL-Server
Vorschau
... bool pg_put_line ( string data ) bool pg_put_line ( resource connection, string data ) pg_put_line() sendet eine NULL-terminierte Zeichenkette an den PostgreSQL-Server. Das ist in Verbindung mit dem PostgreSQL-Befehl COPY FROM notwendig. COPY ist eine PostgreSQL-Anweisung, mit der Daten mit hoher Geschwindigkeit in eine Tabelle eingefügt werden können. Die Daten werden ungeparst und in einer einzigen Transaktion übertragen. Alternativ zu ...
PHP Manual
[ pg_put_line php.net ]

PHP Funktion
variant_cast ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_cast -- Convert a variant into a new variant object of another type
Vorschau
...variant_cast variant_cast (PHP 5) variant_cast -- Convert a variant into a new variant object of another type Description variant variant_cast ( variant variant, int type ) This function makes a copy of variant and then performs a variant cast operation to force the copy to have the type given by type . type should be one of the VT_XXX constants. This function wraps VariantChangeType() in the COM library; consult MSDN...
PHP Manual
[ variant_cast php.net ]

PHP Funktion
Funktionen des Dateisystems ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... aus einer vollständigen Pfadangabe chgrp -- Wechselt die Gruppenzugehörigkeit einer Datei chmod -- Ändert die Zugriffsrechte einer Datei chown -- Ändert den Eigentümer einer Datei clearstatcache -- Löscht den Status Cache copy -- Kopiert eine Datei delete -- Siehe unlink() oder unset() dirname -- Extrahiert den Verzeichnis-Namen aus einer vollständigen Pfadangabe disk_free_space -- Liefert den freien Speicherplatz in einem Verzeichnis ...
PHP Manual
[ Funktionen des Dateisystems php.net ]

PHP Funktion
DOMDocument->importNode() ( phplist Code 12% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMDocument->importNode() -- Import node into current document
Vorschau
... information, might be only in CVS) DOMDocument->importNode() -- Import node into current document Beschreibung class DOMDocument { DOMNode importNode ( DOMNode importedNode [, bool deep] ) } This function returns a copy of the node to import and associates it with the current document. Parameter Liste importedNode The node to import. deep If set to TRUE , this method will recursively import the subtree under the importedNode . Rü...
PHP Manual
[ DOMDocument->importNode() php.net ]

PHP Funktion
clearstatcache ( phplist Code 11% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
clearstatcache -- Löscht den Status Cache
Vorschau
...is_writable() , is_readable() , is_executable() , is_file() , is_dir() , is_link() , filectime() , fileatime() , filemtime() , fileinode() , filegroup() , fileowner() , filesize() , filetype() und fileperms() . chown copy...
PHP Manual
[ clearstatcache php.net ]

PHP Funktion
dbplus_rcrtlike ( phplist Code 11% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_rcrtlike -- Creates an empty copy of a relation with default indices
Vorschau
...dbplus_rcrtlike dbplus_rcrtlike (4.1.0 - 4.2.3 only, PECL) dbplus_rcrtlike -- Creates an empty copy of a relation with default indices Description mixed dbplus_rcrtlike ( string name, resource relation [, int overwrite] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier...
PHP Manual
[ dbplus_rcrtlike php.net ]

PHP Funktion
debug_zval_dump ( phplist Code 11% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
debug_zval_dump -- Dumps a string representation of an internal zend value to output
Vorschau
...var2 = '' ; $var2 =& $var1 ; debug_zval_dump ( $var1 ); // not passed by reference, this time ?> Das oben gezeigte Beispiel erzeugt folgendeAusgabe: string(11) "Hello World" refcount(1) Why refcount(1) ? Because a copy of $var1 is being made, when the function is called. This function becomes even more confusing when a variable with a refcount of 1 is passed (by copy/value): Beispiel 3. <?php $var1 = 'Hello World' ; debug_zval_dump...
PHP Manual
[ debug_zval_dump php.net ]

PHP Funktion
V. GOOD-PRACTICE RECOMMENDATIONS ( phplist Code 11% Relevanz )
Rubrik
Open Publication License
Kurzform
-----
Vorschau
... License V. GOOD-PRACTICE RECOMMENDATIONS In addition to the requirements of this license, it is requested from and strongly recommended of redistributors that: If you are distributing Open Publication works on hardcopy or CD-ROM, you provide email notification to the authors of your intent to redistribute at least thirty days before your manuscript or media freeze, to give the authors time to provide updated documents. This notification ...
PHP Manual
[ V. GOOD-PRACTICE RECOMMENDATIONS php.net ]

PHP Funktion
HTTP and HTTPS ( phplist Code 11% Relevanz )
Rubrik
List of Supported Protocols/Wrappers
Kurzform
-----
Vorschau
...to the body of the resource; the headers are stored in the $http_response_header variable. Since PHP 4.3.0, the headers are available using stream_get_meta_data() . HTTP connections are read-only; you cannot write data or copy files to an HTTP resource. Anmerkung: HTTPS is supported starting from PHP 4.3.0, if you have compiled in support for OpenSSL. Tabelle M-2. Wrapper Summary Attribute Supported Restricted by allow_url_fopen Yes Allows ...
PHP Manual
[ HTTP and HTTPS php.net ]

PHP Funktion
PUT-Unterstützung ( phplist Code 10% Relevanz )
Rubrik
Steuerung von Dateiuploads
Kurzform
-----
Vorschau
... entsprechen, in dem diese Zeile steht, an das put.php Skript leitet. Dies setzt natürlich voraus, dass PHP aktiv und für die .php-Dateierung registriert ist. Innerhalb der put.php-Datei könnte folgendes stehen: <?php copy ( $PHP_UPLOADED_FILE_NAME , $DOCUMENT_ROOT . $REQUEST_URI ); ?> Dies kopiert die Datei an den vom Client angegebenen Ort. Möglicherweise sollen vor dem Kopieren der Datei noch Überprüfungen und/oder ...
PHP Manual
[ PUT-Unterstützung php.net ]

PHP Funktion
dbplus_rcrtexact ( phplist Code 10% Relevanz )
Rubrik
DB++ Functions
Kurzform
dbplus_rcrtexact -- Creates an exact but empty copy of a relation including indices
Vorschau
...dbplus_rcrtexact dbplus_rcrtexact (4.1.0 - 4.2.3 only, PECL) dbplus_rcrtexact -- Creates an exact but empty copy of a relation including indices Description mixed dbplus_rcrtexact ( string name, resource relation [, bool overwrite] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier ...
PHP Manual
[ dbplus_rcrtexact php.net ]

PHP Funktion
is_uploaded_file ( phplist Code 10% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
is_uploaded_file -- Prüft ob die Datei mittels HTTP POST upgeloaded wurde
Vorschau
... ( '/+' , '/' , $tmp_file ) == $filename ); } /* So verwenden Sie sie, nachdem Sie in diesen älteren * Versionen auch keine move_uploaded_file() haben: */ if ( is_uploaded_file ( $HTTP_POST_FILES [ 'userfile' ])) { copy ( $HTTP_POST_FILES [ 'userfile' ], "/place/to/put/uploaded/file" ); } else { echo "Mögliche Dateiupload-Attacke: Dateiname '$HTTP_POST_FILES [ userfile ] '." ; } ?> Siehe auch move_uploaded_file() , und das Kapitel ...
PHP Manual
[ is_uploaded_file php.net ]

PHP Funktion
pg_result_status ( phplist Code 10% Relevanz )
Rubrik
PostgreSQL Funktionen
Kurzform
pg_result_status -- Gibt den Status eines Abfrageergebnisses zurück
Vorschau
...-Meldung für das result zu erhalten. Falls nichts angegeben wurde, wird der Vorgabewert PGSQL_STATUS_LONG übergeben. Rückgabewerte Mögliche Rückgabewerte sind PGSQL_EMPTY_QUERY , PGSQL_COMMAND_OK , PGSQL_TUPLES_OK , PGSQL_COPY_OUT , PGSQL_COPY_IN , PGSQL_BAD_RESPONSE , PGSQL_NONFATAL_ERROR und PGSQL_FATAL_ERROR , falls PGSQL_STATUS_LONG angegeben wurde. Anderenfalls wird ein string gegeben, der die PostgreSQL-Meldung enthält. Beispiele Beispiel...
PHP Manual
[ pg_result_status php.net ]

PHP Funktion
cURL Client URL Bibiothek-Funktionen ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... , $fp ); curl_setopt ( $ch , CURLOPT_HEADER , 0 ); //Ausführen der Aktionen curl_exec ( $ch ); //Session beenden curl_close ( $ch ); fclose ( $fp ); ?> Inhaltsverzeichnis curl_close -- Eine cURL-Session beenden curl_copy_handle -- Copy a cURL handle along with all of its preferences curl_errno -- Gibt die letzte Fehlernummer curl_error -- Gibt eine Fehlermeldung als String curl_exec -- Eine cURL Session ausführen curl_getinfo -- ...
PHP Manual
[ cURL Client URL Bibiothek-Funktionen php.net ]

PHP Funktion
Grafik-Funktionen ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Ermittelt die Anzahl der definierten Farben eines Bildes imagecolortransparent -- Definiert eine Farbe als transparent imageconvolution -- Apply a 3x3 convolution matrix, using coefficient div and offset imagecopy -- Kopiert einen Bildausschnitt imagecopymerge -- Copy and merge part of an image imagecopymergegray -- Copy and merge part of an image with gray scale imagecopyresampled -- Copy and resize part of an image with resampling...
PHP Manual
[ Grafik-Funktionen php.net ]

PHP Funktion
SAM - Simple Asynchronous Messaging ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... from the Microsoft web site. Also you need the Microsoft WindowsPlatform SDK which again can be downloaded from the Microsoft web site. Obtain the SAM extension source using pear (pear download sam) or by usingCVS and copy the files to a new "sam" directory under the "ext" directoryin your PHP source tree. To build the extension open a build environment window by going to thestart menu->all programs->microsoft platform SDK for ...
PHP Manual
[ SAM - Simple Asynchronous Messaging php.net ]

PHP Funktion
Standard PHP Library (SPL) Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... class_implements -- Return the interfaces which are implemented by the given class class_parents -- Return the parent classes of the given class iterator_count -- Count the elements in an iterator iterator_to_array -- Copy the iterator into an array spl_autoload_call -- Try all registered __autoload() function to load the requested class spl_autoload_extensions -- Register and return default file extensions for spl_autoload ...
PHP Manual
[ Standard PHP Library (SPL) Functions php.net ]

PHP Funktion
win32ps Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...Windows NT, Windows 2000, Windows XP or Windows Server 2003. Any version of Windows derived from Windows NT should be compatible. Installation Installing from PECL You can download php_win32ps.dll from pecl4win.php.net . Copy the php_win32ps.dll into your extension_dir . Load the extension from your php.ini extension=php_win32ps.dll Beispiele Beispiel 1. Statistics about the current PHP process <?php print_r ( win32_ps_stat_proc ()); /* ...
PHP Manual
[ win32ps Functions php.net ]

PHP Funktion
Using Extensions ( phplist Code 10% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... into your Web server (or run as CGI), or with an .so (shared object) file. If you compiled the example file first_module.c as a shared object, your result file should be first_module.so . To use it, you first have to copy it to a place from which it's accessible to PHP. For a simple test procedure, you can copy it to your htdocs directory and try it with the source in Beispiel 46-3 . If you compiled it into the PHP binary, omit the call to ...
PHP Manual
[ Using Extensions php.net ]

PHP Funktion
hash_update_stream ( phplist Code 9% Relevanz )
Rubrik
hash Functions
Kurzform
hash_update_stream -- Pump data into an active hashing context from an open stream
Vorschau
... context, resource handle [, int length] ) Parameter Liste context Hashing context returned by hash_init() . handle Open file handle as returned by any stream creation function. length Maximum number of characters to copy from handle into the hashing context. Rückgabewerte Actual number of bytes added to the hashing context from handle . Beispiele Beispiel 1. hash_update_stream() example <?php $fp = tmpfile (); fwrite ( $fp , 'The ...
PHP Manual
[ hash_update_stream php.net ]

PHP Funktion
Mimetype Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... approach the heuristics used do a very good job. This extension is derived from Apache mod_mime_magic, which is itself based on the file command maintained by Ian F. Darwin. See the source code for further historic and copyright information. Anforderungen Diese Erung benötigt keine externen Bibliotheken. Installation You must compile PHP with the configure switch --with-mime-magic to get support for mime-type functions. The extension needs a...
PHP Manual
[ Mimetype Functions php.net ]

PHP Funktion
Ncurses Terminal Screen Control Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... NCURSES_KEY_C1 lower left of keypad NCURSES_KEY_C3 lower right of keypad NCURSES_KEY_BTAB back tab NCURSES_KEY_BEG beginning NCURSES_KEY_CANCEL cancel NCURSES_KEY_CLOSE close NCURSES_KEY_COMMAND cmd (command) NCURSES_KEY_COPY copy NCURSES_KEY_CREATE create NCURSES_KEY_END end NCURSES_KEY_EXIT exit NCURSES_KEY_FIND find NCURSES_KEY_HELP help NCURSES_KEY_MARK mark NCURSES_KEY_MESSAGE message NCURSES_KEY_MOVE move NCURSES_KEY_NEXT next ...
PHP Manual
[ Ncurses Terminal Screen Control Functions php.net ]

PHP Funktion
Creating Variables ( phplist Code 9% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...length, flags) Registers a new constant of type string. The string length is explicitly set to length . The specified string must reside in Zend's internal memory. Accepting Arguments Duplicating Variable Contents: The Copy Constructor...
PHP Manual
[ Creating Variables php.net ]

PHP Funktion
Building from source ( phplist Code 8% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...build| | || | +--...| | || | +--win32| | || | +--...| || +--win32build| | || | +--bin| | || | +--include| | || | +--lib If you aren't using Cygwin , you must also create the directories C:\usr\local\lib and then copy bison.simple from C:\work\win32build\bin to C:\usr\local\lib . Anmerkung: If you want to use PEAR and the comfortable command line installer, the CLI-SAPI is mandatory. For more information about PEAR and the installer ...
PHP Manual
[ Building from source php.net ]

PHP Funktion
pdo_dbh_t definition ( phplist Code 8% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
.... This early call allows you to determine those buffer sizes and issue appropriate calls to the database client library. If your database client library API simply returns pointers to its own internal buffers for you to copy after each fetch call, you should leave this value set to 0. If your driver doesn't support native prepared statements ( supports_placeholders is set to PDO_PLACEHOLDER_NONE ), you must set this value to the maximum ...
PHP Manual
[ pdo_dbh_t definition php.net ]

PHP Funktion
pdo_stmt_t definition ( phplist Code 8% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
...to named (or positional) columns * in the result set */ HashTable *bound_columns; /* not always meaningful */ long row_count; /* used to hold the statement's current query */ char *query_string; int query_stringlen; /* the copy of the query with expanded binds ONLY for emulated-prepare drivers */ char *active_query_string; int active_query_stringlen; /* the cursor specific error code. */ pdo_error_type error_code; /* used by the query parser for ...
PHP Manual
[ pdo_stmt_t definition php.net ]

PHP Funktion
Alternative PHP Cache ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... if a file has been modified on every request. The two ini directives involved here are apc.shm_size and apc.stat . Read the sections on these two directives carefully below. Once you have a running server, you should copy the apc.php script that comes with the extension to somewhere in your docroot and load it up in your browser. It provides you with a detailed look at what is happening in your cache. If you have GD enabled in PHP, it will ...
PHP Manual
[ Alternative PHP Cache php.net ]

PHP Funktion
InterBase-Funktionen ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...ibase_blob_close -- Close blob ibase_blob_create -- Create a new blob for adding data ibase_blob_echo -- Output blob contents to browser ibase_blob_get -- Get len bytes data from open blob ibase_blob_import -- Create blob, copy file in it, and close it ibase_blob_info -- Return blob length and other useful info ibase_blob_open -- Open blob for retrieving data parts ibase_close -- Schließt die Verbindung zu einer InterBase-Datenbank ...
PHP Manual
[ InterBase-Funktionen php.net ]

PHP Funktion
Lotus Notes Functions ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.../notes . Warnung This extension is currently not supported, thus looking for a maintainer. Inhaltsverzeichnis notes_body -- Open the message msg_number in the specified mailbox on the specified server (leave serv notes_copy_db -- Copy a Lotus Notes database notes_create_db -- Create a Lotus Notes database notes_create_note -- Create a note using form form_name notes_drop_db -- Drop a Lotus Notes database notes_find_note -- Returns a note id ...
PHP Manual
[ Lotus Notes Functions php.net ]

PHP Funktion
PHP und andere Sprachen ( phplist Code 7% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
...requires more programming knowledge. Cold Fusion is designed with non-programmers in mind, while PHP is focused on programmers. A great summary by Michael J Sheldon on this topic has been posted to the PHP mailing list. A copy can be found here . 4. PHP vs. Perl? The biggest advantage of PHP over Perl is that PHP was designed for scripting for the web where Perl was designed to do a lot more and can because of this get very complicated. The ...
PHP Manual
[ PHP und andere Sprachen php.net ]

PHP Funktion
DOMNode->cloneNode() ( phplist Code 7% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMNode->cloneNode() -- Clones a node
Vorschau
...-domnode-hasattributes.html"> DOMNode->cloneNode() (no version information, might be only in CVS) DOMNode->cloneNode() -- Clones a node Beschreibung class DOMNode { DOMNode cloneNode ( [bool deep] ) } Creates a copy of the node. Parameter Liste deep Indicates whether to copy all descendant nodes. This parameter is defaulted to FALSE . Rückgabewerte The cloned node. DOMNode->appendChild() DOMNode->hasAttributes...
PHP Manual
[ DOMNode->cloneNode() php.net ]

PHP Funktion
PDO::sqliteCreateAggregate ( phplist Code 7% Relevanz )
Rubrik
SQLite Functions (PDO_SQLITE)
Kurzform
PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements
Vorschau
... on the data found in the context . In our simple example though, we have been calculating the result as the query progressed, so we simply need to return the context value. Tipp: It is NOT recommended for you to store a copy of the values in the context and then process them at the end, as you would cause SQLite to use a lot of memory to process the query - just think of how much memory you would need if a million rows were stored in memory, ...
PHP Manual
[ PDO::sqliteCreateAggregate php.net ]

PHP Funktion
sqlite_create_aggregate ( phplist Code 7% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_create_aggregate (no version information might be only in CVS)SQLiteDatabase->createAggregate -- Register an aggregating UDF for use in SQL statements
Vorschau
... binary data. Take a look at the manual page for sqlite_udf_decode_binary() for an explanation of why this is so, and an example of how to make it respect the binary encoding. Tipp: It is NOT recommended for you to store a copy of the values in the context and then process them at the end, as you would cause SQLite to use a lot of memory to process the query - just think of how much memory you would need if a million rows were stored in memory, ...
PHP Manual
[ sqlite_create_aggregate php.net ]

PHP Funktion
XMLReader->expand() ( phplist Code 7% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->expand() -- Returns a copy of the current node as a DOM object
Vorschau
...() close()"HREF="function.xmlreader-close.html"> getAttribute()"HREF="function.xmlreader-getattribute.html"> XMLReader->expand() (no version information, might be only in CVS) XMLReader->expand() -- Returns a copy of the current node as a DOM object Beschreibung class XMLReader { DOMNode expand ( void ) } This method copies the current node and returns the appropriate DOM object. Rückgabewerte The resulting DOMNode or FALSE on ...
PHP Manual
[ XMLReader->expand() php.net ]

PHP Funktion
php_stream_make_seekable ( phplist Code 7% Relevanz )
Rubrik
Streams Common API Reference
Kurzform
-----
Vorschau
... stream into a stream is seekable Description int php_stream_make_seekable ( php_stream * origstream, php_stream ** newstream, int flags ) php_stream_make_seekable() checks if origstream is seekable. If it is not, it will copy the data into a new temporary stream. If successful, newstream is always set to the stream that is valid to use, even if the original stream was seekable. flags allows you to specify your preference for the seekable ...
PHP Manual
[ php_stream_make_seekable php.net ]

PHP Funktion
PHP input/output streams ( phplist Code 7% Relevanz )
Rubrik
List of Supported Protocols/Wrappers
Kurzform
-----
Vorschau
...://stdout and php://stderr allow access to the corresponding input or output stream of the PHP process. The stream references a duplicate file descriptor, so if you open php://stdin and later close it, you close only your copy of the descriptor--the actual stream referenced by STDIN is unaffected. Note that PHP exhibited buggy behavior in this regard until PHP 5.2.1. It is recommended that you simply use the constants STDIN , STDOUT and STDERR ...
PHP Manual
[ PHP input/output streams php.net ]

PHP Funktion
Forms Data Format Funktionen ( phplist Code 6% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... the appropriate library for your platform into e.g. /usr/local/include and /usr/local/lib and configure with --with-fdftk=/usr/local . Note to Win32 Users: In order to enable this module on a Windows environment, you must copy fdftk.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32 ) Laufzeit Konfiguration Diese Erung definiert keine ...
PHP Manual
[ Forms Data Format Funktionen php.net ]

PHP Funktion
Apache 1.3.x on Microsoft Windows ( phplist Code 5% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... httpd.conf file: Beispiel 6-3. PHP as an Apache 1.3.x module This assumes PHP is installed to c:\php . Adjust the path if this is not the case. For PHP 4: # Add to the end of the LoadModule section# Don't forget to copy this file from the sapi directory!LoadModule php4_module "C:/php/php4apache.dll" # Add to the end of the AddModule sectionAddModule mod_php4.c For PHP 5: # Add to the end of the LoadModule sectionLoadModule php5_module "C...
PHP Manual
[ Apache 1.3.x on Microsoft Windows php.net ]

PHP Funktion
Apache 2.0.x on Microsoft Windows ( phplist Code 5% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... Apache httpd.conf configuration file to set up the PHP module for Apache 2.0: Beispiel 6-6. PHP and Apache 2.0 as Module # For PHP 4 do something like this:LoadModule php4_module "c:/php/php4apache2.dll"# Don't forget to copy the php4apache2.dll file from the sapi directory!AddType application/x-httpd-php .php # For PHP 5 do something like this:LoadModule php5_module "c:/php/php5apache2.dll"AddType application/x-httpd-php .php # configure the ...
PHP Manual
[ Apache 2.0.x on Microsoft Windows php.net ]

PHP Funktion
Installation of extensions on Windows ( phplist Code 5% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... package, in the C:\php\dlls\ folder in PHP 4 or in the main folder in PHP 5, but some, for example Oracle ( php_oci8.dll ) require DLLs which are not bundled with the distribution package. If you are installing PHP 4, copy the bundled DLLs from C:\php\dlls folder to the main C:\php folder. Don't forget to include C:\php in the system PATH (this process is explained in a separate FAQ entry ). Some of these DLLs are not bundled with the PHP ...
PHP Manual
[ Installation of extensions on Windows php.net ]

PHP Funktion
Error Handling and Logging Functions ( phplist Code 5% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... new error format contains a reference to a page describing the error or function causing the error. In case of manual pages you can download the manual in your language and set this ini directive to the URL of your local copy. If your local copy of the manual can be reached by '/manual/' you can simply use docref_root=/manual/ . Additional you have to set docref_ext to match the fileextensions of your copy docref_ext=.html . It is possible to ...
PHP Manual
[ Error Handling and Logging Functions php.net ]

PHP Funktion
Sun iPlanet and Netscape servers on Microsoft Windows ( phplist Code 4% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
...functions for Apache compatibility are also available. For support in current webservers read the note about subrequests . CGI setup on Sun, iPlanet and Netscape servers To install PHP as a CGI handler, do the following: Copy php4ts.dll to your systemroot (the directory where you installed Windows) Make a file association from the command line. Type the following two lines: assoc .php=PHPScriptftype PHPScript=c:\php\php.exe %1 %* In the ...
PHP Manual
[ Sun iPlanet and Netscape servers on Microsoft Windows php.net ]

PHP Funktion
delete ( phplist Code 0% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
delete -- Siehe unlink() oder unset()
Vorschau
... ) Dieses ist ein "Dummy Handbuch Eintrag" für diejenigen, die nach einer Funktion wie unlink() oder unset() an der falschen Stelle suchen. Siehe auch unlink() um Dateien zu löschen, unset() um Variablen zu löschen. copy dirname...
PHP Manual
[ delete php.net ]

PHP Funktion
RETURN_ZVAL ( phplist Code 0% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
void RETURN_ZVAL ( zval * zv bool copy bool dtor ) ...
Vorschau
...RETURN_ZVAL RETURN_ZVAL RETURN_ZVAL -- Return a zval value from a function Beschreibung #include <zend_API.h> void RETURN_ZVAL ( zval * zv, bool copy, bool dtor ) ... Parameter Liste zv Pointer to the zval to return. copy Create a copy of zv before returning it? dtor Destruct the original value before returning from the function, this is needed if zv was only ...
PHP Manual
[ RETURN_ZVAL php.net ]

PHP Funktion
Returning Values ( phplist Code 0% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... object_init() , as well as the corresponding hash functions on return_value . Since these types cannot be constructed of trivial information, there are no predefined macros for them. Duplicating Variable Contents: The Copy Constructor Printing Information...
PHP Manual
[ Returning Values php.net ]