define PHP Funktionen : PHP Übersicht : PHP Manual

define

PHP Function define / PHP Funktion define

phplist » Webkatalog Script - Link Script » PHP Function Coder » define
PHP Funktion
define ( phplist Code 100% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
define -- Definiert eine Konstante
Vorschau
...define define (PHP 3, PHP 4, PHP 5) define -- Definiert eine Konstante Beschreibung: int define ( string name, mixed value [, int case_insensitive] ) Definiert eine Konstante, ähnlich wie bei Variablen, ausser das: Eine Konstante nicht mit einem '$' beginnt; Auf eine Konstante überall zugegriffen werden kann, ...
PHP Manual
[ define php.net ]

PHP Funktion
defined ( phplist Code 92% 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
swf_defineline ( phplist Code 60% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_defineline -- Define a line
Vorschau
...swf_defineline swf_defineline (PHP 4, PECL) swf_defineline -- Define a line Description void swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width ) The swf_defineline() 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 ...
PHP Manual
[ swf_defineline php.net ]

PHP Funktion
swf_definepoly ( phplist Code 60% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definepoly -- Define a polygon
Vorschau
...swf_definepoly swf_definepoly (PHP 4, PECL) swf_definepoly -- 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 ...
PHP Manual
[ swf_definepoly php.net ]

PHP Funktion
swf_definerect ( phplist Code 60% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definerect -- Define a rectangle
Vorschau
...swf_definerect swf_definerect (PHP 4, PECL) swf_definerect -- Define a rectangle Description void swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width ) The swf_definerect() defines a rectangle with an upper left hand coordinate given by the x, x1 , and the y, y1 . And a lower right hand coordinate given by the x coordinate, x2 , and the y coordinate, y2 . Width of the rectangles border is given by ...
PHP Manual
[ swf_definerect php.net ]

PHP Funktion
swf_definetext ( phplist Code 60% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definetext -- Define a text string
Vorschau
...swf_definetext swf_definetext (PHP 4, PECL) swf_definetext -- Define a text string Description void swf_definetext ( int objid, string str, int docenter ) Define a text string (the str parameter) using the current font and font size. The docenter is where the word is centered, if docenter is 1, then the word is centered in x. swf_definerect swf_endbutton...
PHP Manual
[ swf_definetext php.net ]

PHP Funktion
ocidefinebyname ( phplist Code 57% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
ocidefinebyname -- Definiert eine PHP Variable als Platzhalter für die Werte eines SELECTs
Vorschau
...ocidefinebyname ocidefinebyname (PHP 3 >= 3.0.7, PHP 4, PHP 5) ocidefinebyname -- Definiert eine PHP Variable als Platzhalter für die Werte eines SELECTs Beschreibung int OCIDefineByName ( int stmt, string Spaltenname, mixed & Variable [, int Typ] ) OCIDefineByName() legt eine PHP Variable als Ziel für den Inhalt einer Spalte nach dem Fetchen fest. Es ist zu beachten, dass Oracle alle Spalten ...
PHP Manual
[ ocidefinebyname php.net ]

PHP Funktion
swf_definebitmap ( phplist Code 55% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_definebitmap -- Define a bitmap
Vorschau
...swf_definebitmap swf_definebitmap (PHP 4, PECL) swf_definebitmap -- Define a bitmap Description void swf_definebitmap ( int objid, string image_name ) The swf_definebitmap() function defines a bitmap given a GIF, JPEG, RGB or FI image. The image will be converted into a Flash JPEG or Flash color map format. swf_closefile swf_definefont...
PHP Manual
[ swf_definebitmap php.net ]

PHP Funktion
ncurses_define_key ( phplist Code 50% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_define_key -- Define a keycode
Vorschau
...ncurses_define_key ncurses_define_key (PHP 4 >= 4.2.0, PHP 5) ncurses_define_key -- Define a keycode Description int ncurses_define_key ( string definition, int keycode ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. ...
PHP Manual
[ ncurses_define_key php.net ]

PHP Funktion
oci_define_by_name ( phplist Code 50% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_define_by_name -- Uses a PHP variable for the define-step during a SELECT
Vorschau
...oci_define_by_name oci_define_by_name (PHP 5) oci_define_by_name -- Uses a PHP variable for the define-step during a SELECT Description bool oci_define_by_name ( resource statement, string column_name, mixed &variable [, int type] ) oci_define_by_name() defines PHP variables for fetches of SQL-Columns. Take into consideration that Oracle uses ALL-UPPERCASE column ...
PHP Manual
[ oci_define_by_name php.net ]

PHP Funktion
get_defined_constants ( phplist Code 44% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
get_defined_constants -- Returns an associative array with the names of all the constants and their values
Vorschau
...get_defined_constants get_defined_constants (PHP 4 >= 4.1.0, PHP 5) get_defined_constants -- Returns an associative array with the names of all the constants and their values Description array get_defined_constants ( [mixed categorize] ) This function returns the names and values of all the constants currently defined. This includes those created by extensions as well as those created with the define() function. For ...
PHP Manual
[ get_defined_constants php.net ]

PHP Funktion
Sybase Funktionen ( phplist Code 43% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...default is 10 which effectively disables reporting. sybct.hostname string The name of the host you claim to be connecting from, for display by sp_who. The default is none. sybct.deadlock_retry_count int Allows you to to define how often deadlocks are to be retried. The default is -1, or "forever". For further details and definition of the PHP_INI_* constants see ini_set() . Resource Typen Vordefinierte Konstanten Diese Erung definiert keine ...
PHP Manual
[ Sybase Funktionen php.net ]

PHP Funktion
parse_ini_file ( phplist Code 40% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
parse_ini_file -- Analysiert eine Konfigurationsdatei
Vorschau
...; Kommentare beginnen wie in der php.ini mit ';' [erste_gruppe]eins = 1fünf = 5animal = BIRD [zweite_gruppe]pfad = /usr/local/binURL = "http://www.example.com/~username" Beispiel 2. parse_ini_file() <?php define ('BIRD', 'Dodo bird'); // Ohne Gruppen analysieren$ini_array = parse_ini_file("sample.ini");print_r($ini_array); // Mit Gruppen analysieren$ini_array = parse_ini_file("sample.ini", TRUE);print_r($ini_array); ?> Würde...
PHP Manual
[ parse_ini_file php.net ]

PHP Funktion
SWFAction ( phplist Code 40% Relevanz )
Rubrik
Ming functions for Flash
Kurzform
SWFAction -- Creates a new Action
Vorschau
...anything with this. startDrag(target, lock, [left, top, right, bottom]) Start dragging the movie clip target . The lock argument indicates whether to lock the mouse (?)- use 0 ( FALSE ) or 1 ( TRUE ). Optional parameters define a bounding area for the dragging. stopDrag() Stop dragging my heart around. And this movie clip, too. callFrame(expr) Call the named frame as a function. getURL(url, target, [method]) Load the given URL into the named ...
PHP Manual
[ SWFAction php.net ]

PHP Funktion
w32api_deftype ( phplist Code 40% Relevanz )
Rubrik
W32api Functions
Kurzform
w32api_deftype -- Defines a type for use with other w32api_functions
Vorschau
...w32api_deftype w32api_deftype (4.2.0 - 4.2.3 only) w32api_deftype -- Defines a type for use with other w32api_functions Description bool w32api_deftype ( string typename, string member1_type, string member1_name [, string ... [, string ...]] ) Warnung Diese Funktion ist EXPERIMENTELL . Das ...
PHP Manual
[ w32api_deftype php.net ]

PHP Funktion
Creating Variables ( phplist Code 33% 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
swf_polarview ( phplist Code 32% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_polarview -- Define the viewer's position with polar coordinates
Vorschau
...swf_polarview swf_polarview (PHP 4, PECL) swf_polarview -- Define the viewer's position with polar coordinates Description void swf_polarview ( double dist, double azimuth, double incidence, double twist ) The swf_polarview() function defines the viewer's position in polar coordinates...
PHP Manual
[ swf_polarview php.net ]

PHP Funktion
Shockwave Flash Funktionen ( phplist Code 31% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., die sich Ihnen bieten. Schauen Sie sich den folgenden Quellcode-Auschnitt an: Beispiel 1. SWF Beispiel <?php swf_openfile ( "test.swf" , 256 , 256 , 30 , 1 , 1 , 1 ); swf_ortho2 (- 100 , 100 , - 100 , 100 ); swf_defineline ( 1 , - 70 , 0 , 70 , 0 , .2 ); swf_definerect ( 4 , 60 , - 10 , 70 , 0 , 0 ); swf_definerect ( 5 , - 60 , 0 , - 70 , 10 , 0 ); swf_addcolor ( 0 , 0 , 0 , 0 ); swf_definefont ( 10 , "Mod" ); swf_fontsize ( 5 ); ...
PHP Manual
[ Shockwave Flash Funktionen php.net ]

PHP Funktion
Error handling ( phplist Code 30% Relevanz )
Rubrik
PDO Driver How-To
Kurzform
-----
Vorschau
... is generally a good idea to include all diagnostic information obtainable from the database interface at the time of the failure. For driver-detected errors (such as memory allocation problems), the driver developer can define whatever error information that seems appropriate. Constants Zend API: Hacking the Core of PHP...
PHP Manual
[ Error handling php.net ]

PHP Funktion
stream_filter_register ( phplist Code 29% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_filter_register -- Register a stream filter implemented as a PHP class derived from php_user_filter
Vorschau
... classname ) stream_filter_register() allows you to implement your own filter on any 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 ...
PHP Manual
[ stream_filter_register php.net ]

PHP Funktion
Extending PHP 3 ( phplist Code 29% Relevanz )
Rubrik
PHP und Zend Engine Interna
Kurzform
-----
Vorschau
...("foo"),&pvalue);check(pvalue.type); Arrays in PHP are implemented using the same hashtables as symbol tables. This means the two above functions can also be used to check variables inside arrays. If you want to define a new array in a symbol table, you should do the following. First, you may want to check whether it exists and abort appropriately, using hash_exists() or hash_find(). Next, initialize the array: Beispiel 48-5. ...
PHP Manual
[ Extending PHP 3 php.net ]

PHP Funktion
Configure options ( phplist Code 26% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
... runtime library search paths. --enable-libgcc Enable explicitly linking against libgcc. --enable-php-streams Include experimental PHP streams. Do not use unless you are testing the code! --with-zlib-dir[=DIR] Define the location of zlib install directory. --enable-trans-sid Enable transparent session id propagation. Only valid for PHP 4.1.2 or less. From PHP 4.2.0, trans-sid feature is always compiled. --with-tsrm-pthreads Use ...
PHP Manual
[ Configure options php.net ]

PHP Funktion
PHP auf der Kommandozeile ( phplist Code 26% Relevanz )
Rubrik
Features
Kurzform
-----
Vorschau
...E <end_code>] [--] [args...] php [options] -- [args...] php [options] -a -a Run interactively -c <path>|<file> Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f <file> Parse <file>. -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r <...
PHP Manual
[ PHP auf der Kommandozeile php.net ]

PHP Funktion
Source Discussion ( phplist Code 26% 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
localeconv ( phplist Code 25% Relevanz )
Rubrik
String-Funktionen
Kurzform
localeconv -- Get numeric formatting information
Vorschau
... immediately succeeds the currency_symbol The n_sign_posn , and n_sign_posn contain a string of formatting options. Each number representing one of the above listed conditions. The grouping fields contain arrays that define the way numbers should be grouped. For example, the monetary grouping field for the nl_NL locale (in UTF-8 mode with the euro sign), would contain a 2 item array with the values 3 and 3. The higher the index in the array...
PHP Manual
[ localeconv php.net ]

PHP Funktion
Konstanten ( phplist Code 25% Relevanz )
Rubrik
Sprachreferenz
Kurzform
-----
Vorschau
...so beschrieben werden: [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* Tipp: You may also want to take alook at the Anhang R . Beispiel 13-1. Gültige und ungültige Namen für Konstanten <?php // Gueltige Namen fuer Konstanten define ( "FOO" , "irgendwas" ); define ( "FOO2" , "etwas anderes" ); define ( "FOO_BAR" , "irgendwas ganz anderes" ); // Ungueltige Namen fuer Konstanten define ( "2FOO" , "irgendwas" ); // Folgendes ist korrekt, sollte aber ...
PHP Manual
[ Konstanten php.net ]

PHP Funktion
swf_addbuttonrecord ( phplist Code 24% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_addbuttonrecord -- Controls location appearance and active area of the current button
Vorschau
...) swf_addbuttonrecord -- Controls location, appearance and active area of the current button Description void swf_addbuttonrecord ( int states, int shapeid, int depth ) The swf_addbuttonrecord() function allows you to define the specifics of using a button. The first parameter, states , defines what states the button can have, these can be any or all of the following constants: BSHitTest, BSDown, BSOver or BSUp. The second parameter, the ...
PHP Manual
[ swf_addbuttonrecord php.net ]

PHP Funktion
Sonstige Funktionen ( phplist Code 24% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Client-Verbindung beendet wurde connection_status -- 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...
PHP Manual
[ Sonstige Funktionen php.net ]

PHP Funktion
Tokenizer Functions ( phplist Code 24% 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
XML Parser Functions ( phplist Code 23% 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
ZEND_MOD_REQUIRED_EX ( phplist Code 23% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
void ZEND_MOD_REQUIRED_EX ( char * name char * rel char * ver ) ZEND_MOD_REQUIRED_EX() generates a zend_module_dep entry for the extension named by ext_name including version information. It allows to specify requirements like "up to version x.y" "starting with version x.y" or "exactly version x.y". Warnung Version specific comparisons are not implemented yet so for now ZEND_MOD_REUQUIRE() and ZEND_MOD_REQUIRE_EX() define identical behavior.
Vorschau
... specify requirements like "up to version x.y", "starting with version x.y" or "exactly version x.y". Warnung Version specific comparisons are not implemented yet, so for now ZEND_MOD_REUQUIRE() and ZEND_MOD_REQUIRE_EX() define identical behavior. Parameter Liste name Name of the required extension rel Comparison operator, one of eq , lt , le , gt , or ge ver Version string Rückgabewerte Code to register the required extension Siehe auch ...
PHP Manual
[ ZEND_MOD_REQUIRED_EX php.net ]

PHP Funktion
is_a ( phplist Code 20% Relevanz )
Rubrik
Klassen- und Objekt-Funktionen
Kurzform
is_a -- Returns TRUE if the object is of this class or has this class as one of its parents
Vorschau
... Description bool is_a ( object object, string class_name ) This function returns TRUE if the object is of this class or has this class as one of its parents, FALSE otherwise. Beispiel 1. is_a() example <?php // define a class class WidgetFactory { var $oink = 'moo' ; } // create a new object $WF = new WidgetFactory (); if ( is_a ( $WF , 'WidgetFactory' )) { echo "yes, \$WF is still a WidgetFactory\n" ; } ?> The is_a() function is ...
PHP Manual
[ is_a php.net ]

PHP Funktion
New Directives ( phplist Code 20% Relevanz )
Rubrik
Migrating from PHP 4 to PHP 5
Kurzform
-----
Vorschau
... to mail() , even in safe mode register_long_arrays - allow/disallow PHP to register the deprecated long $HTTP_*_VARS session.hash_function - select a hash function (MD5 or SHA-1) session.hash_bits_per_character - define how many bits are stored in each character when converting the binary hash data to something readable (from 4 to 6) zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4) New Functions ...
PHP Manual
[ New Directives php.net ]

PHP Funktion
SDO Relational Data Access Service Functions ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... relationships and so on. You specify this information as metadata when you construct the Relational DAS. Overview of Operation The first step is to call the Relational DAS's constructor, passing the metadata that defines the mapping between database and SDO model. There are examples of this below. The next step might be to call the executeQuery() or executePreparedQuery() methods on the Relational DAS, passing either a literal SQL ...
PHP Manual
[ SDO Relational Data Access Service Functions php.net ]

PHP Funktion
Pattern Syntax ( phplist Code 20% Relevanz )
Rubrik
Reguläre Ausdrücke Funktionen (Perl-kompatibel)
Kurzform
-----
Vorschau
... a binary zero followed by the two characters "8" and "1" Note that octal values of 100 or greater must not be introduced by a leading zero, because no more than three octal digits are ever read. All the sequences that define a single byte value can be used both inside and outside character classes. In addition, inside a character class, the sequence " \b " is interpreted as the backspace character (hex 08). Outside a character class it has a ...
PHP Manual
[ Pattern Syntax php.net ]

PHP Funktion
swf_perspective ( phplist Code 19% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_perspective -- Define a perspective projection transformation
Vorschau
...swf_perspective swf_perspective (PHP 4, PECL) swf_perspective -- Define a perspective projection transformation Description void swf_perspective ( double fovy, double aspect, double near, double far ) The swf_perspective() function defines a perspective projection transformation. The fovy ...
PHP Manual
[ swf_perspective php.net ]

PHP Funktion
W32api Functions ( phplist Code 18% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... allow access to the Win32 API from PHP, although you can also access other functions exported via other DLLs. Currently supported types are generic PHP types (strings, booleans, floats, integers and nulls) and types you define with w32api_deftype() . Anmerkung: This extension has been moved to the PECL repository and is no longer bundled with PHP as of PHP 5.1.0. Warnung Diese Erung ist EXPERIMENTELL . Das Verhalten dieser Erung,einschließlich ...
PHP Manual
[ W32api Functions php.net ]

PHP Funktion
http_parse_message ( phplist Code 17% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_parse_message -- Parse the HTTP message
Vorschau
... message String containing a single HTTP message or several consecutive HTTP messages Rückgabewerte A hierarchical object structure of the parsed messages. Beispiele Beispiel 1. Using http_parse_message() <?php define ( 'URL' , 'http://www.example.com/' ); print_r ( http_parse_message ( http_get ( URL , array( 'redirect' => 3 )))); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: stdClass object( [type] => 2 [...
PHP Manual
[ http_parse_message php.net ]

PHP Funktion
ncurses_assume_default_colors ( phplist Code 17% Relevanz )
Rubrik
Ncurses Terminal Screen Control Functions
Kurzform
ncurses_assume_default_colors -- Define default colors for color 0
Vorschau
...ncurses_assume_default_colors ncurses_assume_default_colors (PHP 4 >= 4.2.0, PHP 5) ncurses_assume_default_colors -- Define default colors for color 0 Description int ncurses_assume_default_colors ( int fg, int bg ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und allesAndere was hier dokumentiert ist, kann sich ...
PHP Manual
[ ncurses_assume_default_colors php.net ]

PHP Funktion
SAMMessage::header ( phplist Code 17% Relevanz )
Rubrik
SAM - Simple Asynchronous Messaging
Kurzform
SAMMessage::header -- The header properties of the message.
Vorschau
...or 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
set_error_handler ( phplist Code 17% Relevanz )
Rubrik
Error Handling and Logging Functions
Kurzform
set_error_handler -- Bestimmt eine benutzerdefinierte Funktion zur Fehlerbehandlung.
Vorschau
... und die Behandlung des Fehlers durch eine benutzerdefinierte Funktion ausgelöst wird: Beispiel 1. Fehlerbehandlung mit set_error_handler() und trigger_error() <?php // umdefinieren der Konstanten - nur in PHP 4 define ( "FATAL" , E_USER_ERROR ); define ( "ERROR" , E_USER_WARNING ); define ( "WARNING" , E_USER_NOTICE ); // die Stufe für dieses Skript einstellen error_reporting ( FATAL | ERROR | WARNING ); // Fehlerbehandlungsfunktion ...
PHP Manual
[ set_error_handler php.net ]

PHP Funktion
Ncurses Terminal Screen Control Functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ncurses_addchstr -- Add attributed string at current position ncurses_addnstr -- Add string with specified length at current position ncurses_addstr -- Output text at current position ncurses_assume_default_colors -- Define default colors for color 0 ncurses_attroff -- Turn off the given attributes ncurses_attron -- Turn on the given attributes ncurses_attrset -- Set given attributes ncurses_baudrate -- Returns baudrate of terminal ...
PHP Manual
[ Ncurses Terminal Screen Control Functions 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
ps_clip ( phplist Code 15% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_clip -- Clips drawing to current path
Vorschau
...ps_clip ps_clip (PECL) ps_clip -- Clips drawing to current path Beschreibung bool ps_clip ( resource psdoc ) Takes the current path and uses it to define the border of a clipping area. Everything drawn outside of that area will not be visible. Parameter Liste psdoc Resource identifier of the postscript file as returned by ps_new() . Rückgabewerte Gibt bei Erfolg TRUE , ...
PHP Manual
[ ps_clip php.net ]

PHP Funktion
SAM - Simple Asynchronous Messaging ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... specific messages. SAM_DELIVERYMODE ( string ) Message header property. SAM_DOUBLE ( string ) Type specifier used when setting properties on SAM_Message objects. SAM_ENDPOINTS ( string ) Connect attribute used to define the possible endpoints to connect to. SAM_FLOAT ( string ) Type specifier used when setting properties on SAM_Message objects. SAM_HOST ( string ) Connect attribute used to set the hostname of the required messaging ...
PHP Manual
[ SAM - Simple Asynchronous Messaging php.net ]

PHP Funktion
constant ( phplist Code 14% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
constant -- Returns the value of a constant
Vorschau
... you need to retrieve the value of a constant, but do not know its name. I.e. it is stored in a variable or returned by a function. This function works also with class constants . Beispiel 1. constant() example <?php define ( "MAXSIZE" , 100 ); echo MAXSIZE ; echo constant ( "MAXSIZE" ); // same thing as the previous line ?> See also define() , defined() and the section on Constants . connection_timeout define...
PHP Manual
[ constant php.net ]

PHP Funktion
stream_wrapper_register ( phplist Code 14% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
Vorschau
... classname ) stream_wrapper_register() allows you to implement your own protocol handlers and streams for use with all the other filesystem functions (such as fopen() , fread() etc.). To implement a wrapper, you need to define a class with a number of member functions, as defined below. When someone fopens your stream, PHP will create an instance of classname and then call methods on that instance. You must implement the methods exactly as ...
PHP Manual
[ stream_wrapper_register php.net ]

PHP Funktion
Error Handling and Logging Functions ( phplist Code 14% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...Error Handling and Logging Functions XXXIII. Error Handling and Logging Functions Einführung These are functions dealing with error handling and logging. They allow you to define your own error handling rules, as well as modify the way the errors can be logged. This allows you to change and enhance error reporting to suit your needs. With the logging functions, you can send messages directly to ...
PHP Manual
[ Error Handling and Logging Functions php.net ]

PHP Funktion
SDO XML Data Access Service Functions ( phplist Code 14% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... first at the section on SDO . The job of the XML DAS is to move data between the application and an XML data source, which can be either a file or a URL. SDOs are always created and maintained according to a model which defines type names and what property names each type may have. For data which is from XML, this SDO model is built from a schema file written in XML schema language (an xsd file). This schema file is usually passed to the create...
PHP Manual
[ SDO XML Data Access Service Functions 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
ssh2_shell ( phplist Code 13% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_shell -- Request an interactive shell
Vorschau
... correspond to one of the entries in the target system's /etc/termcap file and defaults to vanilla . env may be passed as an associative array of name/value pairs to set in the target environment. width , and height define the width and height of the virtual terminal allocated for the shell process. width_height_type should be one of SSH2_TERM_UNIT_CHARS or SSH2_TERM_UNIT_PIXELS . Beispiel 1. Executing a command <?php $connection = ...
PHP Manual
[ ssh2_shell php.net ]

PHP Funktion
swf_lookat ( phplist Code 13% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_lookat -- Define a viewing transformation
Vorschau
...swf_lookat swf_lookat (PHP 4, PECL) swf_lookat -- Define a viewing transformation Description void swf_lookat ( double view_x, double view_y, double view_z, double reference_x, double reference_y, double reference_z, double twist ) The swf_lookat() function defines a viewing ...
PHP Manual
[ swf_lookat php.net ]

PHP Funktion
PHP and COM ( phplist Code 12% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
..." ); ?> This will create a new instance if there is no running instance available or it will return a handle to the running instance, if available. 12. Is there a way to handle an event sent from COM object ? You can define an event sink and bind it using com_event_sink() . You can use com_print_typeinfo() to have PHP generate a skeleton for the event sink class. 13. I'm having problems when trying to invoke a method of a COM object which ...
PHP Manual
[ PHP and COM 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
yaz_ccl_parse ( phplist Code 11% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_ccl_parse -- Invoke CCL Parser
Vorschau
... ( resource id, string query, array &result ) This function invokes a CCL parser. It converts a given CCL FIND query to an RPN query which may be passed to the yaz_search() function to perform a search. To define a set of valid CCL fields call yaz_ccl_conf() prior to this function. Parameter Liste id The connection resource returned by yaz_connect() . query The CCL FIND query. result If the function was executed successfully, ...
PHP Manual
[ yaz_ccl_parse php.net ]

PHP Funktion
swf_startsymbol ( phplist Code 10% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_startsymbol -- Define a symbol
Vorschau
...swf_startsymbol swf_startsymbol (PHP 4, PECL) swf_startsymbol -- Define a symbol Description void swf_startsymbol ( int objid ) Define an object id as a symbol. Symbols are tiny flash movies that can be played simultaneously. The objid parameter is the object id you want to define as a symbol. swf_startshape swf_textwidth...
PHP Manual
[ swf_startsymbol php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... bind a subclass to two or more parent classes and their interfaces. In fact object aggregation can be more flexible, in which we can select what methods or properties to "inherit" in the aggregated object. Beispiele We define 3 classes, each implementing a different storage method: Beispiel 3. storage_classes.inc <?php class FileStorage { var $data ; function FileStorage ( $data ) { $this -> data = $data ; } function write ( $name ) { $...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]

PHP Funktion
Arrays ( phplist Code 0% Relevanz )
Rubrik
Typen
Kurzform
-----
Vorschau
... [ '$i' ] . "\n" ; echo "Gut: " . $array [ $i ] . "\n" ; echo "Schlecht: { $array [ '$i' ]}\n " ; echo "Gut: { $array [ $i ]}\n " ; } ?> Anmerkung: Obiges Beispiel würde folgende Ausgabe erzeugen: Überprüfe 0:Notice: Undefined index: $i in /path/to/script.html on line 9Schlecht:Gut: 1Notice: Undefined index: $i in /path/to/script.html on line 11Schlecht:Gut: 1 Überprüfe 1:Notice: Undefined index: $i in /path/to/script.html on line 9Schlecht:...
PHP Manual
[ Arrays php.net ]