
PHP Funktionen : PHP Übersicht : PHP Manual
defined
PHP
Function defined / PHP
Funktion defined
phplist »
Webkatalog Script - Link Script »
PHP Function Coder »
defined
- PHP Funktion
- defined ( phplist Code 100% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- defined -- Prüft ob eine angegebene Konstante existiert
- Vorschau
- ...defined defined (PHP 3, PHP 4, PHP 5) defined -- Prüft, ob eine angegebene Konstante existiert Beschreibung: int defined ( string name ) Wenn die angegebene Konstante name existiert, wird TRUE gegeben, ansonsten FALSE . Siehe auch define() und den Abschnitt Konstanten . define die...
- PHP Manual
- [ defined php.net ]
- PHP Funktion
- define ( phplist Code 92% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- define -- Definiert eine Konstante
- Vorschau
- ...Beispiel 1. Definition von Konstanten: <?php define ( "KONSTANTE" , "Hallo Welt." ); echo KONSTANTE ; // outputs "Hallo Welt."; ?> define() gibt bei erfolgreicher Zuweisung TRUE , sonst FALSE . Siehe auch unter defined() und im Abschnitt Konstanten . constant defined...
- PHP Manual
- [ define php.net ]
- PHP Funktion
- die ( phplist Code 60% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- die -- Gibt eine Nachricht aus und beendet das aktuelle Skript
- Vorschau
- ...). Beispiel 1. "Die"-Beispiel: <?php $filename = '/pfad/zu/dateiname' ; $file = fopen ( $filename , 'r' ) or die ( "Kann die Datei ($filename) nicht öffnen." ); ?> Beachten sie auch die Funktion exit() . defined eval...
- PHP Manual
- [ die php.net ]
- PHP Funktion
- swf_defineline ( phplist Code 57% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_defineline -- Define a line
- Vorschau
- ...defines a line starting from the x coordinate given by x1 and the y coordinate given by y1 parameter. Up to the x coordinate given by the x2 parameter and the y coordinate given by the y2 parameter. It will have a width defined by the width parameter. swf_definefont swf_definepoly...
- PHP Manual
- [ swf_defineline php.net ]
- PHP Funktion
- swf_definepoly ( phplist Code 57% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_definepoly -- Define a polygon
- Vorschau
- ... -- Define a polygon Description void swf_definepoly ( int objid, array coords, int npoints, float width ) The swf_definepoly() function defines a polygon given an array of x, y coordinates (the coordinates are defined in the parameter coords ). The parameter npoints is the number of overall points that are contained in the array given by coords . The width is the width of the polygon's border, if set to 0.0 the polygon is filled. ...
- PHP Manual
- [ swf_definepoly php.net ]
- PHP Funktion
- db2_field_type ( phplist Code 48% Relevanz )
- Rubrik
- IBM DB2 Cloudscape and Apache Derby Functions
- Kurzform
- db2_field_type -- Returns the data type of the indicated column in a result set
- Vorschau
- ... Specifies the column in the result set. This can either be an integer representing the 0-indexed position of the column, or a string containing the name of the column. Rückgabewerte Returns a string containing the defined data type of the specified column. If the specified column does not exist in the result set, db2_field_type() returns FALSE . Siehe auch db2_field_display_size() db2_field_name() db2_field_num() db2_field_precision() ...
- PHP Manual
- [ db2_field_type php.net ]
- PHP Funktion
- fbsql_insert_id ( phplist Code 45% Relevanz )
- Rubrik
- FrontBase Funktionen
- Kurzform
- fbsql_insert_id -- Get the id generated from the previous INSERT operation
- Vorschau
- ... 4 >= 4.0.6, PHP 5) fbsql_insert_id -- Get the id generated from the previous INSERT operation Beschreibung int fbsql_insert_id ( [resource link_identifier] ) fbsql_insert_id() returns the ID generated for an column defined as DEFAULT UNIQUE by the previous INSERT query using the given link_identifier . If link_identifier isn't specified, the last opened link is assumed. fbsql_insert_id() returns 0 if the previous query does not generate ...
- PHP Manual
- [ fbsql_insert_id php.net ]
- PHP Funktion
- gd_info ( phplist Code 43% Relevanz )
- Rubrik
- Grafik-Funktionen
- Kurzform
- gd_info -- Retrieve information about the currently installed GD library
- Vorschau
- ... Support is installed. Freetype Linkage string value describing the way in which Freetype was linked. Expected values are: 'with freetype', 'with TTF library', and 'with unknown library'. This element will only be defined if Freetype Support evaluated to TRUE . T1Lib Support boolean value. TRUE if T1Lib support is included. GIF Read Support boolean value. TRUE if support for reading GIF images is included. GIF Create Support boolean value...
- PHP Manual
- [ gd_info php.net ]
- PHP Funktion
- runkit_constant_redefine ( phplist Code 39% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_constant_redefine -- Redefine an already defined constant
- Vorschau
- ...runkit_constant_redefine runkit_constant_redefine (PECL) runkit_constant_redefine -- Redefine an already defined constant Beschreibung bool runkit_constant_redefine ( string constname, mixed newvalue ) Parameter Liste constname Constant to redefine. Either string indicating global constant, or classname::constname indicating ...
- PHP Manual
- [ runkit_constant_redefine php.net ]
- PHP Funktion
- dns_get_record ( phplist Code 38% Relevanz )
- Rubrik
- Netzwerk Funktionen
- Kurzform
- dns_get_record -- Fetch DNS Resource Records associated with a hostname
- Vorschau
- ...hostname and port where the requested service can be found. For additional information see: RFC 2782 NAPTR order and pref : Equivalent to pri and weight above. flags , services , regex , and replacement : Parameters as defined by RFC 2915 . Anmerkung: Per DNS standards, email addresses are given in user.host format (for example: hostmaster.example.com as opposed to hostmaster@example.com), be sure to check this value and modify if necessary ...
- PHP Manual
- [ dns_get_record php.net ]
- PHP Funktion
- w32api_deftype ( phplist Code 38% Relevanz )
- Rubrik
- W32api Functions
- Kurzform
- w32api_deftype -- Defines a type for use with other w32api_functions
- Vorschau
- ... takes 2n+1 arguments, where n is the number of members the type has. The first argument is the name of the type. After that is the type of the member followed by the members name (in pairs). A member type can be a user defined type. All the type names are case sensitive. Built in type names should be provided in lowercase. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . W32api Functions w32api_init_dtype...
- PHP Manual
- [ w32api_deftype php.net ]
- PHP Funktion
- db2_server_info ( phplist Code 36% 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
- ... server, expressed in bytes. MAX_TABLE_NAME_LEN int Maximum length of a table name supported by the database server, expressed in bytes. NON_NULLABLE_COLUMNS bool TRUE if the database server supports columns that can be defined as NOT NULL, FALSE if the database server does not support columns defined as NOT NULL. PROCEDURES bool TRUE if the database server supports the use of the CALL statement to call stored procedures, FALSE if the database ...
- PHP Manual
- [ db2_server_info php.net ]
- PHP Funktion
- ZEND_TRUTH ( phplist Code 35% Relevanz )
- Rubrik
- API Function and Macro reference (work in progress)
- Kurzform
- zend_bool ZEND_TRUTH ( mixed x )
A simple conversion macro actually defined as ((x) ? 1 : 0)
- Vorschau
- ...ZEND_TRUTH ZEND_TRUTH ZEND_TRUTH -- Cast a value to zend_bool Beschreibung #include <zend.h> zend_bool ZEND_TRUTH ( mixed x ) A simple conversion macro, actually defined as ((x) ? 1 : 0) Parameter Liste x Value to cast Rückgabewerte 1 if x was considered TRUE , else 0 ZEND_STRS ZEND_U_CONVERTER...
- PHP Manual
- [ ZEND_TRUTH php.net ]
- PHP Funktion
- deaggregate ( phplist Code 33% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- deaggregate -- Removes the aggregated methods and properties from an object
- Vorschau
- ... deaggregate ( object object [, string class_name] ) Removes the methods and properties from classes that were aggregated to an object. If the optional class_name parameters is passed, only those methods and properties defined in that class are removed, otherwise all aggregated methods and properties are eliminated. See also aggregate() , aggregate_methods() , aggregate_methods_by_list() , aggregate_methods_by_regexp() , aggregate_properties...
- PHP Manual
- [ deaggregate php.net ]
- PHP Funktion
- maxdb_errno ( phplist Code 33% Relevanz )
- Rubrik
- MaxDB PHP Extension
- Kurzform
- maxdb_errno (no version information might be only in CVS)maxdb->errno -- Returns the error code for the most recent function call
- Vorschau
- ...Object oriented style (property): class maxdb { int errno } The maxdb_errno() function will return the last error code for the most recent MaxDB function call that can succeed or fail with respect to the database link defined by the link parameter. If no errors have occured, this function will return zero. Return values An error code value for the last call, if it failed. zero means no error occurred. See also maxdb_connect_errno() , ...
- PHP Manual
- [ maxdb_errno php.net ]
- PHP Funktion
- PDO_OCI DSN ( phplist Code 33% Relevanz )
- Rubrik
- Oracle Functions (PDO_OCI)
- Kurzform
- PDO_OCI DSN -- Connecting to Oracle databases
- Vorschau
- ...: DSN prefix The DSN prefix is oci: . dbname (Oracle Instant Client) The URI for the Oracle Instant Client connection takes the form of dbname=// hostname : port-number / database . If you are connecting to a database defined in tnsnames.ora , use only the name of the database: dbname= database . charset The client-side character set for the current environment handle. Beispiele Beispiel 1. PDO_OCI DSN examples The following examples show ...
- PHP Manual
- [ PDO_OCI DSN php.net ]
- PHP Funktion
- mb_send_mail ( phplist Code 32% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_send_mail -- Send encoded mail
- Vorschau
- ... is inserted at the end of the header. This is typically used to add extra headers. Multiple extra headers are separated with a newline ("\n"). Anmerkung: Content-Type and Content-Transfer-Encoding headers can be redefined as of PHP 5.0.0. In PHP 4, values defined by mb_language() are always used. additional_parameter is a MTA command line parameter. It is useful when setting the correct Return-Path header when using sendmail. Gibt bei ...
- PHP Manual
- [ mb_send_mail php.net ]
- PHP Funktion
- Creating Variables ( phplist Code 32% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...->type = IS_STRING;new_string->value.str.len = strlen(string_contents);new_string->value.str.val = estrdup(string_contents); Note the usage of Zend's estrdup() here. Of course, you can also use the predefined macro ZVAL_STRING : zval *new_string;char *string_contents = "This is a new string variable"; MAKE_STD_ZVAL(new_string);ZVAL_STRING(new_string, string_contents, 1); ZVAL_STRING accepts a third parameter that indicates ...
- PHP Manual
- [ Creating Variables php.net ]
- PHP Funktion
- radius_send_request ( phplist Code 31% Relevanz )
- Rubrik
- Radius
- Kurzform
- radius_send_request -- Sends the request and waites for a reply
- Vorschau
- ... ( resource radius_handle ) After the Radius request has been constructed, it is sent by radius_send_request() . The radius_send_request() function sends the request and waits for a valid reply, retrying the defined servers in round-robin fashion as necessary. Rückgabewerte If a valid response is received, radius_send_request() returns the Radius code which specifies the type of the response. This will typically be ...
- PHP Manual
- [ radius_send_request php.net ]
- PHP Funktion
- Paradox File Access ( phplist Code 31% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Konstanten werden von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. The following two tables lists all constants defined by the paradox extension. Tabelle 2. Contants for field types Name Meaning PX_FIELD_ALPHA Character data with fixed length PX_FIELD_DATE Date, number of days since 1.1.0000 PX_FIELD_SHORT Short integer (2 Bytes) ...
- PHP Manual
- [ Paradox File Access php.net ]
- PHP Funktion
- Accepting Arguments ( phplist Code 31% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ... parameters to perform their specific actions), and function arguments are the only real way to exchange data between the PHP level and the C level. Of course, there's also the possibility of exchanging data using predefined global values (which is also discussed later), but this should be avoided by all means, as it's extremely bad practice. PHP doesn't make use of any formal function declarations; this is why call syntax is always ...
- PHP Manual
- [ Accepting Arguments php.net ]
- PHP Funktion
- mb_internal_encoding ( phplist Code 30% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_internal_encoding -- Set/Get internal character encoding
- Vorschau
- ...If parameter is omitted, it returns current internal encoding. encoding is used for HTTP input character encoding conversion, HTTP output character encoding conversion and default character encoding for string functions defined by mbstring module. encoding : Character encoding name Return Value: If encoding is set, mb_internal_encoding() returns TRUE for success, otherwise returns FALSE . If encoding is omitted, it returns current character ...
- PHP Manual
- [ mb_internal_encoding php.net ]
- PHP Funktion
- PDO->errorInfo() ( phplist Code 30% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDO->errorInfo() -- Fetch extended error information associated with the last operation on the database handle
- Vorschau
- ... an array of error information about the last operation performed by this database handle. The array consists of the following fields: Element Information 0 SQLSTATE error code (a five-character alphanumeric identifier defined in the ANSI SQL standard). 1 Driver-specific error code. 2 Driver-specific error message. PDO->errorInfo() only retrieves error information for operations performed directly on the database handle. If you create a ...
- PHP Manual
- [ PDO->errorInfo() php.net ]
- PHP Funktion
- swf_polarview ( phplist Code 30% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_polarview -- Define the viewer's position with polar coordinates
- Vorschau
- ...the azimuthal angle in the x,y coordinate plane, measured in distance from the y axis. The incidence parameter defines the angle of incidence in the y,z plane, measured in distance from the z axis. The incidence angle is defined as the angle of the viewport relative to the z axis. Finally the twist specifies the amount that the viewpoint is to be rotated about the line of sight using the right hand rule. swf_placeobject swf_popmatrix...
- PHP Manual
- [ swf_polarview php.net ]
- PHP Funktion
- DOM Functions ( phplist Code 30% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Extends DOMNode . The DOMAttr interface represents an attribute in an DOMElement object. Konstruktor DOMAttr->__construct() - construct a new DOMAttr object Methoden DOMAttr->isId() - Checks if attribute is a defined ID Eigenschaften Tabelle 1. Name Type Read-only Description name string yes The name of the attribute ownerElement DOMElement yes The element which contains the attribute schemaTypeInfo bool yes Not implemented yet, ...
- PHP Manual
- [ DOM Functions php.net ]
- PHP Funktion
- SDO Functions ( phplist Code 30% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Data Objects specification . It includes a version of the Apache Tuscany SDO for C++ project. The Structure of a Service Data Object A Service Data Object instance is made up of a tree of data objects. The tree is defined by containment relationships between the data objects. For example, a Company data object might consist of a number of Department data objects and therefore the Company would have a containment relationship to the ...
- PHP Manual
- [ SDO Functions php.net ]
- PHP Funktion
- DOMDocument->xinclude() ( phplist Code 29% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMDocument->xinclude() -- Substitutes XIncludes in a DOMDocument Object
- Vorschau
- ...xi:fallback> </xi:include> </para> </chapter> EOD; $dom = new DOMDocument ; // let's have a nice output $dom -> preserveWhiteSpace = false ; $dom -> formatOutput = true ; // load the XML string defined above $dom -> loadXML ( $xml ); // substitute xincludes $dom -> xinclude (); echo $dom -> saveXML (); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: <?xml version="1.0"?><chapter ...
- PHP Manual
- [ DOMDocument->xinclude() php.net ]
- PHP Funktion
- php_ini_scanned_files ( phplist Code 29% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
- Vorschau
- ... from the additional ini dir Description string php_ini_scanned_files ( void ) php_ini_scanned_files() returns a comma-separated list of configuration files parsed after php.ini . These files are found in a directory defined by the --with-config-file-scan-dir option which is set during compilation. Returns a comma-separated string of .ini files on success. If the directive --with-config-files-scan-dir wasn't set, FALSE is returned. If it ...
- PHP Manual
- [ php_ini_scanned_files php.net ]
- PHP Funktion
- SDO_DAS_XML::loadFile ( phplist Code 29% Relevanz )
- Rubrik
- SDO XML Data Access Service Functions
- Kurzform
- SDO_DAS_XML::loadFile -- Returns SDO_DAS_XML_Document object for a given path to xml instance document
- Vorschau
- ...This can be a path to a local file or it can be a URL. Rückgabewerte Returns SDO_DAS_XML_Document object on Success or throws exception as described. Errors/Exceptions SDO_TypeNotFoundException Thrown if a type is not defined by the underlying model. SDO_PropertyNotFoundException Thrown if a property within a type is not defined in the underlying model. SDO_DAS_XML_ParserException Thrown for any problems while parsing the given XSD File. ...
- PHP Manual
- [ SDO_DAS_XML::loadFile php.net ]
- PHP Funktion
- sybase_connect ( phplist Code 29% Relevanz )
- Rubrik
- Sybase Funktionen
- Kurzform
- sybase_connect -- Opens a Sybase server connection
- Vorschau
- ...string appname]]]]] ) Returns a positive Sybase link identifier on success, or FALSE on failure. sybase_connect() establishes a connection to a Sybase server. The servername argument has to be a valid servername that is defined in the 'interfaces' file. In case a second call is made to sybase_connect() with the same arguments, no new link will be established, but instead, the link identifier of the already opened link will be returned. The ...
- PHP Manual
- [ sybase_connect php.net ]
- PHP Funktion
- ZipArchive::statIndex ( phplist Code 29% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::statIndex -- Get the details of an entry defined by its index.
- Vorschau
- ...ZipArchive::statIndex ZipArchive::statIndex (no version information, might be only in CVS) ZipArchive::statIndex -- Get the details of an entry defined by its index. Beschreibung mixed ZipArchive::statIndex ( int index [, int flags] ) The function obtains information about the entry defined by its index. Parameter Liste index Index of the entry flags ZIPARCHIVE::...
- PHP Manual
- [ ZipArchive::statIndex php.net ]
- PHP Funktion
- PHP bytecode Compiler ( phplist Code 29% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...classes from a bz compressed file bcompiler_parse_class -- Reads the bytecodes of a class and calls back to a user function bcompiler_read -- Reads and creates classes from a filehandle bcompiler_write_class -- Writes an defined class as bytecodes bcompiler_write_constant -- Writes a defined constant as bytecodes bcompiler_write_exe_footer -- Writes the start pos, and sig to the end of a exe type file bcompiler_write_file -- Writes a php source ...
- PHP Manual
- [ PHP bytecode Compiler php.net ]
- PHP Funktion
- Userland Naming Guide ( phplist Code 29% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... future versions of PHP from clashing with your symbols. Global Namespace Here is an overview of code constructs that go into the global namespace: functions classes interfaces constants (not class constants) variables defined outside of functions/methods List of Parser Tokens Rules...
- PHP Manual
- [ Userland Naming Guide php.net ]
- PHP Funktion
- apd_get_active_symbols ( phplist Code 28% Relevanz )
- Rubrik
- Advanced PHP debugger
- Kurzform
- apd_get_active_symbols -- Get an array of the current variables names in the local scope
- Vorschau
- ... information, might be only in CVS) apd_get_active_symbols -- Get an array of the current variables names in the local scope Beschreibung array apd_get_active_symbols ( void ) Returns the names of all the variables defined in the active scope, (not their values). Rückgabewerte A multidimensional array with all the variables. Beispiele Beispiel 1. apd_get_active_symbols() example <?php apd_echo ( apd_get_active_symbols ()); ?> ...
- PHP Manual
- [ apd_get_active_symbols php.net ]
- PHP Funktion
- stream_filter_register ( phplist Code 28% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_filter_register -- Register a stream filter implemented as a PHP class derived from php_user_filter
- Vorschau
- ... registered stream used with all the other filesystem functions (such as fopen() , fread() etc.). To implement a filter, you need to define a class as an extension of php_user_filter with a number of member functions as defined below. When performing read/write operations on the stream to which your filter is attached, PHP will pass the data through your filter (and any other filters attached to that stream) so that the data may be modified as ...
- PHP Manual
- [ stream_filter_register php.net ]
- PHP Funktion
- mb_encode_numericentity ( phplist Code 27% Relevanz )
- Rubrik
- Multibyte String Functions
- Kurzform
- mb_encode_numericentity -- Encode character to HTML numeric string reference
- Vorschau
- ...() example <?php /* Convert Left side of ISO-8859-1 to HTML numeric character reference */ $convmap = array( 0x80 , 0xff , 0 , 0xff ); $str = mb_encode_numericentity ( $str , $convmap , "ISO-8859-1" ); /* Convert user defined SJIS-win code in block 95-104 to numeric string reference */ $convmap = array( 0xe000 , 0xe03e , 0x1040 , 0xffff , 0xe03f , 0xe0bb , 0x1041 , 0xffff , 0xe0bc , 0xe0fa , 0x1084 , 0xffff , 0xe0fb , 0xe177 , 0x1085 , 0xffff...
- PHP Manual
- [ mb_encode_numericentity php.net ]
- PHP Funktion
- swf_oncondition ( phplist Code 27% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_oncondition -- Describe a transition used to trigger an action list
- Vorschau
- ... Description void swf_oncondition ( int transition ) The swf_onCondition() function describes a transition that will trigger an action list. There are several types of possible transitions, the following are for buttons defined as TYPE_MENUBUTTON: IdletoOverUp OverUptoIdle OverUptoOverDown OverDowntoOverUp IdletoOverDown OutDowntoIdle MenuEnter (IdletoOverUp|IdletoOverDown) MenuExit (OverUptoIdle|OverDowntoIdle) For TYPE_PUSHBUTTON ...
- PHP Manual
- [ swf_oncondition php.net ]
- PHP Funktion
- ZipArchive::renameIndex ( phplist Code 27% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::renameIndex -- Renames an entry defined by its index
- Vorschau
- ...ZipArchive::renameIndex ZipArchive::renameIndex (no version information, might be only in CVS) ZipArchive::renameIndex -- Renames an entry defined by its index Beschreibung bool ZipArchive::renameIndex ( int index, string newname ) Renames an entry defined by its index. Parameter Liste index Index of the entry to rename. newname New name. Rückgabewerte Gibt ...
- PHP Manual
- [ ZipArchive::renameIndex php.net ]
- PHP Funktion
- Error reporting ( phplist Code 27% Relevanz )
- Rubrik
- Migrating from PHP 3 to PHP 4
- Kurzform
- -----
- Vorschau
- ... is the use of unquoted string constants as array indices. Both PHP 3 and 4 will fall back to interpret these as strings if no keyword or constant is known by that name, but whenever a constant by that name had been defined anywhere else in the code it might break your script. This can even become a security risk if some intruder manages to redefine string constants in a way that makes your script give him access rights he wasn't intended ...
- PHP Manual
- [ Error reporting php.net ]
- PHP Funktion
- Klassen- und Objekt-Funktionen ( phplist Code 27% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Returns an array of all declared interfaces get_object_vars -- Liefert die Elemente eines Objekts get_parent_class -- Gibt den Namen der Elternklasse eines Objektes interface_exists -- Checks if the interface has been defined is_a -- Returns TRUE if the object is of this class or has this class as one of its parents is_subclass_of -- Bestimmt, ob ein Objekt zu einer Subklasse der angegebenen Klasse gehört method_exists -- Prüft, ob Methode in...
- PHP Manual
- [ Klassen- und Objekt-Funktionen php.net ]
- PHP Funktion
- interface_exists ( phplist Code 26% Relevanz )
- Rubrik
- Klassen- und Objekt-Funktionen
- Kurzform
- interface_exists -- Checks if the interface has been defined
- Vorschau
- ...interface_exists interface_exists (PHP 5 >= 5.0.2) interface_exists -- Checks if the interface has been defined Description bool interface_exists ( string interface_name [, bool autoload] ) This function returns TRUE if the interface given by interface_name has been defined, FALSE otherwise. Beispiel 1. interface_exists() ...
- PHP Manual
- [ interface_exists php.net ]
- PHP Funktion
- Stream Functions ( phplist Code 26% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... streams. Stream Filters A filter is a final piece of code which may perform operations on data as it is being read from or written to a stream. Any number of filters may be stacked onto a stream. Custom filters can be defined in a PHP script using stream_filter_register() or in an extension using the API Reference in Kapitel 44 . To access the list of currently registered filters, use stream_get_filters() . Stream Contexts A context is a set...
- PHP Manual
- [ Stream Functions php.net ]
- PHP Funktion
- aggregate_methods ( phplist Code 25% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_methods -- Dynamic class and object aggregation of methods
- Vorschau
- ... aggregate_methods (PHP 4 >= 4.2.0) aggregate_methods -- Dynamic class and object aggregation of methods Description void aggregate_methods ( object object, string class_name ) Aggregates all methods defined in a class to an existing object, except for the class constructor, or methods whose names start with an underscore character (_) which are considered private to the aggregated class. See also aggregate() , ...
- PHP Manual
- [ aggregate_methods php.net ]
- PHP Funktion
- aggregate ( phplist Code 25% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate -- Dynamic class and object aggregation of methods and properties
- Vorschau
- ...aggregate aggregate (PHP 4 >= 4.2.0) aggregate -- Dynamic class and object aggregation of methods and properties Description void aggregate ( object object, string class_name ) Aggregates methods and properties defined in a class to an existing object. Methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the ...
- PHP Manual
- [ aggregate php.net ]
- PHP Funktion
- gmp_div_q ( phplist Code 25% Relevanz )
- Rubrik
- GMP Functions
- Kurzform
- gmp_div_q -- Divide numbers
- Vorschau
- ...gmp_div_q gmp_div_q (PHP 4 >= 4.0.4, PHP 5) gmp_div_q -- Divide numbers Description resource gmp_div_q ( resource a, resource b [, int round] ) Divides a by b and returns the integer result. The result rounding is defined by the round , which can have the following values: GMP_ROUND_ZERO : The result is truncated towards 0. GMP_ROUND_PLUSINF : The result is rounded towards +infinity . GMP_ROUND_MINUSINF : The result is rounded towards...
- PHP Manual
- [ gmp_div_q php.net ]
- PHP Funktion
- iconv_mime_decode ( phplist Code 25% Relevanz )
- Rubrik
- iconv Funktionen
- Kurzform
- iconv_mime_decode -- Decodes a MIME header field
- Vorschau
- ... of the following bitmasks. Tabelle 1. Bitmasks acceptable to iconv_mime_decode() Value Constant Description 1 ICONV_MIME_DECODE_STRICT If set, the given header is decoded in full conformance with the standards defined in RFC2047 . This option is disabled by default because there are a lot of broken mail user agents that don't follow the specification and don't produce correct MIME headers. 2 ICONV_MIME_DECODE_CONTINUE_ON_ERROR If set...
- PHP Manual
- [ iconv_mime_decode php.net ]
- PHP Funktion
- PDO::sqliteCreateFunction ( phplist Code 25% Relevanz )
- Rubrik
- SQLite Functions (PDO_SQLITE)
- Kurzform
- PDO::sqliteCreateFunction -- Registers a User Defined Function for use in SQL statements
- Vorschau
- ...PDO::sqliteCreateFunction PDO::sqliteCreateFunction (no version information, might be only in CVS) PDO::sqliteCreateFunction -- Registers a User Defined Function for use in SQL statements Beschreibung bool PDO::sqliteCreateFunction ( string function_name, callback callback [, int num_args] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und ...
- PHP Manual
- [ PDO::sqliteCreateFunction php.net ]
- PHP Funktion
- w32api_init_dtype ( phplist Code 25% Relevanz )
- Rubrik
- W32api Functions
- Kurzform
- w32api_init_dtype -- Creates an instance of the data type typename and fills it with the values passed
- Vorschau
- ... Risiko. This function creates an instance of the data type named typename , filling in the values of the data type. The typename parameter is case sensitive. You should give the values in the same order as you defined the data type with w32api_deftype() . The type of the resource returned is dynaparm . w32api_deftype w32api_invoke_function...
- PHP Manual
- [ w32api_init_dtype php.net ]
- PHP Funktion
- ZipArchive::setCommentIndex ( phplist Code 24% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::setCommentIndex -- Set the comment of an entry defined by its index
- Vorschau
- ...ZipArchive::setCommentIndex ZipArchive::setCommentIndex (no version information, might be only in CVS) ZipArchive::setCommentIndex -- Set the comment of an entry defined by its index Beschreibung mixed ZipArchive::setCommentIndex ( int index, string comment ) Set the comment of an entry defined by its index. Parameter Liste index Index of the entry. comment The contents of the ...
- PHP Manual
- [ ZipArchive::setCommentIndex php.net ]
- PHP Funktion
- CGI and commandline setups ( phplist Code 24% Relevanz )
- Rubrik
- Installation auf Unix-Systemen
- Kurzform
- -----
- Vorschau
- ... setting to control this time for your own scripts. make bench ignores the configuration file . Anmerkung: make bench is only available for PHP 3. Using Variables Some server supplied environment variables are not defined in the current CGI/1.1 specification . Only the following variables are defined there: AUTH_TYPE , CONTENT_LENGTH , CONTENT_TYPE , GATEWAY_INTERFACE , PATH_INFO , PATH_TRANSLATED , QUERY_STRING , REMOTE_ADDR , ...
- PHP Manual
- [ CGI and commandline setups php.net ]
- PHP Funktion
- Fleshing out your skeleton ( phplist Code 24% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ...Fleshing out your skeleton PHP Handbuch Kapitel 45. PDO Driver How-To Fleshing out your skeleton Major Structures and Attributes The major structures, pdo_dbh_t and pdo_stmt_t are defined and explained in Appendix A and B respectively. Database and Statement attributes are defined in Appendix C. Error handling is explained in Appendix D. pdo_SKEL.c: PHP extension glue function entries static ...
- PHP Manual
- [ Fleshing out your skeleton php.net ]
- PHP Funktion
- Net_Gopher ( phplist Code 24% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...Net_Gopher LII. Net_Gopher Einführung The gopher protocol, as defined by RFC 1436 , is generally considered the ancestor of the modern HTTP protocol. However, gopher was also intended to provide references to non-gopher resources including telnet, wais, nntp, and even http. This extension ...
- PHP Manual
- [ Net_Gopher php.net ]
- PHP Funktion
- DOMAttr->isId() ( phplist Code 23% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMAttr->isId() -- Checks if attribute is a defined ID
- Vorschau
- ...function.dom-domattr-construct.html"> appendData()"HREF="function.dom-domcharacterdata-appenddata.html"> DOMAttr->isId() (no version information, might be only in CVS) DOMAttr->isId() -- Checks if attribute is a defined ID Beschreibung class DOMAttr { bool isId ( void ) } This function checks if the attribute is a defined ID. According to the DOM standard this requires a DTD which defines the attribute ID to be of type ID. You need to...
- PHP Manual
- [ DOMAttr->isId() php.net ]
- PHP Funktion
- geoip_database_info ( phplist Code 23% Relevanz )
- Rubrik
- GeoIP Functions
- Kurzform
- geoip_database_info -- Get GeoIP Database information
- Vorschau
- ... only in CVS) geoip_database_info -- Get GeoIP Database information Beschreibung string geoip_database_info ( [int database] ) The geoip_database_info() function returns the corresponding GeoIP Database version as it is defined inside the binary file. If this function is called without arguments, it returns the version of the GeoIP Free Country Edition. Parameter Liste database The database type as an integer. You can use the various ...
- PHP Manual
- [ geoip_database_info php.net ]
- PHP Funktion
- timezone_offset_get ( phplist Code 23% Relevanz )
- Rubrik
- Datums- und Zeit-Funktionen
- Kurzform
- timezone_offset_get -- Returns the timezone offset from GMT
- Vorschau
- ... ( "now" , $dateTimeZoneTaipei ); $dateTimeJapan = new DateTime ( "now" , $dateTimeZoneJapan ); // Calculate the GMT offset for the date/time contained in the $dateTimeTaipei // object, but using the timezone rules as defined for Tokyo // ($dateTimeZoneJapan). $timeOffset = $dateTimeZoneJapan -> getOffset ( $dateTimeTaipei ); // Should show int(32400) (for dates after Sat Sep 8 01:00:00 1951 JST). var_dump ( $timeOffset ); ?> ...
- PHP Manual
- [ timezone_offset_get php.net ]
- PHP Funktion
- Forms Data Format Funktionen ( phplist Code 23% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...ügt JavaScript Code in ein FDF Dokument ein. fdf_add_template -- Fügt dem FDF Dokument ein Template hinzu fdf_close -- Schließt ein FDF Dokument fdf_create -- Erzeugt ein neues FDF Dokument fdf_enum_values -- Call a user defined function for each document value fdf_errno -- Return error code for last fdf operation fdf_error -- Return error description for fdf error code fdf_get_ap -- Get the appearance of a field fdf_get_attachment -- Extracts ...
- PHP Manual
- [ Forms Data Format Funktionen php.net ]
- PHP Funktion
- Sonstige Funktionen ( phplist Code 23% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... -- Ergibt den Verbindungs-Status als Bit-Feld connection_timeout -- Ergibt TRUE , wenn das Skript seinen Time-Out erreicht hat constant -- Returns the value of a constant define -- Definiert eine Konstante defined -- Prüft, ob eine angegebene Konstante existiert die -- Gibt eine Nachricht aus und beendet das aktuelle Skript eval -- Wertet einen String aus, als wäre er PHP-Code exit -- Beenden des aktuellen Skripts get_browser -- ...
- PHP Manual
- [ Sonstige Funktionen php.net ]
- PHP Funktion
- Tokenizer Functions ( phplist Code 23% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- .... Anmerkung: Builtin support for tokenizer is available with PHP 4.3.0. Vordefinierte Konstanten When the extension has either been compiled into PHP or dynamically loaded at runtime, the tokens listed in Anhang Q are defined as constants. Beispiele Here is a simple example PHP scripts using the tokenizer that will read in a PHP file, strip all comments from the source and print the pure code only. Beispiel 1. Strip comments with the ...
- PHP Manual
- [ Tokenizer Functions php.net ]
- PHP Funktion
- call_user_func_array ( phplist Code 22% Relevanz )
- Rubrik
- Function Handling functions
- Kurzform
- call_user_func_array -- Call a user function given with an array of parameters
- Vorschau
- ... call_user_func_array (PHP 4 >= 4.0.4, PHP 5) call_user_func_array -- Call a user function given with an array of parameters Description mixed call_user_func_array ( callback function, array param_arr ) Call a user defined function given by function , with the parameters in param_arr . For example: Beispiel 1. call_user_func_array() example <?php function debug ( $var , $val ) { echo "***DEBUGGING \n VARIABLE: $var \n VALUE:" ; if ( ...
- PHP Manual
- [ call_user_func_array php.net ]
- PHP Funktion
- ircg_lusers ( phplist Code 22% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_lusers -- IRC network statistics
- Vorschau
- ... -- IRC network statistics Description bool ircg_lusers ( resource connection ) ircg_lusers() will request a statistical breakdown of users on the network connected to on connection . The answer is sent to the output defined by ircg_set_file() or ircg_set_current() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also: ircg_set_file() , and ircg_set_current() . ircg_lookup_format_messages ircg_msg...
- PHP Manual
- [ ircg_lusers php.net ]
- PHP Funktion
- PDOStatement->errorInfo() ( phplist Code 22% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDOStatement->errorInfo() -- Fetch extended error information associated with the last operation on the statement handle
- Vorschau
- ... an array of error information about the last operation performed by this statement handle. The array consists of the following fields: Element Information 0 SQLSTATE error code (a five-character alphanumeric identifier defined in the ANSI SQL standard). 1 Driver-specific error code. 2 Driver-specific error message. Beispiele Beispiel 1. Displaying errorInfo() fields for a PDO_ODBC connection to a DB2 database <?php /* Provoke an error -- ...
- PHP Manual
- [ PDOStatement->errorInfo() php.net ]
- PHP Funktion
- SDO_DAS_XML::createDataObject ( phplist Code 22% Relevanz )
- Rubrik
- SDO XML Data Access Service Functions
- Kurzform
- SDO_DAS_XML::createDataObject -- Creates SDO_DataObject for a given namespace URI and type name
- Vorschau
- ..., kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Creates SDO_DataObject for a given namespace URI and type name. The type should be defined in the underlying model otherwise SDO_TypeNotFoundException will be thrown. Parameter Liste namespace_uri Namespace URI of the type name. type_name Type Name. Rückgabewerte Returns SDO_DataObject on success. Errors/...
- PHP Manual
- [ SDO_DAS_XML::createDataObject php.net ]
- PHP Funktion
- Backward Incompatible Changes ( phplist Code 22% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ... . Please refer to bug #23610 for further information, and see also the $_SERVER['PATH_TRANSLATED'] description in the manual. This issue also affects PHP versions >= 4.3.2. The T_ML_COMMENT constant is no longer defined by the Tokenizer extension. If error_reporting is set to E_ALL , PHP will generate a notice. Although the T_ML_COMMENT was never used at all, it was defined in PHP 4. In both PHP 4 and PHP 5 // and /* */ are resolved as ...
- PHP Manual
- [ Backward Incompatible Changes php.net ]
- PHP Funktion
- XML Parser Functions ( phplist Code 22% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...XML Parser Functions CLXXIII. XML Parser Functions Einführung XML (eXtensible Markup Language) is a data format for structured document interchange on the Web. It is a standard defined by The World Wide Web consortium (W3C). Information about XML and related technologies can be found at http://www.w3.org/XML/ . This PHP extension implements support for James Clark's expat in PHP. This toolkit lets you...
- PHP Manual
- [ XML Parser Functions php.net ]
- PHP Funktion
- call_user_method_array ( phplist Code 21% Relevanz )
- Rubrik
- Klassen- und Objekt-Funktionen
- Kurzform
- call_user_method_array -- Call a user method given with an array of parameters [deprecated]
- Vorschau
- ...The call_user_method_array() function is deprecated as of PHP 4.1.0, use the call_user_func_array() variety with the array(&$obj, "method_name") syntax instead. Calls the method referred by method_name from the user defined obj object, using the parameters in paramarr . See also: call_user_func_array() , and call_user_func() . Klassen- und Objekt-Funktionen call_user_method...
- PHP Manual
- [ call_user_method_array php.net ]
- PHP Funktion
- money_format ( phplist Code 21% Relevanz )
- Rubrik
- String-Funktionen
- Kurzform
- money_format -- Formats a number as a currency string
- Vorschau
- ... a formatted 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 ...
- PHP Manual
- [ money_format php.net ]
- PHP Funktion
- mysqli_errno ( phplist Code 21% Relevanz )
- Rubrik
- Verbesserte MySQL Erweiterung
- Kurzform
- mysqli_errno (no version information might be only in CVS)mysqli->errno -- Returns the error code for the most recent function call
- Vorschau
- ... oriented style (property): class mysqli { int errno } The mysqli_errno() function will return the last error code for the most recent MySQLi function call that can succeed or fail with respect to the database link defined by the link parameter. If no errors have occured, this function will return zero. Anmerkung: Client error message numbers are listed in the MySQL errmsg.h header file, server error message numbers are listed in ...
- PHP Manual
- [ mysqli_errno php.net ]
- PHP Funktion
- set_exception_handler ( phplist Code 21% Relevanz )
- Rubrik
- Error Handling and Logging Functions
- Kurzform
- set_exception_handler -- Sets a user-defined exception handler function
- Vorschau
- ...set_exception_handler set_exception_handler (PHP 5) set_exception_handler -- Sets a user-defined exception handler function Beschreibung string set_exception_handler ( callback exception_handler ) Sets the default exception handler if an exception is not caught within a try/catch block. Execution will stop after ...
- PHP Manual
- [ set_exception_handler php.net ]
- PHP Funktion
- w32api_invoke_function ( phplist Code 21% Relevanz )
- Rubrik
- W32api Functions
- Kurzform
- w32api_invoke_function -- Invokes function funcname with the arguments passed after the function name
- Vorschau
- ... the parameters you provided. The return type is the one you set when you registered the function, the value is the one returned by the function itself. Any of the arguments can be of any PHP type or w32api_deftype() defined type, as needed. w32api_init_dtype w32api_register_function...
- PHP Manual
- [ w32api_invoke_function php.net ]
- PHP Funktion
- msg_set_queue ( phplist Code 20% Relevanz )
- Rubrik
- Semaphor und Shared Memory Funktionen
- Kurzform
- msg_set_queue -- Set information in the message queue data structure
- Vorschau
- ... 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
- newt_form_run ( phplist Code 20% Relevanz )
- Rubrik
- Newt Functions
- Kurzform
- newt_form_run -- Runs a form
- Vorschau
- ... the form component. Keys and values are described in the following table: Tabelle 1. Form Exit Structure Index Key Value Type Description reason integer The reason, why the form has been exited. Possible values are defined here . watch resource Resource link, specified in newt_form_watch_fd() key integer Hotkey component resource Component, which caused the form to exit Siehe auch newt_run_form() newt_form_get_current ...
- PHP Manual
- [ newt_form_run php.net ]
- PHP Funktion
- SDO_DAS_XML::loadString ( phplist Code 20% Relevanz )
- Rubrik
- SDO XML Data Access Service Functions
- Kurzform
- SDO_DAS_XML::loadString -- Returns SDO_DAS_XML_Document for a given xml instance string
- Vorschau
- ... data object. Parameter Liste xml_string xml string. Rückgabewerte Returns SDO_DAS_XML_Document object on Success or throws exception as described. Errors/Exceptions SDO_TypeNotFoundException Thrown if a type is not defined by the underlying model. SDO_PropertyNotFoundException Thrown if the a property within a type is not defined in the underlying model. SDO_DAS_XML_ParserException Thrown for any problems while parsing the given XSD File...
- PHP Manual
- [ SDO_DAS_XML::loadString php.net ]
- PHP Funktion
- SDO_Model_ReflectionDataObject::getInstanceProperties ( phplist Code 20% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_Model_ReflectionDataObject::getInstanceProperties -- Get the instance properties of the SDO_DataObject
- Vorschau
- ... PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Get the instance properties for the SDO_DataObject. The instance properties consist of all the properties defined on the data object's type, plus any instance properties from open content (if the data object is an open type). Parameter Liste None. Rückgabewerte An array of SDO_Model_Property objects. ...
- PHP Manual
- [ SDO_Model_ReflectionDataObject::getInstanceProperties php.net ]
- PHP Funktion
- New Functions ( phplist Code 20% Relevanz )
- Rubrik
- Migrating from PHP 4 to PHP 5
- Kurzform
- -----
- Vorschau
- ... to LDAP directory using 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...
- PHP Manual
- [ New Functions php.net ]
- PHP Funktion
- GMP Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Functions Einführung These functions allow you to work with arbitrary-length integers using the GNU MP library. These functions have been added in PHP 4.0.4. Anmerkung: Most GMP functions accept GMP number arguments, defined as resource below. However, most of these functions will also accept numeric and string arguments, given that it is possible to convert the latter to a number. Also, if there is a faster function that can operate on ...
- PHP Manual
- [ GMP Functions php.net ]
- PHP Funktion
- SDO Relational Data Access Service Functions ( phplist Code 20% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... references. In SDO, whether a property describes a single- or multi-valued relationship, and whether it is containment or non-containment, are independent. The full range of possibilities that SDO allows cannot all be defined. There may be relationships that it would be useful to model but which the current implementation cannot manage. One example is a single-valued containment relationship. No support for the full range of SDO data types. ...
- PHP Manual
- [ SDO Relational Data Access Service Functions php.net ]
- PHP Funktion
- php_stream_is ( phplist Code 20% Relevanz )
- Rubrik
- Streams Common API Reference
- Kurzform
- -----
- Vorschau
- ... is implemented using the userspace object implementation PHP_STREAM_IS_MEMORY The stream is implemented using the grow-on-demand memory stream implementation Anmerkung: The PHP_STREAM_IS_XXX "constants" are actually defined as pointers to the underlying stream operations structure. If your extension (or some other extension) defines additional streams, it should also declare a PHP_STREAM_IS_XXX constant in it's header file that you can use ...
- PHP Manual
- [ php_stream_is php.net ]
- PHP Funktion
- bcompiler_write_functions_from_file ( phplist Code 19% Relevanz )
- Rubrik
- PHP bytecode Compiler
- Kurzform
- bcompiler_write_functions_from_file -- Writes all functions defined in a file as bytecodes
- Vorschau
- ...bcompiler_write_functions_from_file bcompiler_write_functions_from_file (PECL) bcompiler_write_functions_from_file -- Writes all functions defined in a file as bytecodes Description bool bcompiler_write_functions_from_file ( resource filehandle, string fileName ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier ...
- PHP Manual
- [ bcompiler_write_functions_from_file php.net ]
- PHP Funktion
- iconv_mime_decode_headers ( phplist Code 19% Relevanz )
- Rubrik
- iconv Funktionen
- Kurzform
- iconv_mime_decode_headers -- Decodes multiple MIME header fields at once
- Vorschau
- ... of the following bitmasks. Tabelle 1. Bitmasks acceptable to iconv_mime_decode_headers() Value Constant Description 1 ICONV_MIME_DECODE_STRICT If set, the given header is decoded in full conformance with the standards defined in RFC2047 . This option is disabled by default because there are a lot of broken mail user agents that don't follow the specification and don't produce correct MIME headers. 2 ICONV_MIME_DECODE_CONTINUE_ON_ERROR If set...
- PHP Manual
- [ iconv_mime_decode_headers php.net ]
- PHP Funktion
- imagecopymerge ( phplist Code 19% Relevanz )
- Rubrik
- Grafik-Funktionen
- Kurzform
- imagecopymerge -- Copy and merge part of an image
- Vorschau
- ..., 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 and a height of src_h . The portion defined will be copied onto the x,y coordinates, dst_x and dst_y . The two images will be merged according to pct which can range from 0 to 100. When pct = 0, no action is taken, when 100 this function behaves identically to ...
- PHP Manual
- [ imagecopymerge php.net ]
- PHP Funktion
- restore_exception_handler ( phplist Code 19% Relevanz )
- Rubrik
- Error Handling and Logging Functions
- Kurzform
- restore_exception_handler -- Restores the previously defined exception handler function
- Vorschau
- ...restore_exception_handler restore_exception_handler (PHP 5) restore_exception_handler -- Restores the previously defined exception handler function Beschreibung bool restore_exception_handler ( void ) Used after changing the exception handler function using set_exception_handler() , to revert to the previous exception handler (which could...
- PHP Manual
- [ restore_exception_handler php.net ]
- PHP Funktion
- Error Handling and Logging Functions ( phplist Code 19% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...: error_reporting integer Set the error reporting level. The parameter is either an integer representing a bit field, or named constants. The error_reporting levels and constants are described in Predefined Constants , and in php.ini . To set at runtime, use the error_reporting() function. See also the display_errors directive. In PHP 4 and PHP 5 the default value is E_ALL & ~E_NOTICE. This setting does not show ...
- PHP Manual
- [ Error Handling and Logging Functions php.net ]
- PHP Funktion
- Newt Functions ( phplist Code 19% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. Newt form exit reasons Tabelle 1. Newt form exit reasons constant meaning NEWT_EXIT_HOTKEY hotkey defined by newt_form_add_hot_key() was pressed NEWT_EXIT_COMPONENT some component has caused form to exit NEWT_EXIT_FDREADY file descriptor specified in newt_form_watch_fd() is ready to be read or written to NEWT_EXIT_TIMER time...
- PHP Manual
- [ Newt Functions php.net ]
- PHP Funktion
- Pattern Syntax ( phplist Code 19% Relevanz )
- Rubrik
- Reguläre Ausdrücke Funktionen (Perl-kompatibel)
- Kurzform
- -----
- Vorschau
- ...be the first data character in the class (after an initial circumflex, if present) or escaped with a backslash. A character class matches a single character in the subject; the character must be in the set of characters defined by the class, unless the first character in the class is a circumflex, in which case the subject character must not be in the set defined by the class. If a circumflex is actually required as a member of the class, ...
- PHP Manual
- [ Pattern Syntax php.net ]
- PHP Funktion
- Runkit_Sandbox ( phplist Code 19% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine
- Vorschau
- ... If the outer script which is instantiating the Runkit_Sandbox class is configured with a safe_mode_include_dir , then a new safe_mode_include_dir may be set for sandbox environments below the currently defined value. safe_mode_include_dir may also be cleared to indicate that the bypass feature is disabled. If safe_mode_include_dir was blank in the outer script, but safe_mode was not enabled, then any arbitrary ...
- PHP Manual
- [ Runkit_Sandbox php.net ]
- PHP Funktion
- fdf_enum_values ( phplist Code 18% Relevanz )
- Rubrik
- Forms Data Format Funktionen
- Kurzform
- fdf_enum_values -- Call a user defined function for each document value
- Vorschau
- ...fdf_enum_values fdf_enum_values (PHP 4 >= 4.3.0, PHP 5) fdf_enum_values -- Call a user defined function for each document value Description bool fdf_enum_values ( resource fdfdoc, callback function [, mixed userdata] ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente ...
- PHP Manual
- [ fdf_enum_values php.net ]
- PHP Funktion
- __halt_compiler ( phplist Code 18% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- __halt_compiler -- Halts the compiler execution
- Vorschau
- ... halts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files. Byte position of the data start can be determined by the __COMPILER_HALT_OFFSET__ constant which is defined only if there is a __halt_compiler() presented in the file. Anmerkung: __halt_compiler() can only be used from the outermost scope. Beispiele Beispiel 1. A __halt_compiler() example <?php // open this file $fp = ...
- PHP Manual
- [ __halt_compiler php.net ]
- PHP Funktion
- PDO::sqliteCreateAggregate ( phplist Code 18% Relevanz )
- Rubrik
- SQLite Functions (PDO_SQLITE)
- Kurzform
- PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements
- Vorschau
- ...PDO::sqliteCreateAggregate PDO::sqliteCreateAggregate (no version information, might be only in CVS) PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements Beschreibung bool PDO::sqliteCreateAggregate ( string function_name, callback step_func, callback finalize_func [, int num_args] ) Warnung Diese Funktion ist EXPERIMENTELL . Das ...
- PHP Manual
- [ PDO::sqliteCreateAggregate php.net ]
- PHP Funktion
- SDO_Model_Type::getBaseType ( phplist Code 18% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_Model_Type::getBaseType -- Get the base type for this type
- Vorschau
- ... Funktion aufeigenes Risiko. Get the base type for this type. Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns NULL . An example of when base types occur is when a type defined in XML schema inherits from another type by using <extension base="..."> . Parameter Liste None. Rückgabewerte Returns the SDO_Model_Type for the base type if this type inherits from another, otherwise returns ...
- PHP Manual
- [ SDO_Model_Type::getBaseType php.net ]
- PHP Funktion
- SDO_Model_Type::isOpenType ( phplist Code 18% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_Model_Type::isOpenType -- Test to see if this type is an open type
- Vorschau
- ... . An SDO_DataObject whose type is open can have properties added to them which are not described by the type. This capability is used to support working with XML documents whose schema support open content, such as that defined by an <xsd:any> element. Parameter Liste None. Rückgabewerte Returns TRUE if this type is open, otherwise returns FALSE . SDO_Model_Type::isInstance SDO_Model_Type::isSequencedType...
- PHP Manual
- [ SDO_Model_Type::isOpenType php.net ]
- PHP Funktion
- sybase_deadlock_retry_count ( phplist Code 18% Relevanz )
- Rubrik
- Sybase Funktionen
- Kurzform
- sybase_deadlock_retry_count -- Sets the deadlock retry count
- Vorschau
- ...PHP 4 >= 4.3.0, PHP 5) sybase_deadlock_retry_count -- Sets the deadlock retry count Description void sybase_deadlock_retry_count ( int retry_count ) Using sybase_deadlock_retry_count() , the number of retries can be defined in cases of deadlocks. By default, every deadlock is retried an infinite number of times or until the process is killed by Sybase, the executing script is killed (for instance, by set_time_limit() ) or the query succeeds...
- PHP Manual
- [ sybase_deadlock_retry_count php.net ]
- PHP Funktion
- Multibyte String Functions ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...pass ". mbstring functions which accept an encoding name can also use the value " auto ". If " pass " is set, no character encoding conversion is performed. If " auto " is set, it is expanded to the list of encodings defined per the NLS . For instance, if the NLS is set to Japanese , the value is assumed to be " ASCII,JIS,UTF-8,EUC-JP,SJIS ". See also mb_detect_order() Function Overloading Feature You might often find it difficult to get ...
- PHP Manual
- [ Multibyte String Functions php.net ]
- PHP Funktion
- MySQL Functions (PDO_MYSQL) ( phplist Code 18% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... transactions, MySQL will pretend that a transaction was initiated successfully. In addition, any DDL queries issued will implicitly commit any pending transactions. Vordefinierte Konstanten The constants below are defined bythis driver, and will only be available when the extension has been eithercompiled into PHP or dynamically loaded at runtime. In addition, thesedriver-specific constants should only be used if you are using this driver...
- PHP Manual
- [ MySQL Functions (PDO_MYSQL) php.net ]
- PHP Funktion
- iis_start_service ( phplist Code 17% Relevanz )
- Rubrik
- IIS Administration Functions
- Kurzform
- iis_start_service -- Starts the service defined by ServiceId
- Vorschau
- ...iis_start_service iis_start_service (PECL) iis_start_service -- Starts the service defined by ServiceId Description int iis_start_service ( string service_id ) iis_start_server iis_stop_server...
- PHP Manual
- [ iis_start_service php.net ]
- PHP Funktion
- iis_stop_service ( phplist Code 17% Relevanz )
- Rubrik
- IIS Administration Functions
- Kurzform
- iis_stop_service -- Stops the service defined by ServiceId
- Vorschau
- ...iis_stop_service iis_stop_service (PECL) iis_stop_service -- Stops the service defined by ServiceId Description int iis_stop_service ( string service_id ) iis_stop_server Grafik-Funktionen...
- PHP Manual
- [ iis_stop_service php.net ]
- PHP Funktion
- memory_get_usage ( phplist Code 17% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- memory_get_usage -- Returns the amount of memory allocated to PHP
- Vorschau
- ... -- Returns the amount of memory allocated to PHP Description int memory_get_usage ( void ) Returns the amount of memory, in bytes, that's currently being allocated to your PHP script. memory_get_usage() will only 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 ...
- PHP Manual
- [ memory_get_usage php.net ]
- PHP Funktion
- php_check_syntax ( phplist Code 17% Relevanz )
- Rubrik
- Sonstige Funktionen
- Kurzform
- php_check_syntax -- Check the PHP syntax of (and execute) the specified file
- Vorschau
- ... on the specified filename testing for scripting errors. This is similar to using php -l from the commandline except php_check_syntax() will execute (but not output) the checked file_name . For example, if a function is defined in file_name , this defined function will be available to the file that executed php_check_syntax() , but output from file_name will be suppressed. Parameter Liste file_name The name of the file being checked. ...
- PHP Manual
- [ php_check_syntax php.net ]
- PHP Funktion
- SDO_Model_Type::getProperties ( phplist Code 17% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_Model_Type::getProperties -- Get the SDO_Model_Property objects defined for the type
- Vorschau
- ...SDO_Model_Type::getProperties SDO_Model_Type::getProperties (no version information, might be only in CVS) SDO_Model_Type::getProperties -- Get the SDO_Model_Property objects defined for the type Beschreibung array SDO_Model_Type::getProperties ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-...
- PHP Manual
- [ SDO_Model_Type::getProperties php.net ]
- PHP Funktion
- swf_startdoaction ( phplist Code 17% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_startdoaction -- Start a description of an action list for the current frame
- Vorschau
- ...of an action list for the current frame Description void swf_startdoaction ( void ) The swf_startdoaction() function starts the description of an action list for the current frame. This must be called before actions are defined for the current frame. swf_startbutton swf_startshape...
- PHP Manual
- [ swf_startdoaction php.net ]
- PHP Funktion
- Preparation and Housekeeping ( phplist Code 17% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ... about the package standard PHP extension glue driver private header contains the implementation of the PDO driver interface contains the implementation of the PDO statement interface The contents of these files are defined later in this document. Creating a skeleton The easiest way to get started is to use the ext_skel shell script found in the PHP build tree in the ext directory. This will build a skeleton directory containing a lot of ...
- PHP Manual
- [ Preparation and Housekeeping php.net ]
- PHP Funktion
- IIS Administration Functions ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... number associated with the Comment iis_get_server_by_path -- Return the instance number associated with the Path iis_get_server_rights -- Gets server rights iis_get_service_state -- Returns the state for the service defined by ServiceId iis_remove_server -- Removes the virtual web server indicated by ServerInstance iis_set_app_settings -- Creates application scope for a virtual directory iis_set_dir_security -- Sets Directory Security ...
- PHP Manual
- [ IIS Administration Functions php.net ]
- PHP Funktion
- KADM5 ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... geladen wurde. Constants for Attribute Flags The functions kadm5_create_principal() , kadm5_modify_principal() , and kadm5_modify_principal() allow to specify special attributes using a bitfield. The symbols are defined below: Tabelle 1. Attributes for use by the KDC constant KRB5_KDB_DISALLOW_POSTDATED KRB5_KDB_DISALLOW_FORWARDABLE KRB5_KDB_DISALLOW_TGT_BASED KRB5_KDB_DISALLOW_RENEWABLE KRB5_KDB_DISALLOW_PROXIABLE ...
- PHP Manual
- [ KADM5 php.net ]
- PHP Funktion
- SQLite Functions (PDO_SQLITE) ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... 3 driver. As a result, the SQLite 2 driver is not as feature-rich as the SQLite 3 driver. Inhaltsverzeichnis PDO_SQLITE DSN -- Connecting to SQLite databases PDO::sqliteCreateAggregate -- Registers an aggregating User Defined Function for use in SQL statements PDO::sqliteCreateFunction -- Registers a User Defined Function for use in SQL statements sqlite_valid PDO_SQLITE DSN...
- PHP Manual
- [ SQLite Functions (PDO_SQLITE) php.net ]
- PHP Funktion
- W32api Functions ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...erforderlich,diese gehören zum Grundbestand von PHP. Laufzeit Konfiguration Diese Erung definiert keine Konfigurationseinstellungen in der php.ini . Resource Typen This extension defines one resource type, used for user defined types. The name of this resource is "dynaparm" . Vordefinierte Konstanten Folgende Konstanten werden von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder ...
- PHP Manual
- [ W32api Functions php.net ]
- PHP Funktion
- ZIP Funktionen (Lesezugriff) ( phplist Code 17% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... using its index. ZipArchive::getFromName -- Returns the entry contents using its name. ZipArchive::getNameIndex -- Returns the name of an entry using its index ZipArchive::getStream -- Get a file handler to the entry defined by its name (read only). ZipArchive::locateName -- Returns the index of the entry in the archive ZipArchive::open -- Open a ZIP file archive ZipArchive::renameIndex -- Renames an entry defined by its index ZipArchive::...
- PHP Manual
- [ ZIP Funktionen (Lesezugriff) php.net ]
- PHP Funktion
- Source Discussion ( phplist Code 17% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- ...not touch this directly, but instead use ZEND_NUM_ARGS() to obtain the value. return_value This variable is used to pass any return values of your function back to PHP. Access to this variable is best done using the predefined macros. For a description of these see below. this_ptr Using this variable, you can gain access to the object in which your function is contained, if it's used within an object. Use the function getThis() to obtain this...
- PHP Manual
- [ Source Discussion php.net ]
- PHP Funktion
- imagecopymergegray ( phplist Code 16% Relevanz )
- Rubrik
- Grafik-Funktionen
- Kurzform
- imagecopymergegray -- Copy and merge part of an image with gray scale
- Vorschau
- ...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 with a width of src_w and a height of src_h . The portion defined will be copied onto the x,y coordinates, dst_x and dst_y . The two images will be merged according to pct which can range from 0 to 100. When pct = 0, no action is taken, when 100 this function behaves identically to ...
- PHP Manual
- [ imagecopymergegray php.net ]
- PHP Funktion
- SAMMessage::header ( phplist Code 16% Relevanz )
- Rubrik
- SAM - Simple Asynchronous Messaging
- Kurzform
- SAMMessage::header -- The header properties of the message.
- Vorschau
- ... may be assigned by the messaging system itself to tell the recipient extra information about the message or the way in which it has been handled. Some properties are understood by SAM in which case constants have been defined for them. The majority of properties however are ignored by the SAM implementation and simply passed through to the underlying messaging systems allowing the application to use messaging specific property names or to ...
- PHP Manual
- [ SAMMessage::header php.net ]
- PHP Funktion
- aggregate_properties ( phplist Code 15% Relevanz )
- Rubrik
- Object Aggregation/Composition Functions
- Kurzform
- aggregate_properties -- Dynamic aggregation of class properties to an object
- Vorschau
- ...aggregate_properties (PHP 4 >= 4.2.0) aggregate_properties -- Dynamic aggregation of class properties to an object Description void aggregate_properties ( object object, string class_name ) Aggregates all properties defined in a class to an existing object, except for properties whose names start with an underscore character (_) which are considered private to the aggregated class. See also aggregate() , aggregate_methods() , ...
- PHP Manual
- [ aggregate_properties php.net ]
- PHP Funktion
- fdf_set_target_frame ( phplist Code 15% Relevanz )
- Rubrik
- Forms Data Format Funktionen
- Kurzform
- fdf_set_target_frame -- Set target frame for form display
- Vorschau
- ... (PHP 4 >= 4.3.0, PHP 5) fdf_set_target_frame -- Set target frame for form display Description bool fdf_set_target_frame ( resource fdf_document, string frame_name ) Sets the target frame to display a result PDF defined with fdf_save_file() in. See also fdf_save_file() . fdf_set_submit_form_action fdf_set_value...
- PHP Manual
- [ fdf_set_target_frame php.net ]
- PHP Funktion
- imagecreatetruecolor ( phplist Code 15% Relevanz )
- Rubrik
- Grafik-Funktionen
- Kurzform
- imagecreatetruecolor -- Create a new true color image
- Vorschau
- ... resource imagecreatetruecolor ( int x_size, int y_size ) imagecreatetruecolor() returns an image identifier representing a black image of size x_size by y_size . Depending on your PHP and GD versions this function is defined or not. With PHP 4.0.6 through 4.1.x this function always exists if the GD module is loaded, but calling it without GD2 being installed PHP will issue a fatal error and exit. With PHP 4.2.x this behaviour is different in...
- PHP Manual
- [ imagecreatetruecolor php.net ]
- PHP Funktion
- PDO->errorCode() ( phplist Code 15% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDO->errorCode() -- Fetch the SQLSTATE associated with the last operation on the database handle
- Vorschau
- ...errorCode() -- Fetch the SQLSTATE associated with the last operation on the database handle Beschreibung class PDO { string errorCode ( void ) } Rückgabewerte Returns a SQLSTATE, a five-character alphanumeric identifier defined in the ANSI SQL-92 standard. Briefly, an SQLSTATE consists of a two-character class value followed by a three-character subclass value. A class value of 01 indicates a warning and is accompanied by a return code of ...
- PHP Manual
- [ PDO->errorCode() php.net ]
- PHP Funktion
- SDO_DAS_XML::create ( phplist Code 15% Relevanz )
- Rubrik
- SDO XML Data Access Service Functions
- Kurzform
- SDO_DAS_XML::create -- To create SDO_DAS_XML object for a given schema file
- Vorschau
- ...the only static method of SDO_DAS_XML class. Used to instantiate SDO_DAS_XML object. Parameter Liste xsd_file Path to XSD Schema file. This is optional. If omitted a DAS will be created that only has the SDO base types defined. Schema files can then be loaded with the addTypes() method. Rückgabewerte Returns SDO_DAS_XML object on success otherwise throws an exception as described below. Errors/Exceptions SDO_TypeNotFoundException Thrown if ...
- PHP Manual
- [ SDO_DAS_XML::create php.net ]
- PHP Funktion
- ZipArchive::statName ( phplist Code 15% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::statName -- Get the details of an entry defined by its name.
- Vorschau
- ...ZipArchive::statName ZipArchive::statName (no version information, might be only in CVS) ZipArchive::statName -- Get the details of an entry defined by its name. Beschreibung mixed ZipArchive::statName ( name name [, int flags] ) The function obtains information about the entry defined by its name. Parameter Liste name Name of the entry flags The flags argument ...
- PHP Manual
- [ ZipArchive::statName php.net ]
- PHP Funktion
- VI. LICENSE OPTIONS ( phplist Code 15% Relevanz )
- Rubrik
- Open Publication License
- Kurzform
- -----
- Vorschau
- ... with the license (or its incorporation by reference) in derived works. A. To prohibit distribution of substantively modified versions without the explicit permission of the author(s). "Substantive modification" is defined as a change to the semantic content of the document, and excludes mere changes in format or typographical corrections. To accomplish this, add the phrase `Distribution of substantively modified versions of this document...
- PHP Manual
- [ VI. LICENSE OPTIONS php.net ]
- PHP Funktion
- Hyperwave Functions ( phplist Code 15% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... led to the use of JavaScript which IMO does not make life easier. Adding Hyperwave support to PHP should fill in the gap of a missing programming language for interface customisation. It implements all the messages as defined by the HG-CSP but also provides more powerful commands to e.g. retrieve complete documents. Hyperwave has its own terminology to name certain pieces of information. This has widely been taken over and extended. Almost ...
- PHP Manual
- [ Hyperwave Functions php.net ]
- PHP Funktion
- bcompiler_write_class ( phplist Code 14% Relevanz )
- Rubrik
- PHP bytecode Compiler
- Kurzform
- bcompiler_write_class -- Writes an defined class as bytecodes
- Vorschau
- ...bcompiler_write_class bcompiler_write_class (PECL) bcompiler_write_class -- Writes an defined class as bytecodes Description bool bcompiler_write_class ( resource filehandle, string className [, string extends] ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier ...
- PHP Manual
- [ bcompiler_write_class php.net ]
- PHP Funktion
- iis_get_service_state ( phplist Code 14% Relevanz )
- Rubrik
- IIS Administration Functions
- Kurzform
- iis_get_service_state -- Returns the state for the service defined by ServiceId
- Vorschau
- ...iis_get_service_state iis_get_service_state (PECL) iis_get_service_state -- Returns the state for the service defined by ServiceId Description int iis_get_service_state ( string service_id ) iis_get_server_rights iis_remove_server...
- PHP Manual
- [ iis_get_service_state php.net ]
- PHP Funktion
- memory_get_peak_usage ( phplist Code 14% Relevanz )
- Rubrik
- PHP Optionen & Informationen
- Kurzform
- memory_get_peak_usage -- Returns the peak of memory allocated by PHP
- Vorschau
- ... -- Returns the peak of memory allocated by PHP Beschreibung int memory_get_peak_usage ( void ) Returns the peak of memory, in bytes, that's been allocated to your PHP script. memory_get_peak_usage() will only be defined if your PHP is compiled with the --enable-memory-limit configuration option. Siehe auch memory_get_usage() memory_limit main memory_get_usage...
- PHP Manual
- [ memory_get_peak_usage php.net ]
- PHP Funktion
- PDO->__construct() ( phplist Code 14% Relevanz )
- Rubrik
- PDO-Funktionen
- Kurzform
- PDO->__construct() -- Creates a PDO instance representing a connection to a database
- Vorschau
- ... DSN string. The URI can specify a local file or a remote URL. uri:file:///path/to/dsnfile Aliasing dsn consists of a name name that maps to pdo.dsn. name in php.ini defining the DSN string. Anmerkung: The alias must be defined in php.ini , and not .htaccess or httpd.conf username The user name for the DSN string. This parameter is optional for some PDO drivers. password The password for the DSN string. This parameter is optional for some PDO...
- PHP Manual
- [ PDO->__construct() php.net ]
- PHP Funktion
- runkit_constant_remove ( phplist Code 14% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_constant_remove -- Remove/Delete an already defined constant
- Vorschau
- ...runkit_constant_remove runkit_constant_remove (PECL) runkit_constant_remove -- Remove/Delete an already defined constant Beschreibung bool runkit_constant_remove ( string constname ) Parameter Liste constname Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class ...
- PHP Manual
- [ runkit_constant_remove php.net ]
- PHP Funktion
- SDO_DAS_XML::addTypes ( phplist Code 14% Relevanz )
- Rubrik
- SDO XML Data Access Service Functions
- Kurzform
- SDO_DAS_XML::addTypes -- To load a second or subsequent schema file to a SDO_DAS_XML object
- Vorschau
- ... an example. Parameter Liste xsd_file Path to XSD Schema file. Rückgabewerte None if successful, otherwise throws an exception as described below. Errors/Exceptions SDO_TypeNotFoundException Thrown if a type is not defined in the underlying model. SDO_DAS_XML_ParserException Thrown for any problems while parsing the given XSD File. SDO_DAS_XML_FileException Thrown if the specified file cannot be found. SDO_DAS_XML_Document::...
- PHP Manual
- [ SDO_DAS_XML::addTypes php.net ]
- PHP Funktion
- sqlite_create_function ( phplist Code 14% Relevanz )
- Rubrik
- SQLite
- Kurzform
- sqlite_create_function -- Erzeugt eine "reguläre" nutzerdefinierte Funktion für den Gebrauch in SQL-Befehlen.
- Vorschau
- ... in SQL-Befehlen. Beschreibung bool sqlite_create_function ( resource db, string SQL-Funktionsname, mixed callback [, int num_args] ) sqlite_create_function() erlaubt Ihnen, eine PHP-Funktion in SQLite als UDF (User Defined Function = Nutzerdefinierte Funktion> zu erzeugen, so dass diese direkt in SQL-Befehlen genutzt werden kann. db spezifiziert die Datenbank, die um die Funktion ert werden soll, SQL-Funktionsname den Namen der ...
- PHP Manual
- [ sqlite_create_function php.net ]
- PHP Funktion
- ZipArchive::getStream ( phplist Code 14% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::getStream -- Get a file handler to the entry defined by its name (read only).
- Vorschau
- ...ZipArchive::getStream ZipArchive::getStream (no version information, might be only in CVS) ZipArchive::getStream -- Get a file handler to the entry defined by its name (read only). Beschreibung resource ZipArchive::getStream ( string name ) Get a file handler to the entry defined by its name. For now it only supports read operations. Parameter Liste name The name of the ...
- PHP Manual
- [ ZipArchive::getStream php.net ]
- PHP Funktion
- ZipArchive::renameName ( phplist Code 14% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::renameName -- Renames an entry defined by its name
- Vorschau
- ...ZipArchive::renameName ZipArchive::renameName (no version information, might be only in CVS) ZipArchive::renameName -- Renames an entry defined by its name Beschreibung bool ZipArchive::renameName ( string name, string newname ) Renames an entry defined by its index. Parameter Liste name Name of the entry to rename. newname New name. Rückgabewerte Gibt bei ...
- PHP Manual
- [ ZipArchive::renameName php.net ]
- PHP Funktion
- List of Parser Tokens ( phplist Code 14% Relevanz )
- Rubrik
- Anhang
- Kurzform
- -----
- Vorschau
- ... old_function old_function T_OPEN_TAG <?php, <? or <% escaping from HTML T_OPEN_TAG_WITH_ECHO <?= or <%= escaping from HTML T_OR_EQUAL |= assignment operators T_PAAMAYIM_NEKUDOTAYIM :: :: . Also defined as T_DOUBLE_COLON . T_PLUS_EQUAL += assignment operators T_PRINT print() print() T_PRIVATE private classes and objects . PHP 5 only. T_PUBLIC public classes and objects . PHP 5 only. T_PROTECTED protected classes and ...
- PHP Manual
- [ List of Parser Tokens php.net ]
- PHP Funktion
- Duplicating Variable Contents: The Copy Constructor ( phplist Code 14% Relevanz )
- Rubrik
- Zend API: Hacking the Core of PHP
- Kurzform
- -----
- Vorschau
- .... By assigning one zval to another, you avoid duplicating the hash table entries, using only a reference to them (at most). To copy this complex kind of data, use the copy constructor . Copy constructors are typically defined in languages that support operator overloading, with the express purpose of copying complex types. If you define an object in such a language, you have the possibility of overloading the "=" operator, which is usually ...
- PHP Manual
- [ Duplicating Variable Contents: The Copy Constructor php.net ]
- PHP Funktion
- bcompiler_write_constant ( phplist Code 13% Relevanz )
- Rubrik
- PHP bytecode Compiler
- Kurzform
- bcompiler_write_constant -- Writes a defined constant as bytecodes
- Vorschau
- ...bcompiler_write_constant bcompiler_write_constant (PECL) bcompiler_write_constant -- Writes a defined constant as bytecodes Description bool bcompiler_write_constant ( resource filehandle, string constantName ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier ...
- PHP Manual
- [ bcompiler_write_constant php.net ]
- PHP Funktion
- bcompiler_write_function ( phplist Code 13% Relevanz )
- Rubrik
- PHP bytecode Compiler
- Kurzform
- bcompiler_write_function -- Writes an defined function as bytecodes
- Vorschau
- ...bcompiler_write_function bcompiler_write_function (PECL) bcompiler_write_function -- Writes an defined function as bytecodes Description bool bcompiler_write_function ( resource filehandle, string functionName ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier ...
- PHP Manual
- [ bcompiler_write_function php.net ]
- PHP Funktion
- ircg_list ( phplist Code 13% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_list -- List topic/user count of channel(s)
- Vorschau
- ...60;= 5.0.4) ircg_list -- List topic/user count of channel(s) Description bool ircg_list ( resource connection, string channel ) ircg_list() will request a list of users in the channel . The answer is sent to the output defined by ircg_set_file() or ircg_set_current() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiel 1. ircg_list() example <?php // connect to server $id = ircg_pconnect ( $nickname , $ip , $port ); // set to output to ...
- PHP Manual
- [ ircg_list php.net ]
- PHP Funktion
- ircg_who ( phplist Code 13% Relevanz )
- Rubrik
- IRC Gateway Funktionen
- Kurzform
- ircg_who -- Queries server for WHO information
- Vorschau
- ...ircg_who() will request a list of users whose nickname is matching mask on connected network connection . The optional parameter ops_only will shrink the list to server operators only. The answer is sent to the output defined by ircg_set_file() or ircg_set_current() . Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also: ircg_set_file() , and ircg_set_current() . ircg_topic ircg_whois...
- PHP Manual
- [ ircg_who php.net ]
- PHP Funktion
- stream_wrapper_register ( phplist Code 13% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
- Vorschau
- ...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 classname and then call methods on that instance. You must implement the methods exactly as described below - doing otherwise will lead to undefined ...
- PHP Manual
- [ stream_wrapper_register php.net ]
- PHP Funktion
- stream_wrapper_unregister ( phplist Code 13% Relevanz )
- Rubrik
- Stream Functions
- Kurzform
- stream_wrapper_unregister -- Unregister a URL wrapper
- Vorschau
- ... (PHP 5 >= 5.1.0RC1) stream_wrapper_unregister -- Unregister a URL wrapper Description bool stream_wrapper_unregister ( string protocol ) stream_wrapper_unregister() allows you to disable an already defined stream wrapper. Once the wrapper has been disabled you may override it with a user-defined wrapper using stream_wrapper_register() or reenable it later on with stream_wrapper_restore() . stream_wrapper_restore String...
- PHP Manual
- [ stream_wrapper_unregister php.net ]
- PHP Funktion
- w32api_register_function ( phplist Code 13% Relevanz )
- Rubrik
- W32api Functions
- Kurzform
- w32api_register_function -- Registers function function_name from library with PHP
- Vorschau
- ... Risiko. This function tries to find the function_name function in libary , and tries to import it into PHP. The function will be registered with the given return_type . This type can be a generic PHP type, or a type defined with w32api_deftype() . All type names are case sensitive. Built in type names should be provided in lowercase. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . w32api_invoke_function w32api_set_call_method...
- PHP Manual
- [ w32api_register_function php.net ]
- PHP Funktion
- Constants ( phplist Code 13% Relevanz )
- Rubrik
- PDO Driver How-To
- Kurzform
- -----
- Vorschau
- ... STRING The ?human-readable? string representing the Client/Version this driver supports. PDO_ATTR_SERVER_INFO STRING The ?human-readable? description of the Server. PDO_ATTR_CONNECTION_STATUS LONG Values not yet defined PDO_ATTR_CASE LONG Processed and handled by PDO. PDO_ATTR_CURSOR_NAME STRING String representing the name for a database cursor for use in ?where current in <name>? SQL statements. PDO_ATTR_CURSOR LONG ...
- PHP Manual
- [ Constants php.net ]
- PHP Funktion
- oggvorbis ( phplist Code 13% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...oggvorbis CVII. oggvorbis Einführung The OGG/Vorbis file format, as defined by http://www.vorbis.com/ , is a scheme for compressing audio streams by multiple factors with a minimum of quality loss. This extension adds Ogg Vorbis support to PHP's URL Wrappers . When used in read mode, compressed ...
- PHP Manual
- [ oggvorbis php.net ]
- PHP Funktion
- swf_lookat ( phplist Code 12% Relevanz )
- Rubrik
- Shockwave Flash Funktionen
- Kurzform
- swf_lookat -- Define a viewing transformation
- Vorschau
- ... ) The swf_lookat() function defines a viewing transformation by giving the viewing position (the parameters view_x , view_y , and view_z ) and the coordinates of a reference point in the scene, the reference point is defined by the reference_x , reference_y , and reference_z parameters. The twist controls the rotation along with viewer's z axis. swf_labelframe swf_modifyobject...
- PHP Manual
- [ swf_lookat php.net ]
- PHP Funktion
- yaz_search ( phplist Code 12% Relevanz )
- Rubrik
- YAZ Functions
- Kurzform
- yaz_search -- Prepares for a search
- Vorschau
- ... represents the query type - only "rpn" is supported now in which case the third argument specifies a Type-1 query in prefix query notation. query The RPN query is a textual representation of the Type-1 query as defined by the Z39.50 standard. However, in the text representation as used by YAZ a prefix notation is used, that is the operator precedes the operands. The query string is a sequence of tokens where white space is ignored ...
- PHP Manual
- [ yaz_search php.net ]
- PHP Funktion
- ZipArchive::setCommentName ( phplist Code 12% Relevanz )
- Rubrik
- ZIP Funktionen (Lesezugriff)
- Kurzform
- ZipArchive::setCommentName -- Set the comment of an entry defined by its name
- Vorschau
- ...ZipArchive::setCommentName ZipArchive::setCommentName (no version information, might be only in CVS) ZipArchive::setCommentName -- Set the comment of an entry defined by its name Beschreibung mixed ZipArchive::setCommentIndex ( string name, string comment ) Set the comment of an entry defined by its name. Parameter Liste name Name of the entry. comment The contents of the comment...
- PHP Manual
- [ ZipArchive::setCommentName php.net ]
- PHP Funktion
- Object property and method call overloading ( phplist Code 12% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... property and method call overloading CIII. Object property and method call overloading Einführung The purpose of this extension is to allow overloading of object property access and method calls. Only one function is defined in this extension, overload() which takes the name of the class that should have this functionality enabled. The class named has to define appropriate methods if it wants to have this functionality: __get() , __set() and...
- PHP Manual
- [ Object property and method call overloading php.net ]
- PHP Funktion
- rpm_get_tag ( phplist Code 11% Relevanz )
- Rubrik
- RPM Header Reading Funktionen
- Kurzform
- rpm_get_tag -- Retrieves a header tag from an RPM file
- Vorschau
- ...'s header and return it. Parameter Liste rpmr A file pointer resource successfully opened by rpm_open() . tagnum The tag number to retrieve from the RPM header. This value can be specified using the list of constants defined by this module. Rückgabewerte The return value can be of various types depending on the tagnum supplied to the function. Beispiele Beispiel 1. rpm_get_tag() example <?php $file = "/path/to/file.rpm" ; $rpmr = ...
- PHP Manual
- [ rpm_get_tag php.net ]
- PHP Funktion
- runkit_sandbox_output_handler ( phplist Code 11% Relevanz )
- Rubrik
- runkit Functions
- Kurzform
- runkit_sandbox_output_handler -- Specify a function to capture and/or process output from a runkit sandbox
- Vorschau
- ...this parameter is not passed then output handling will not be changed. If a non-truth value is passed, output handling will be disabled and will revert to direct display. Rückgabewerte Returns the name of the previously defined output handler callback, or FALSE if no handler was previously defined. Beispiele Beispiel 1. Feeding output to a variable <?php function capture_output ( $str ) { $GLOBALS [ 'sandbox_output' ] .= $str ; return...
- PHP Manual
- [ runkit_sandbox_output_handler php.net ]
- PHP Funktion
- SDO_DAS_DataFactory::addType ( phplist Code 11% Relevanz )
- Rubrik
- SDO Functions
- Kurzform
- SDO_DAS_DataFactory::addType -- Add a new type to a model
- Vorschau
- ... und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameter Liste type_namespace_uri The namespace of the type. type_name The name of the type. ...
- PHP Manual
- [ SDO_DAS_DataFactory::addType php.net ]
- PHP Funktion
- PostScript document creation ( phplist Code 11% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... Konstanten werden von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. The following two tables lists all constants defined by the ps extension. Tabelle 1. Contants for line caps Name Meaning ps_LINECAP_BUTT ps_LINECAP_ROUND ps_LINECAP_SQUARED Tabelle 2. Contants for line joins Name Meaning ps_LINEJOIN_MITER ps_LINEJOIN_ROUND ...
- PHP Manual
- [ PostScript document creation php.net ]
- PHP Funktion
- DOMDocument->schemaValidateSource() ( phplist Code 9% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMDocument->schemaValidateSource() -- Validates a document based on a schema
- Vorschau
- ... be only in CVS) DOMDocument->schemaValidateSource() -- Validates a document based on a schema Beschreibung class DOMDocument { bool schemaValidateSource ( string source ) } Validates a document based on a schema defined in the given string. Parameter Liste source A string containing the schema. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch DOMDocument->schemaValidate() DOMDocument->relaxNGValidate() ...
- PHP Manual
- [ DOMDocument->schemaValidateSource() php.net ]
- PHP Funktion
- ps_makespotcolor ( phplist Code 9% Relevanz )
- Rubrik
- PostScript document creation
- Kurzform
- ps_makespotcolor -- Create spot color
- Vorschau
- ...ps_makespotcolor (PECL) ps_makespotcolor -- Create spot color Beschreibung int ps_makespotcolor ( resource psdoc, string name [, float reserved] ) Creates a spot color from the current fill color. The fill color must be defined in rgb, cmyk or gray colorspace. The spot color name can be an arbitrary name. A spot color can be set as any color with ps_setcolor() . When the document is not printed but displayed by an postscript viewer the given ...
- PHP Manual
- [ ps_makespotcolor php.net ]
- PHP Funktion
- Object Aggregation/Composition Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ... ( "storage" , $dbh ); $serdata = serialize ( $this -> data ); mysql_query ( "insert into vars ('$serdata',now())" , $dbh ); mysql_close ( $dbh ); } } ?> We then instantiate a couple of objects from the defined classes, and perform some aggregations and deaggregations, printing some object information along the way: Beispiel 4. test_aggregation.php <?php include "storageclasses.inc" ; // some utilty functions function p_arr...
- PHP Manual
- [ Object Aggregation/Composition Functions php.net ]
- PHP Funktion
- runkit Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...runkit Functions CXXXV. runkit Functions Einführung The runkit extension provides means to modify constants, user-defined functions, and user-defined classes. It also provides for custom superglobal variables and embeddable sub-interpreters via sandboxing. Zusätzliche Informationen, wie neue Releases, DownloadsQuelldateien, Maintainerinformation und ein CHANGELOG ...
- PHP Manual
- [ runkit Functions php.net ]
- PHP Funktion
- SDO XML Data Access Service Functions ( phplist Code 9% Relevanz )
- Rubrik
- Funktionsreferenz
- Kurzform
- -----
- Vorschau
- ...> </schema> Note the presence of the any element in the definition. This first schema defines the jungle complex type as containing a sequence of any other type. The other types that the example will use are defined in a second schema file: <schema xmlns= "http://www.w3.org/2001/XMLSchema"> <complexType name="snakeType"> <sequence> <element name= "name" type="string"/> <element name= "length" ...
- PHP Manual
- [ SDO XML Data Access Service Functions php.net ]
- PHP Funktion
- DOMDocument->getElementsByTagNameNS() ( phplist Code 8% Relevanz )
- Rubrik
- DOM Functions
- Kurzform
- DOMDocument->getElementsByTagNameNS() -- Searches for all elements with given tag name in specified namespace
- Vorschau
- ...: book.xml not found</error> </xi:fallback> </xi:include> <include> This is another namespace </include> </para> </chapter> EOD; $dom = new DOMDocument ; // load the XML string defined above $dom -> loadXML ( $xml ); foreach ( $dom -> getElementsByTagNameNS ( 'http://www.w3.org/2001/XInclude' , '*' ) as $element ) { echo 'local name: ' , $element -> localName , ', prefix: ' , $element -> ...
- PHP Manual
- [ DOMDocument->getElementsByTagNameNS() php.net ]