empty PHP Funktionen : PHP Übersicht : PHP Manual

empty

PHP Function empty / PHP Funktion empty

phplist » Webkatalog Script - Link Script » PHP Function Coder » empty
PHP Funktion
empty ( phplist Code 100% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
empty -- Prüft ob eine Variable einen Wert enthält
Vorschau
...empty empty (PHP 3, PHP 4, PHP 5) empty -- Prüft, ob eine Variable einen Wert enthält Beschreibung bool empty ( mixed var ) Prüft, ob eine Variable einen Wert enthält Parameter Liste var Die zu prüfende Variable. Anmerkung: empty() überprüft nur Variablen, alles andere führt zu einem Parse-Error. Anders gesagt wird folgendes ...
PHP Manual
[ empty php.net ]

PHP Funktion
empty("0") ( phplist Code 67% Relevanz )
Rubrik
Migrating from PHP 3 to PHP 4
Kurzform
-----
Vorschau
...empty("0") PHP Handbuch Anhang C. Migrating from PHP 3 to PHP 4 empty("0") The perhaps most controversial change in behavior has happened to the behavior of the empty() . A String containing only the character '0' (zero) is now considered empty while it wasn't in PHP 3. This new behavior makes sense in web applications, with all input fields returning strings even if numeric input is ...
PHP Manual
[ empty("0") php.net ]

PHP Funktion
RETURN_EMPTY_STRING ( phplist Code 42% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
-----
Vorschau
...RETURN_EMPTY_STRING RETURN_EMPTY_STRING RETURN_EMPTY_STRING -- Return an empty string value from a function Beschreibung #include <zend_API.h> void RETURN_EMPTY_STRING ( void ) This returns an empty string without the need to create such a string first. RETURN_EMPTY_BINARY RETURN_EMPTY_UNICODE...
PHP Manual
[ RETURN_EMPTY_STRING php.net ]

PHP Funktion
sesam_query ( phplist Code 38% Relevanz )
Rubrik
SESAM Datenbankfunktionen
Kurzform
sesam_query -- Durchführen einer SESAM-SQL-Abfrage und aufbereiten der Ergebnisse
Vorschau
..." SQL-Anweisungen als auch "select type" Abfragen ausführen. Bei der Ausführung einer "immediate" Anweisung ist kein Cursor aktiv und bei jedem folgenden sesam_fetch_row() oder sesam_fetch_result() call will return an empty Aufruf wird ein leeres Ergebnis (zero columns, indicating end-of-result) geliefert. Für "select type" Anweisungen wird ein Ergebnis-Deskriptor und ein Cursor (scrollable oder sequential, abhängig vom optionalen bool ...
PHP Manual
[ sesam_query php.net ]

PHP Funktion
ini_get ( phplist Code 33% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
ini_get -- Gets the value of a configuration option
Vorschau
... -- Gets the value of a configuration option Description string ini_get ( string varname ) Returns the value of the configuration option on success. Failure, such as querying for a non-existent value, will return an empty string. When querying boolean values: A boolean ini value of off will be returned as an empty string or "0" while a boolean ini value of on will be returned as "1". When querying memory size values: Many ini memory size ...
PHP Manual
[ ini_get php.net ]

PHP Funktion
yaz_get_option ( phplist Code 32% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_get_option -- Returns value of option for connection
Vorschau
... name ) Returns the value of the option specified with name . Parameter Liste id The connection resource returned by yaz_connect() . name The option name. Rückgabewerte Returns the value of the specified option or an empty string if the option wasn't set. Siehe auch The description of yaz_set_option() for available options yaz_es yaz_hits...
PHP Manual
[ yaz_get_option php.net ]

PHP Funktion
Pattern Syntax ( phplist Code 32% Relevanz )
Rubrik
Reguläre Ausdrücke Funktionen (Perl-kompatibel)
Kurzform
-----
Vorschau
...are escaped. Vertical bar Vertical bar characters are used to separate alternative patterns. For example, the pattern gilbert|sullivan matches either "gilbert" or "sullivan". Any number of alternatives may appear, and an empty alternative is permitted (matching the empty string). The matching process tries each alternative in turn, from left to right, and the first one that succeeds is used. If the alternatives are within a subpattern (defined ...
PHP Manual
[ Pattern Syntax php.net ]

PHP Funktion
DOMXPath->query() ( phplist Code 31% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMXPath->query() -- Evaluates the given XPath expression
Vorschau
... queries. By default, the queries are relative to the root element. Rückgabewerte Returns a DOMNodeList containing all nodes matching the given XPath expression . Any expression which do not return nodes will return an empty DOMNodeList . Beispiele Beispiel 1. Getting all the english books <?php $doc = new DOMDocument ; // We don't want to bother with white spaces $doc -> preserveWhiteSpace = false ; $doc -> Load ( 'book.xml' ); $...
PHP Manual
[ DOMXPath->query() php.net ]

PHP Funktion
oci_fetch_array ( phplist Code 30% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_fetch_array -- Returns the next row from the result data as an associative or numeric array or both
Vorschau
...same as OCI_ASSOC + OCI_NUM ). This is the default behavior. OCI_ASSOC - return an associative array (as oci_fetch_assoc() works). OCI_NUM - return a numeric array, (as oci_fetch_row() works). OCI_RETURN_NULLS - create empty elements for the NULL fields. OCI_RETURN_LOBS - return the value of a LOB of the descriptor. Default mode is OCI_BOTH . It should be mentioned here, that oci_fetch_array() is insignificantly slower, than oci_fetch_row...
PHP Manual
[ oci_fetch_array php.net ]

PHP Funktion
Error reporting ( phplist Code 30% Relevanz )
Rubrik
Migrating from PHP 3 to PHP 4
Kurzform
-----
Vorschau
...Warnung When upgrading code or servers from PHP 3 to PHP 4 you should check these settings and calls to error_reporting() or you might disable reporting the new error types, especially E_COMPILE_ERROR. This may lead to empty documents without any feedback of what happened or where to look for the problem. Warnung Using the old values 7 and 15 for setting up error reporting is a very bad idea as this suppresses some of the newly added error ...
PHP Manual
[ Error reporting php.net ]

PHP Funktion
ocinewdescriptor ( phplist Code 29% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
ocinewdescriptor -- Initialize a new empty descriptor LOB/FILE (LOB is default)
Vorschau
...ocinewdescriptor ocinewdescriptor (PHP 3 >= 3.0.7, PHP 4, PHP 5) ocinewdescriptor -- Initialize a new empty descriptor LOB/FILE (LOB is default) Beschreibung string OCINewDescriptor ( int connection [, int type] ) OCINewDescriptor() Allocates storage to hold descriptors or LOB locators. Valid values for the valid type are ...
PHP Manual
[ ocinewdescriptor php.net ]

PHP Funktion
swf_shapefillbitmaptile ( phplist Code 29% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap
Vorschau
...swf_shapefillbitmaptile swf_shapefillbitmaptile (PHP 4, PECL) swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap Description void swf_shapefillbitmaptile ( int bitmapid ) Sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled). swf_shapefillbitmapclip swf_shapefilloff...
PHP Manual
[ swf_shapefillbitmaptile php.net ]

PHP Funktion
xml_parser_create ( phplist Code 27% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_parser_create -- Create an XML parser
Vorschau
... in PHP 4. Starting from PHP 5, the input encoding is automatically detected, so that the encoding parameter specifies only the output encoding. In PHP 4, the default output encoding is the same as the input charset. If empty string is passed, the parser attempts to identify which encoding the document is encoded in by looking at the heading 3 or 4 bytes. In PHP 5.0.0 and 5.0.1, the default output charset is ISO-8859-1, while in PHP 5.0.2 and ...
PHP Manual
[ xml_parser_create php.net ]

PHP Funktion
mcrypt_module_open ( phplist Code 26% Relevanz )
Rubrik
Mcrypt Encryption Functions
Kurzform
mcrypt_module_open -- Opens the module of the algorithm and the mode to be used
Vorschau
...it returns an encryption descriptor, or FALSE on error. The algorithm_directory and mode_directory are used to locate the encryption modules. When you supply a directory name, it is used. When you set one of these to the empty string (""), the value set by the mcrypt.algorithms_dir or mcrypt.modes_dir ini-directive is used. When these are not set, the default directories that are used are the ones that were compiled in into libmcrypt (usually /...
PHP Manual
[ mcrypt_module_open php.net ]

PHP Funktion
oci_new_descriptor ( phplist Code 26% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
oci_new_descriptor -- Initializes a new empty LOB or FILE descriptor
Vorschau
...oci_new_descriptor oci_new_descriptor (PHP 5) oci_new_descriptor -- Initializes a new empty LOB or FILE descriptor Description OCI-Lob oci_new_descriptor ( resource connection [, int type] ) oci_new_descriptor() allocates resources to hold descriptor or LOB locator. Valid values for type are: OCI_D_FILE , ...
PHP Manual
[ oci_new_descriptor php.net ]

PHP Funktion
db2_connect ( phplist Code 25% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_connect -- Returns a connection to a database
Vorschau
... to the database. password The password with which you are connecting to the database. username The username with which you are connecting to the database. For uncataloged connections, you must pass a NULL value or empty string. password The password with which you are connecting to the database. For uncataloged connections, you must pass a NULL value or empty string. options An associative array of connection options that affect the ...
PHP Manual
[ db2_connect php.net ]

PHP Funktion
imagecreatefromwbmp ( phplist Code 25% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagecreatefromwbmp -- Create a new image from file or URL
Vorschau
... from file or URL Description resource imagecreatefromwbmp ( string filename ) imagecreatefromwbmp() returns an image identifier representing the image obtained from the given filename. imagecreatefromwbmp() returns an empty string on failure. It also outputs an error message, which unfortunately displays as a broken link in a browser. To ease debugging the following example will produce an error WBMP : Beispiel 1. Example to handle an error ...
PHP Manual
[ imagecreatefromwbmp php.net ]

PHP Funktion
mysqli_info ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_info (no version information might be only in CVS)mysqli->info -- Retrieves information about the most recently executed query
Vorschau
...: 3 Duplicates: 0 Warnings: 0 UPDATE ... Rows matched: 40 Changed: 40 Warnings: 0 Anmerkung: Queries which do not fall into one of the above formats are not supported. In these situations, mysqli_info() will return an empty string. Rückgabewerte A character string representing additional information about the most recently executed query. Siehe auch mysqli_affected_rows() , mysqli_warning_count() und mysqli_num_rows() . Beispiele Beispiel ...
PHP Manual
[ mysqli_info php.net ]

PHP Funktion
ps_findfont ( phplist Code 25% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_findfont -- Loads a font
Vorschau
... by dvips(1) . They contain a font encoding vector (which is currently not used but must be present) and a list of extra ligatures to extend the list of ligatures derived from the afm file. encoding can be NULL or the empty string if the default encoding (TeXBase1) shall be used. If the encoding is set to builtin then there will be no reencoding and the font specific encoding will be used. This is very useful with symbol fonts. embed If ...
PHP Manual
[ ps_findfont php.net ]

PHP Funktion
Accepting Arguments ( phplist Code 25% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...; timeout.tv_usec = conv % 1000000; /* fall-through */ case 4: if (!PZVAL_IS_REF(*args[3])) { php_error(E_WARNING,"error string argument to fsockopen not passed by reference"); } pval_copy_constructor(*args[3]); ZVAL_EMPTY_STRING(*args[3]); /* fall-through */ case 3: if (!PZVAL_IS_REF(*args[2])) { php_error(E_WARNING,"error argument to fsockopen not passed by reference"); return; } ZVAL_LONG(*args[2], 0); break;} convert_to_string_ex(args[0...
PHP Manual
[ Accepting Arguments php.net ]

PHP Funktion
mysqli_error ( phplist Code 24% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_error -- Returns a string description of the last error
Vorschau
... error code the mysqli_error() function will return a string representation of the last error to occur for the database connection represented by the link parameter. If no error has occured, this function will return an empty string. Rückgabewerte A string that describes the error. An empty string if no error occurred. Siehe auch mysqli_connect_errno() , mysqli_connect_error() , mysqli_errno() und mysqli_sqlstate() . Beispiele Beispiel 1. ...
PHP Manual
[ mysqli_error php.net ]

PHP Funktion
px_create_fp ( phplist Code 24% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_create_fp -- Create a new paradox database
Vorschau
..., resource file, array fielddesc ) Create a new paradox database file. The actual file has to be opened before with fopen() . Make sure the file is writable. Anmerkung: Calling this functions issues a warning about an empty tablename which can be safely ignored. Just set the tablename afterwards with px_set_parameter() . Anmerkung: This function is highly experimental, due to insufficient documentation of the paradox file format. Database ...
PHP Manual
[ px_create_fp php.net ]

PHP Funktion
odbc_errormsg ( phplist Code 22% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_errormsg -- Get the last error message
Vorschau
... odbc_errormsg (PHP 4 >= 4.0.5, PHP 5) odbc_errormsg -- Get the last error message Description string odbc_errormsg ( [resource connection_id] ) Returns a string containing the last ODBC error message, or an empty string if there has been no errors. If connection_id is specified, the last state of that connection is returned, else the last state of any connection is returned. This function returns meaningful value only if last ...
PHP Manual
[ odbc_errormsg php.net ]

PHP Funktion
ps_get_buffer ( phplist Code 22% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_get_buffer -- Fetches the full buffer containig the generated PS data
Vorschau
... ps_get_buffer (PECL) ps_get_buffer -- Fetches the full buffer containig the generated PS data Beschreibung string ps_get_buffer ( resource psdoc ) This function is not implemented yet. It will always return an empty string. The idea for a later implementation is to write the contents of the postscript file into an internal buffer if in memory creation is requested, and retrieve the buffer content with this function. Currently, ...
PHP Manual
[ ps_get_buffer php.net ]

PHP Funktion
px_get_record ( phplist Code 22% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_get_record -- Returns record of paradox database
Vorschau
... lower or upper case. If mode is not passed or is 0, then the key will be exactly like the field name. The element values will contain the field values. NULL values will be retained and are different from 0.0, 0 or the empty string. Fields of type PX_FIELD_TIME will be returned as an integer counting the number of milliseconds starting at midnight. A timestamp ( PX_FIELD_TIMESTAMP ) and date ( PX_FIELD_DATE ) are floating point respectively ...
PHP Manual
[ px_get_record php.net ]

PHP Funktion
px_put_record ( phplist Code 22% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_put_record -- Stores record into paradox database
Vorschau
... the field values as e.g. returned by px_retrieve_record() . recpos This optional parameter may be used to specify a record number greater than the current number of records in the database. The function will add as many empty records as needed. There is hardly any need for this parameter. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . px_open_fp px_retrieve_record...
PHP Manual
[ px_put_record php.net ]

PHP Funktion
DOM Functions ( phplist Code 22% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... a new DOMImplementation object Methoden DOMImplementation->createDocument() - Creates a DOM Document object of the specified type with its document element DOMImplementation->createDocumentType() - Creates an empty DOMDocumentType object DOMImplementation->hasFeature() - Test if the DOM implementation implements a specific feature DOMNode Methoden DOMNode->appendChild() - Adds new child at the end of the children DOMNode-&#...
PHP Manual
[ DOM Functions php.net ]

PHP Funktion
import_request_variables ( phplist Code 21% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
import_request_variables -- Import GET/POST/Cookie variables into the global scope
Vorschau
... other variables into the global scope, such as SERVER, consider using extract() . Anmerkung: Although the prefix parameter is optional, you will get an E_NOTICE level error if you specify no prefix, or specify an empty string as a prefix. This is a possible security hazard. Notice level errors are not displayed using the default error reporting level. <?php // This will import GET and POST vars // with an "rvar_" prefix ...
PHP Manual
[ import_request_variables php.net ]

PHP Funktion
mcrypt_enc_get_supported_key_sizes ( phplist Code 21% Relevanz )
Rubrik
Mcrypt Encryption Functions
Kurzform
mcrypt_enc_get_supported_key_sizes -- Returns an array with the supported keysizes of the opened algorithm
Vorschau
... of the opened algorithm Description array mcrypt_enc_get_supported_key_sizes ( resource td ) Returns an array with the key sizes supported by the algorithm specified by the encryption descriptor. If it returns an empty array then all key sizes between 1 and mcrypt_enc_get_key_size() are supported by the algorithm. Beispiel 1. mcrypt_enc_get_supported_key_sizes() example <?php $td = mcrypt_module_open ( 'rijndael-256' , '' , 'ecb...
PHP Manual
[ mcrypt_enc_get_supported_key_sizes php.net ]

PHP Funktion
xml_set_element_handler ( phplist Code 21% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_element_handler -- Set up start and end element handlers
Vorschau
... second parameter, name , contains the name of the element for which this handler is called.If case-folding is in effect for this parser, the element name will be in uppercase letters. If a handler function is set to an empty string, or FALSE , the handler in question is disabled. TRUE is returned if the handlers are set up, FALSE if parser is not a parser. Anmerkung: Anstelle eines Funktionsnamenskann auch ein Array mit einer Objekt-Referenz...
PHP Manual
[ xml_set_element_handler php.net ]

PHP Funktion
Other problems ( phplist Code 21% Relevanz )
Rubrik
Problems?
Kurzform
-----
Vorschau
... case someone already answered someone else who had the same problem as you. The archives are available from the support page on http://www.php.net/support.php . To subscribe to the PHP installation mailing list, send an empty mail to php-install-subscribe@lists.php.net . The mailing list address is php-install@lists.php.net . If you want to get help on the mailing list, please try to be precise and give the necessary details about your ...
PHP Manual
[ Other problems php.net ]

PHP Funktion
PDO-Funktionen ( phplist Code 21% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... commits, der beim Ausführen der Abfrage passiert, gespeichert. <?php $db = new PDO ( 'oci:' , 'scott' , 'tiger' ); $stmt = $db -> prepare ( "insert into images (id, contenttype, imagedata) " . "VALUES (?, ?, EMPTY_BLOB()) RETURNING imagedata INTO ?" ); $id = get_new_id (); // some function to allocate a new ID // assume that we are running as part of a file upload form // You can find more information in the PHP documentation $fp...
PHP Manual
[ PDO-Funktionen php.net ]

PHP Funktion
Tidy Functions ( phplist Code 21% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... node TIDY_NODETYPE_DOCTYPE doctype TIDY_NODETYPE_COMMENT HTML comment TIDY_NODETYPE_PROCINS Processing Instruction TIDY_NODETYPE_TEXT Text TIDY_NODETYPE_START start tag TIDY_NODETYPE_END end tag TIDY_NODETYPE_STARTEND empty tag TIDY_NODETYPE_CDATA CDATA TIDY_NODETYPE_SECTION XML section TIDY_NODETYPE_ASP ASP code TIDY_NODETYPE_JSTE JSTE code TIDY_NODETYPE_PHP PHP code TIDY_NODETYPE_XMLDECL XML declaration Beispiele This simple example shows...
PHP Manual
[ Tidy Functions php.net ]

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

PHP Funktion
hw_Modifyobject ( phplist Code 20% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_Modifyobject -- Modifies object record
Vorschau
...be an array, a string or anything else. If it is an array each attribute value is constructed by the key of each element plus a colon and the value of each element. If it is a string it is taken as the attribute value. An empty string will result in a complete removal of that attribute. If the value is neither a string nor an array but something else, e.g. an integer, no operation at all will be performed on the attribute. This is necessary if ...
PHP Manual
[ hw_Modifyobject php.net ]

PHP Funktion
xml_set_unparsed_entity_decl_handler ( phplist Code 20% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_unparsed_entity_decl_handler -- Set up unparsed entity declaration handler
Vorschau
... handler. entity_name The name of the entity that is about to be defined. base This is the base for resolving the system identifier ( systemId ) of the external entity.Currently this parameter will always be set to an empty string. system_id System identifier for the external entity. public_id Public identifier for the external entity. notation_name Name of the notation of this entity (see xml_set_notation_decl_handler() ). If a handler ...
PHP Manual
[ xml_set_unparsed_entity_decl_handler php.net ]

PHP Funktion
Extending PHP 3 ( phplist Code 20% Relevanz )
Rubrik
PHP und Zend Engine Interna
Kurzform
-----
Vorschau
... of each argument is stored in the pval type field. This type can be any of the following: Tabelle 48-1. PHP Internal Types IS_STRING String IS_DOUBLE Double-precision floating point IS_LONG Long integer IS_ARRAY Array IS_EMPTY None IS_USER_FUNCTION ?? IS_INTERNAL_FUNCTION ?? (if some of these cannot be passed to a function - delete) IS_CLASS ?? IS_OBJECT ?? If you get an argument of one type and would like to use it as another, or if you just ...
PHP Manual
[ Extending PHP 3 php.net ]

PHP Funktion
db2_foreign_keys ( phplist Code 19% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_foreign_keys -- Returns a result set listing the foreign keys for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. If schema is NULL , db2_foreign_keys() matches the schema for the current connection. table-name The name of the table. Rückgabewerte Returns a statement resource ...
PHP Manual
[ db2_foreign_keys php.net ]

PHP Funktion
db2_primary_keys ( phplist Code 19% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_primary_keys -- Returns a result set listing primary keys for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. If schema is NULL , db2_primary_keys() matches the schema for the current connection. table-name The name of the table. Rückgabewerte Returns a statement resource ...
PHP Manual
[ db2_primary_keys php.net ]

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

PHP Funktion
fdf_get_encoding ( phplist Code 19% Relevanz )
Rubrik
Forms Data Format Funktionen
Kurzform
fdf_get_encoding -- Get the value of the /Encoding key
Vorschau
... (PHP 4 >= 4.3.0, PHP 5) fdf_get_encoding -- Get the value of the /Encoding key Description string fdf_get_encoding ( resource fdf_document ) The fdf_get_encoding() returns the value of the /Encoding key. An empty string is returned if the default PDFDocEncoding/Unicode scheme is used. See also fdf_set_encoding() . fdf_get_attachment fdf_get_file...
PHP Manual
[ fdf_get_encoding php.net ]

PHP Funktion
maxdb_stmt_error ( phplist Code 19% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_stmt_error (no version information might be only in CVS)maxdb_stmt->error -- Returns a string description for last statement error
Vorschau
... the statement specified by stmt , maxdb_stmt_error() returns a containing the error message for the most recently invoked statement function that can succeed or fail. Return values A string that describes the error. An empty string if no error occurred. See also maxdb_stmt_errno() , maxdb_stmt_sqlstate() Example Beispiel 1. Object oriented style <?php /* Open a connection */ $maxdb = new maxdb ( "localhost" , "MONA" , "RED" , "DEMODB...
PHP Manual
[ maxdb_stmt_error php.net ]

PHP Funktion
mcrypt_module_get_supported_key_sizes ( phplist Code 19% Relevanz )
Rubrik
Mcrypt Encryption Functions
Kurzform
mcrypt_module_get_supported_key_sizes -- Returns an array with the supported keysizes of the opened algorithm
Vorschau
... keysizes of the opened algorithm Description array mcrypt_module_get_supported_key_sizes ( string algorithm [, string lib_dir] ) Returns an array with the key sizes supported by the specified algorithm. If it returns an empty array then all key sizes between 1 and mcrypt_module_get_algo_key_size() are supported by the algorithm. The optional lib_dir parameter can contain the location where the mode module is on the system. See also ...
PHP Manual
[ mcrypt_module_get_supported_key_sizes php.net ]

PHP Funktion
libxml Functions ( phplist Code 19% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Eigenschaften code - the error's code column - the column where the error occurred. Please note that this property isn't entirely implemented in libxml and therefore 0 is often returned. file - the filename, or empty if the XML was loaded from a string level - the severity of the error (one of the following constants: LIBXML_ERR_WARNING , LIBXML_ERR_ERROR or LIBXML_ERR_FATAL ) line - the line where the error occurred message - the ...
PHP Manual
[ libxml Functions php.net ]

PHP Funktion
Returning Values ( phplist Code 19% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... should be duplicated using estrdup() . RETURN_STRINGL(string, length, duplicate) Returns a string of the specified length; otherwise, behaves like RETURN_STRING . This macro is faster and binary-safe, however. RETURN_EMPTY_STRING() Returns an empty string. RETURN_FALSE Returns Boolean false. RETURN_TRUE Returns Boolean true. Tabelle 46-15. Predefined Macros for Setting the Return Value of a Function Macro Description RETVAL_RESOURCE(...
PHP Manual
[ Returning Values php.net ]

PHP Funktion
db2_conn_errormsg ( phplist Code 18% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_conn_errormsg -- Returns the last connection error message and SQLCODE value
Vorschau
.... Rückgabewerte Returns a string containing the error message and SQLCODE value resulting from a failed connection attempt. If there is no error associated with the last connection attempt, db2_conn_errormsg() returns an empty string. Beispiele Beispiel 1. Retrieving the error message returned by a failed connection attempt The following example demonstrates how to return an error message and SQLCODE value after deliberately passing invalid ...
PHP Manual
[ db2_conn_errormsg php.net ]

PHP Funktion
libxml_get_errors ( phplist Code 18% Relevanz )
Rubrik
libxml Functions
Kurzform
libxml_get_errors -- Retrieve array of errors
Vorschau
...libxml_get_errors -- Retrieve array of errors Beschreibung array libxml_get_errors ( void ) Retrieve array of errors. Rückgabewerte Returns an array with LibXMLError objects if there are any errors in the buffer, or an empty array otherwise. Beispiele Beispiel 1. A libxml_get_errors() example This example demonstrates how to build a simple libxml error handler. <?php libxml_use_internal_errors ( true ); $xmlstr = <<< XML <?...
PHP Manual
[ libxml_get_errors php.net ]

PHP Funktion
mysqli_stmt_error ( phplist Code 18% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_stmt_error (no version information might be only in CVS)mysqli_stmt->error -- Returns a string description for last statement error
Vorschau
... the statement specified by stmt , mysqli_stmt_error() returns a containing the error message for the most recently invoked statement function that can succeed or fail. Rückgabewerte A string that describes the error. An empty string if no error occurred. Siehe auch mysqli_stmt_errno() und mysqli_stmt_sqlstate() . Beispiele Beispiel 1. Object oriented style <?php /* Open a connection */ $mysqli = new mysqli ( "localhost" , "my_user" , "...
PHP Manual
[ mysqli_stmt_error php.net ]

PHP Funktion
Arrays ( phplist Code 18% Relevanz )
Rubrik
Typen
Kurzform
-----
Vorschau
... PHP-Team entscheiden eine e Konstante oder ein Schlüsselwort hinzuzufügen oder Sie könnten eine e Konstante in Ihre Anwendung einfügen. Und dann geraten Sie in Schwierigkeiten. Zum Beispiel können Sie bereits die Wörter empty und default auf diese Art nicht benutzen, weil es speziele Schlüsselwörter sind. Anmerkung: Um es nochmals zu wiederholen, innerhalb eines Strings in doppelten Anführungszeichen ist es zulässig, Array-Indizes ohne Anfü...
PHP Manual
[ Arrays php.net ]

PHP Funktion
Object Aggregation/Composition Functions ( phplist Code 18% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... associated with. When we associate classes statically, one class will contain a reference to an instance of the other class. For example: Beispiel 1. Class association <?php class DateTime { function DateTime () { // empty constructor } function now () { return date ( "Y-m-d H:i:s" ); } } class Report { var $_dt ; // more properties ... function Report () { $this -> _dt = new DateTime (); // initialization code ... } function ...
PHP Manual
[ Object Aggregation/Composition Functions php.net ]

PHP Funktion
Zlib Komprimierungsfunktionen ( phplist Code 18% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., it can be set only before sending any output. This option also accepts integer values instead of boolean "On"/"Off", using this you can set the output buffer size (default is 4KB). Anmerkung: output_handler must be empty if this is set 'On' ! Instead you must use zlib.output_handler. zlib.output_compression_level integer Compression level used for transparent output compression. zlib.output_handler string You cannot specify additional ...
PHP Manual
[ Zlib Komprimierungsfunktionen php.net ]

PHP Funktion
DOMElement->getAttribute() ( phplist Code 17% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttribute() -- Returns value of attribute
Vorschau
... DOMElement { string getAttribute ( string name ) } Gets the value of the attribute with name name for the current node. Parameter Liste name The name of the attribute. Rückgabewerte The value of the attribute, or an empty string if no attribute with the given name is found. Siehe auch DOMElement->hasAttribute() DOMElement->setAttribute() DOMElement->removeAttribute() DOMElement->__construct() DOMElement->...
PHP Manual
[ DOMElement->getAttribute() php.net ]

PHP Funktion
DOMImplementation->createDocumentType() ( phplist Code 17% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMImplementation->createDocumentType() -- Creates an empty DOMDocumentType object
Vorschau
..."> hasFeature()"HREF="function.dom-domimplementation-hasfeature.html"> DOMImplementation->createDocumentType() (no version information, might be only in CVS) DOMImplementation->createDocumentType() -- Creates an empty DOMDocumentType object Beschreibung class DOMImplementation { DOMDocumentType createDocumentType ( [string qualifiedName [, string publicId [, string systemId]]] ) } Creates an empty DOMDocumentType object. Entity ...
PHP Manual
[ DOMImplementation->createDocumentType() php.net ]

PHP Funktion
DomElement->get_attribute() ( phplist Code 17% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
DomElement->get_attribute() -- Returns the value of the given attribute
Vorschau
... of the given attribute Beschreibung class DomElement { string get_attribute ( string name ) } Returns the value of the given attribute in the current element. Since PHP 4.3, if no attribute with given name is found, an empty string is returned. Parameter Liste name The name of the seeked attribute. This parameter is case sensitive. Rückgabewerte Returns the name of the attribute as a string or an empty string if no attribute with the given...
PHP Manual
[ DomElement->get_attribute() php.net ]

PHP Funktion
hw_api->remove ( phplist Code 17% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->remove -- Delete an object
Vorschau
... of the object will be deleted immediately. In removelinks mode all references to and from the objects will be deleted as well. In nonrecursive the deletion is not performed recursive. Removing a collection which is not empty will cause an error. See also hwapi_move() . hw_api_reason->type hw_api->replace...
PHP Manual
[ hw_api->remove php.net ]

PHP Funktion
maxdb_connect_error ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_connect_error -- Returns a string description of the last connect error
Vorschau
...of returning an integer error code the maxdb_connect_error() function will return a string representation of the last error to occur for the last maxdb_connect() call. If no error has occured, this function will return an empty string. Return values A string that describes the error. An empty string if no error occurred. See also maxdb_connect() , maxdb_connect_errno() , maxdb_errno() , maxdb_error() , maxdb_sqlstate() Example Beispiel 1. ...
PHP Manual
[ maxdb_connect_error php.net ]

PHP Funktion
mb_ereg ( phplist Code 17% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_ereg -- Regular expression match with multibyte support
Vorschau
... found. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned. The internal encoding or the character encoding specified in mb_regex_encoding() will be used as character encoding. See also: mb_regex_encoding() , ...
PHP Manual
[ mb_ereg php.net ]

PHP Funktion
mysqli_store_result ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_store_result (no version information might be only in CVS)mysqli->store_result -- Transfers a result set from the last query
Vorschau
... set (if the query was, for example an INSERT statement). This function also returns FALSE if the reading of the result set failed. You can check if you have got an error by checking if mysqli_error() doesn't return an empty string, if mysqli_errno() returns a non zero value, or if mysqli_field_count() returns a non zero value. Also possible reason for this function returning FALSE after successfull call to mysqli_query() can be too large ...
PHP Manual
[ mysqli_store_result php.net ]

PHP Funktion
px_retrieve_record ( phplist Code 17% Relevanz )
Rubrik
Paradox File Access
Kurzform
px_retrieve_record -- Returns record of paradox database
Vorschau
... lower or upper case. If mode is not passed or is 0, then the key will be exactly like the field name. The element values will contain the field values. NULL values will be retained and are different from 0.0, 0 or the empty string. Fields of type PX_FIELD_TIME will be returned as an integer counting the number of milliseconds starting at midnight. A timestamp is a floating point value also counting milliseconds starting at the beginning of ...
PHP Manual
[ px_retrieve_record php.net ]

PHP Funktion
DOM XML Funktionen ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...->result_dump_file() -- Dumps the result from a XSLT-Transformation into a file DomXsltStylesheet->result_dump_mem() -- Dumps the result from a XSLT-Transformation back into a string domxml_new_doc -- Creates new empty XML document domxml_open_file -- Creates a DOM object from an XML file domxml_open_mem -- Creates a DOM object of an XML document domxml_version -- Gets the XML library version domxml_xmltree -- Creates a tree of PHP ...
PHP Manual
[ DOM XML Funktionen php.net ]

PHP Funktion
Oracle 8 Funktionen ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...fetch): $result = OCIResult ( $stmt , $n ); if ( is_object ( $result )) $result = $result -> load (); // For INSERT or UPDATE statement use: $sql = "insert into table (field1, field2) values (field1 = 'value', field2 = empty_clob()) returning field2 into :field2" ; OCIParse ( $conn , $sql ); $clob = OCINewDescriptor ( $conn , OCI_D_LOB ); OCIBindByName ( $stmt , ":field2" , & $clob , - 1 , OCI_B_CLOB ); OCIExecute ( $stmt , OCI_DEFAULT...
PHP Manual
[ Oracle 8 Funktionen php.net ]

PHP Funktion
XMLReader functions ( phplist Code 17% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Depth of the node in the tree starting at 0 hasAttributes bool yes Indicates if node has attributes hasValue bool yes Indicates if node has a text value isDefault bool yes Indicates if attribute is defaulted from DTD isEmptyElement bool yes Indicates if node is an empty element tag localName string yes The local name of the node name string yes The qualified name of the node namespaceURI string yes The URI of the namespace associated with the...
PHP Manual
[ XMLReader functions php.net ]

PHP Funktion
Creating Variables ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... know its length, you can use ZVAL_STRINGL(zval, string, length, duplicate) , which accepts an explicit string length to be set for the new string. This macro is faster than ZVAL_STRING and also binary-safe. To create empty strings, set the string length to 0 and use empty_string as contents: new_string->type = IS_STRING;new_string->value.str.len = 0;new_string->value.str.val = empty_string; Of course, there's a macro for this as...
PHP Manual
[ Creating Variables php.net ]

PHP Funktion
apc_define_constants ( phplist Code 16% Relevanz )
Rubrik
Alternative PHP Cache
Kurzform
apc_define_constants -- Defines a set of constants for later retrieval and mass-definition
Vorschau
...to increase the performance of scripts/applications, this mechanism is provided to streamline the process of mass constant definition. Anmerkung: To remove a set of stored constants (without clearing the entire cache), an empty array may be passed as the constants parameter, effectively clearing the stored value(s). Parameter Liste key The key serves as the name of the constant set being stored. This key is used to retrieve the stored ...
PHP Manual
[ apc_define_constants php.net ]

PHP Funktion
DOMDocument->createElement() ( phplist Code 16% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMDocument->createElement() -- Create new element node
Vorschau
...in Ihrem Dokument nicht sichtbarsein, bis dieser zum Beispiel mit der Funktion DOMNode->appendChild() eingefügt wird. Parameter Liste name The tag name of the element. value The value of the element. By default, an empty element will be created. You can also set the value later with DOMElement->nodeValue . Rückgabewerte Returns a new instance of class DOMElement or FALSE if an error occured. Errors/Exceptions ...
PHP Manual
[ DOMDocument->createElement() php.net ]

PHP Funktion
DOMElement->getAttributeNS() ( phplist Code 16% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMElement->getAttributeNS() -- Returns value of attribute
Vorschau
... of the attribute in namespace namespaceURI with local name localName for the current node. Parameter Liste namespaceURI The namespace URI. localName The local name. Rückgabewerte The value of the attribute, or an empty string if no attribute with the given localName and namespaceURI is found. Siehe auch DOMElement->hasAttributeNS() DOMElement->setAttributeNS() DOMElement->removeAttributeNS() DOMElement->...
PHP Manual
[ DOMElement->getAttributeNS() php.net ]

PHP Funktion
mcal_next_recurrence ( phplist Code 16% Relevanz )
Rubrik
MCAL Funktionen
Kurzform
mcal_next_recurrence -- Returns the next recurrence of the event
Vorschau
... of the event Description int mcal_next_recurrence ( int stream, int weekstart, array next ) mcal_next_recurrence() returns an object filled with the next date the event occurs, on or after the supplied date. Returns empty date field if event does not occur or something is invalid. Uses weekstart to determine what day is considered the beginning of the week. mcal_list_events mcal_open...
PHP Manual
[ mcal_next_recurrence php.net ]

PHP Funktion
mysqli_connect_error ( phplist Code 16% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_connect_error -- Returns a string description of the last connect error
Vorschau
... returning an integer error code the mysqli_connect_error() function will return a string representation of the last error to occur for the last mysqli_connect() call. If no error has occured, this function will return an empty string. Rückgabewerte A string that describes the error. An empty string if no error occurred. Siehe auch mysqli_connect() , mysqli_connect_errno() , mysqli_errno() , mysqli_error() und mysqli_sqlstate() . Beispiele ...
PHP Manual
[ mysqli_connect_error php.net ]

PHP Funktion
php_strip_whitespace ( phplist Code 16% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
php_strip_whitespace -- Return source with stripped comments and whitespace
Vorschau
... of actual code in your scripts compared with the amount of comments. This is similar to using php -w from the commandline . Anmerkung: This function works as described as of PHP 5.0.1. Before this it would only return an empty string. For more information on this bug and its prior behavior, see bug report #29606 . Rückgabewerte The stripped source code will be returned on success, or an empty string on failure. Beispiele Beispiel 1. ...
PHP Manual
[ php_strip_whitespace php.net ]

PHP Funktion
Printing Information ( phplist Code 16% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
...can be used to generate error messages. This function accepts two arguments; the first is the error type (see zend_errors.h ), and the second is the error message. zend_error(E_WARNING, "This function has been called with empty arguments"); Tabelle 46-16 shows a list of possible values (see Abbildung 46-3 ). These values are also referred to in php.ini . Depending on which error type you choose, your messages will be logged. Tabelle 46-16. Zend'...
PHP Manual
[ Printing Information php.net ]

PHP Funktion
db2_column_privileges ( phplist Code 15% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_column_privileges -- Returns a result set listing the columns and associated privileges for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. To match all schemas, pass NULL or an empty string. table-name The name of the table or view. To match all tables in the database, pass NULL or an empty string. ...
PHP Manual
[ db2_column_privileges php.net ]

PHP Funktion
DOMDocument->createElementNS() ( phplist Code 15% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMDocument->createElementNS() -- Create new element node with an associated namespace
Vorschau
... DOMNode->appendChild() eingefügt wird. Parameter Liste namespaceURI The URI of the namespace. qualifiedName The qualified name of the element, as prefix:tagname . value The value of the element. By default, an empty element will be created. You can also set the value later with DOMElement->nodeValue . Rückgabewerte The new DOMElement or FALSE if an error occured. Errors/Exceptions DOM_INVALID_CHARACTER_ERR Raised if ...
PHP Manual
[ DOMDocument->createElementNS() php.net ]

PHP Funktion
floatval ( phplist Code 15% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
floatval -- Konvertiert einen Wert nach float
Vorschau
.... Beispiele Beispiel 1. floatval() -Beispiel <?php $var = '122.34343The' ; $float_value_of_var = floatval ( $var ); echo $float_value_of_var ; // 122.34343 ?> Siehe auch intval() strval() settype() Typen-Tricks empty get_defined_vars...
PHP Manual
[ floatval php.net ]

PHP Funktion
http_get ( phplist Code 15% Relevanz )
Rubrik
HTTP Funktionen
Kurzform
http_get -- Perform GET request
Vorschau
... to start the download from; if the server supports ranges range array array of arrays, each containing two integers, specifying the ranges to download if server support is given; only recognized if the resume option is empty maxfilesize int maximum file size that should be downloaded; has no effect, if the size of the requested entity is lastmodified int timestamp for If-(Un)Modified-Since header etag string quoted etag for If-(None-)Match ...
PHP Manual
[ http_get php.net ]

PHP Funktion
mb_eregi ( phplist Code 15% Relevanz )
Rubrik
Multibyte String Functions
Kurzform
mb_eregi -- Regular expression match ignoring case with multibyte support
Vorschau
... case. If the optional third parameter was specified, the function returns the byte length of matched part, and the array regs will contain the substring of matched string. The functions returns 1 if it matches with the empty string. If no matches found or error happend, FALSE will be returned. The internal encoding or the character encoding specified in mb_regex_encoding() will be used as character encoding. See also: mb_regex_encoding() , ...
PHP Manual
[ mb_eregi php.net ]

PHP Funktion
spl_autoload_functions ( phplist Code 15% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_autoload_functions -- Return all registered __autoload() functions
Vorschau
... ( void ) This function returns an array of all registered __autoload functions. If the autoload stack is not activated then the return value is false. If no function is registered the return value will be an empty array. spl_autoload_extensions spl_autoload_register...
PHP Manual
[ spl_autoload_functions php.net ]

PHP Funktion
xml_set_external_entity_ref_handler ( phplist Code 15% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_external_entity_ref_handler -- Set up external entity reference handler
Vorschau
...for the parse of this entity (including the name of the referenced entity). base This is the base for resolving the system identifier ( system_id ) of the external entity.Currently this parameter will always be set to an empty string. system_id The fourth parameter, system_id , is the system identifier as specified in the entity declaration. public_id The fifth parameter, public_id , is the public identifier as specified in the entity ...
PHP Manual
[ xml_set_external_entity_ref_handler php.net ]

PHP Funktion
XMLWriter->flush() ( phplist Code 15% Relevanz )
Rubrik
XMLWriter Functions
Kurzform
XMLWriter->flush() -- Flush current buffer
Vorschau
...-full-end-element.html"> XMLWriter->flush() (no version information, might be only in CVS) XMLWriter->flush() -- Flush current buffer Beschreibung Object oriented style: class XMLWriter { mixed flush ( [bool empty] ) } Procedural style: mixed xmlwriter_flush ( resource xmlwriter [, bool empty] ) Flushes the current buffer. Parameter Liste xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This ...
PHP Manual
[ XMLWriter->flush() php.net ]

PHP Funktion
DOMImplementation->createDocument() ( phplist Code 14% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMImplementation->createDocument() -- Creates a DOMDocument object of the specified type with its document element
Vorschau
... name of the document element to create. doctype The type of document to create or NULL . Rückgabewerte A new DOMDocument object. If namespaceURI , qualifiedName , and doctype are null, the returned DOMDocument is empty with no document element Errors/Exceptions DOM_WRONG_DOCUMENT_ERR Raised if doctype has already been used with a different document or was created from a different implementation. DOM_NAMESPACE_ERR Raised if there is ...
PHP Manual
[ DOMImplementation->createDocument() php.net ]

PHP Funktion
doubleval ( phplist Code 14% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
doubleval -- Alias von floatval()
Vorschau
... -- Alias von floatval() Beschreibung This function is an alias of: floatval() . ChangeLog Version Beschreibung 4.2.0 doubleval() wurde zum Alias für floatval() . Davor gab es nur doubleval() . debug_zval_dump empty...
PHP Manual
[ doubleval php.net ]

PHP Funktion
PDO->setAttribute() ( phplist Code 14% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDO->setAttribute() -- Set an attribute
Vorschau
...PDO::ERRMODE_SILENT : Just set error codes. PDO::ERRMODE_WARNING : Raise E_WARNING . PDO::ERRMODE_EXCEPTION : Throw exceptions . PDO::ATTR_ORACLE_NULLS (available with all drivers, not just Oracle): Conversion of NULL and empty strings. PDO::NULL_NATURAL : No conversion. PDO::NULL_EMPTY_STRING : Empty string is converted to NULL . PDO::NULL_TO_STRING : NULL is converted to an empty string. PDO::ATTR_STRINGIFY_FETCHES : Convert numeric values to ...
PHP Manual
[ PDO->setAttribute() php.net ]

PHP Funktion
SAMConnection->error ( phplist Code 14% Relevanz )
Rubrik
SAM - Simple Asynchronous Messaging
Kurzform
SAMConnection->error -- Contains the text description of the last failed SAM operation.
Vorschau
.... Description class SAMConnection { string error } error() Contains the text description of the last failed SAM operation on this connection. If the last operation completed successfully this property contains an empty string. Rückgabewerte A string containing the text description of the last error type encountered on the connection. An empty string indicates that the last operation on this connection completed successfully. Siehe auch...
PHP Manual
[ SAMConnection->error php.net ]

PHP Funktion
spl_autoload_unregister ( phplist Code 14% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
spl_autoload_unregister -- Unregister given function as __autoload() implementation
Vorschau
...Unregister given function as __autoload() implementation Description bool spl_autoload_unregister ( mixed autoload_function ) Unregister a function from the spl provided __autoload stack. If the stack is activated and empty after unregistering the given function then it will be deactivated. When unregistering is successful the return value is true and upon failure false is being returned. When this function results in the autoload stack ...
PHP Manual
[ spl_autoload_unregister php.net ]

PHP Funktion
swf_shapefillbitmapclip ( phplist Code 14% Relevanz )
Rubrik
Shockwave Flash Funktionen
Kurzform
swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap
Vorschau
...swf_shapefillbitmapclip swf_shapefillbitmapclip (PHP 4, PECL) swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap Description void swf_shapefillbitmapclip ( int bitmapid ) Sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter. swf_shapecurveto swf_shapefillbitmaptile...
PHP Manual
[ swf_shapefillbitmapclip php.net ]

PHP Funktion
xml_set_default_handler ( phplist Code 14% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_default_handler -- Set up default handler
Vorschau
.... data The second parameter, data , contains the character data.This may be the XML declaration, document type declaration, entities or other data for which no other handler exists. If a handler function is set to an empty string, or FALSE , the handler in question is disabled. TRUE is returned if the handler is set up, FALSE if parser is not a parser. Anmerkung: Anstelle eines Funktionsnamenskann auch ein Array mit einer Objekt-Referenz ...
PHP Manual
[ xml_set_default_handler php.net ]

PHP Funktion
yaz_error ( phplist Code 14% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_error -- Returns error description
Vorschau
... error number as returned by yaz_errno() . Parameter Liste id The connection resource returned by yaz_connect() . Rückgabewerte Returns an error text message for server (last request), identified by parameter id . An empty string is returned if the last operation was successful. Siehe auch yaz_errno() yaz_addinfo() yaz_errno yaz_es_result...
PHP Manual
[ yaz_error php.net ]

PHP Funktion
db2_columns ( phplist Code 13% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_columns -- Returns a result set listing the columns and associated metadata for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. To match all schemas, pass '%' . table-name The name of the table or view. To match all tables in the database, pass NULL or an empty string. column-name The name of...
PHP Manual
[ db2_columns php.net ]

PHP Funktion
db2_tables ( phplist Code 13% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_tables -- Returns a result set listing the tables and associated metadata in a database
Vorschau
.... Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. This parameter accepts a search pattern containing _ and % as wildcards. table-name The name of the table. This parameter accepts a search pattern containing _ and % ...
PHP Manual
[ db2_tables php.net ]

PHP Funktion
DOMText->__construct() ( phplist Code 13% Relevanz )
Rubrik
DOM Functions
Kurzform
DOMText->__construct() -- Creates a new DOMText object
Vorschau
...->__construct() -- Creates a new DOMText object Beschreibung class DOMText { __construct ( [string value] ) } Creates a new DOMText object. Parameter Liste value The value of the text node. If not supplied an empty text node is created. Beispiele Beispiel 1. Creating a new DOMText <?php $dom = new DOMDocument ( '1.0' , 'iso-8859-1' ); $element = $dom -> appendChild (new DOMElement ( 'root' )); $text = $element -> ...
PHP Manual
[ DOMText->__construct() php.net ]

PHP Funktion
filter_list ( phplist Code 13% Relevanz )
Rubrik
Filter Functions
Kurzform
filter_list -- Returns a list of all supported filters
Vorschau
...filter_list (no version information, might be only in CVS) filter_list -- Returns a list of all supported filters Beschreibung array filter_list ( void ) Rückgabewerte Returns an array of names of all supported filters, empty array if there are no such filters. Indexes of this array are not filter IDs, they can be obtained with filter_id() from a name instead. Beispiele Beispiel 1. A filter_list() example <?php print_r ( filter_list...
PHP Manual
[ filter_list php.net ]

PHP Funktion
maxdb_error ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_error -- Returns a string description of the last error
Vorschau
... error code the maxdb_error() function will return a string representation of the last error to occur for the database connection represented by the link parameter. If no error has occured, this function will return an empty string. Return values A string that describes the error. An empty string if no error occurred. See also maxdb_connect_errno() , maxdb_connect_error() , maxdb_errno() , maxdb_sqlstate() Example Beispiel 1. Object ...
PHP Manual
[ maxdb_error php.net ]

PHP Funktion
maxdb_info ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_info (no version information might be only in CVS)maxdb->info -- Retrieves information about the most recently executed query
Vorschau
...: 3 Duplicates: 0 Warnings: 0 UPDATE ... Rows matched: 40 Changed: 40 Warnings: 0 Anmerkung: Queries which do not fall into one of the above formats are not supported. In these situations, maxdb_info() will return an empty string. Rückgabewerte A character string representing additional information about the most recently executed query. Siehe auch maxdb_affected_rows() , maxdb_warning_count() , maxdb_num_rows() Example Beispiel 1. Object...
PHP Manual
[ maxdb_info php.net ]

PHP Funktion
odbc_error ( phplist Code 13% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_error -- Get the last error code
Vorschau
...odbc_error odbc_error (PHP 4 >= 4.0.5, PHP 5) odbc_error -- Get the last error code Description string odbc_error ( [resource connection_id] ) Returns a six-digit ODBC state, or an empty string if there has been no errors. If connection_id is specified, the last state of that connection is returned, else the last state of any connection is returned. This function returns meaningful value only if last ...
PHP Manual
[ odbc_error php.net ]

PHP Funktion
odbc_tables ( phplist Code 13% Relevanz )
Rubrik
ODBC Funktionen
Kurzform
odbc_tables -- Get the list of table names stored in a specific data source
Vorschau
... enumeration of qualifiers, owners, and table types, the following special semantics for the qualifier , owner , name , and table_type are available: If qualifier is a single percent character (%) and owner and name are empty strings, then the result set contains a list of valid qualifiers for the data source. (All columns except the TABLE_QUALIFIER column contain NULLs.) If owner is a single percent character (%) and qualifier and name are ...
PHP Manual
[ odbc_tables php.net ]

PHP Funktion
SDO_DAS_Relational::executePreparedQuery ( phplist Code 13% Relevanz )
Rubrik
SDO Relational Data Access Service Functions
Kurzform
SDO_DAS_Relational::executePreparedQuery -- Executes an SQL query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graph.
Vorschau
... the values to be substituted into the SQL statement in place of the placeholders. In the event that there are no placeholders or parameter markers in the SQL statement then this argument can be specified as NULL or as an empty array; column_specifier The Relational DAS needs to examine the result set and for every column, know which table and which column of that table it came from. In some circumstances it can find this information for itself...
PHP Manual
[ SDO_DAS_Relational::executePreparedQuery php.net ]

PHP Funktion
SDO_DAS_XML::createDocument ( phplist Code 13% Relevanz )
Rubrik
SDO XML Data Access Service Functions
Kurzform
SDO_DAS_XML::createDocument -- Creates an XML Document object from scratch without the need to load a document from a file or string.
Vorschau
... was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes Risiko. Creates an XML Document object. This will contain just one empty root element on which none of the properties will have been set. The purpose of this call is to allow an application to create an XML document from scratch without the need to load a document from a file or string. The ...
PHP Manual
[ SDO_DAS_XML::createDocument php.net ]

PHP Funktion
variant_add ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_add -- "Adds" two variant values together and returns the result
Vorschau
... is a string type and the other a character Addition One expression is numeric and the other is a string Addition Both expressions are numeric Addition Either expression is NULL NULL is returned Both expressions are empty Integer subtype is returned See also variant_sub() . Anmerkung: As with all the variant arithmetic functions, the parameters for this function can be either a PHP native type (integer, string, floating point, boolean or ...
PHP Manual
[ variant_add php.net ]

PHP Funktion
variant_div ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_div -- Returns the result from dividing two variants
Vorschau
... double is returned One expression is numeric and the other is a string Division and a double is returned. Both expressions are numeric Division and a double is returned Either expression is NULL NULL is returned right is empty and left is anything but empty A com_exception with code DISP_E_DIVBYZERO is thrown left is empty and right is anything but empty. 0 as type double is returned Both expressions are empty A com_exception with code ...
PHP Manual
[ variant_div php.net ]

PHP Funktion
variant_mul ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_mul -- multiplies the values of the two variants and returns the result
Vorschau
... type and the other a character Multiplication One expression is numeric and the other is a string Multiplication Both expressions are numeric Multiplication Either expression is NULL NULL is returned Both expressions are empty Empty string is returned Boolean values are converted to -1 for FALSE and 0 for TRUE . See also variant_div() , variant_idiv() . Anmerkung: As with all the variant arithmetic functions, the parameters for this function ...
PHP Manual
[ variant_mul php.net ]

PHP Funktion
variant_sub ( phplist Code 13% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_sub -- subtracts the value of the right variant from the left variant value and returns the result
Vorschau
...a string type and the other a character Subtraction One expression is numeric and the other is a string Subtraction. Both expressions are numeric Subtraction Either expression is NULL NULL is returned Both expressions are empty Empty string is returned See also variant_add() . Anmerkung: As with all the variant arithmetic functions, the parameters for this function can be either a PHP native type (integer, string, floating point, boolean or ...
PHP Manual
[ variant_sub php.net ]

PHP Funktion
yaz_addinfo ( phplist Code 13% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_addinfo -- Returns additional error information
Vorschau
...With some servers, this function may return the same string as yaz_error() . Parameter Liste id The connection resource returned by yaz_connect() . Rückgabewerte A string containing additional error information or an empty string if the last operation was successful or if no additional information was provided by the server. Siehe auch yaz_error() yaz_errno() YAZ Functions yaz_ccl_conf...
PHP Manual
[ yaz_addinfo php.net ]

PHP Funktion
yaz_record ( phplist Code 13% Relevanz )
Rubrik
YAZ Functions
Kurzform
yaz_record -- Returns a record
Vorschau
... is returned as a string. array The record is returned as an array that reflects the GRS-1 structure. This type is suitable for MARC and GRS-1. XML, SUTRS are not supported and if the actual record is XML or SUTRS an empty string will be returned. The array returned consists of a list corresponding to each leaf/internal node of GRS-1. Each list item consists a sub list with first element path and data (if data is available). The path ...
PHP Manual
[ yaz_record php.net ]

PHP Funktion
variant_idiv ( phplist Code 12% Relevanz )
Rubrik
COM Support Funktionen für Windows
Kurzform
variant_idiv -- Converts variants to integers and then returns the result from dividing them
Vorschau
... is a string type and the other a character Division One expression is numeric and the other is a string Division Both expressions are numeric Division Either expression is NULL NULL is returned Both expressions are empty A com_exception with code DISP_E_DIVBYZERO is thrown See also variant_div() . Anmerkung: As with all the variant arithmetic functions, the parameters for this function can be either a PHP native type (integer, string, ...
PHP Manual
[ variant_idiv php.net ]

PHP Funktion
xml_set_notation_decl_handler ( phplist Code 12% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_notation_decl_handler -- Set up notation declaration handler
Vorschau
... is the notation's name , as per the notation format described above. base This is the base for resolving the system identifier ( system_id ) of the notation declaration. Currently this parameter will always be set to an empty string. system_id System identifier of the external notation declaration. public_id Public identifier of the external notation declaration. If a handler function is set to an empty string, or FALSE , the handler in ...
PHP Manual
[ xml_set_notation_decl_handler php.net ]

PHP Funktion
XMLReader->getAttribute() ( phplist Code 12% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->getAttribute() -- Get the value of a named attribute
Vorschau
... information, might be only in CVS) XMLReader->getAttribute() -- Get the value of a named attribute Beschreibung class XMLReader { string getAttribute ( string name ) } Returns the value of a named attribute or an empty string if attribute does not exist or not positioned on an element node. Parameter Liste name The name of the attribute. Rückgabewerte The value of the attribute, or an empty string if no attribute with the given name ...
PHP Manual
[ XMLReader->getAttribute() php.net ]

PHP Funktion
db2_conn_error ( phplist Code 11% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_conn_error -- Returns a string containing the SQLSTATE returned by the last connection attempt
Vorschau
...connection A connection resource associated with a connection that initially succeeded, but which over time became invalid. Rückgabewerte Returns the SQLSTATE value resulting from a failed connection attempt. Returns an empty string if there is no error associated with the last connection attempt. Beispiele Beispiel 1. Retrieving an SQLSTATE value for a failed connection attempt The following example demonstrates how to return an SQLSTATE ...
PHP Manual
[ db2_conn_error php.net ]

PHP Funktion
db2_procedures ( phplist Code 11% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_procedures -- Returns a result set listing the stored procedures registered in a database
Vorschau
.... Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the procedures. This parameter accepts a search pattern containing _ and % as wildcards. procedure The name of the procedure. This parameter accepts a search pattern containing _...
PHP Manual
[ db2_procedures php.net ]

PHP Funktion
db2_statistics ( phplist Code 11% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_statistics -- Returns a result set listing the index and statistics for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema that contains the targeted table. If this parameter is NULL , the statistics and indexes are returned for the schema of the current user. table_name The name of the table. unique An integer ...
PHP Manual
[ db2_statistics php.net ]

PHP Funktion
domxml_new_doc ( phplist Code 11% Relevanz )
Rubrik
DOM XML Funktionen
Kurzform
domxml_new_doc -- Creates new empty XML document
Vorschau
...domxml_new_doc result_dump_mem()"HREF="function.domxsltstylesheet-result-dump-mem.html"> domxml_new_doc (PHP 4 >= 4.2.1, PECL) domxml_new_doc -- Creates new empty XML document Beschreibung DomDocument domxml_new_doc ( string version ) Creates a new Dom document from scratch and returns it. Parameter Liste version The XML version number of the document. Rückgabewerte Returns a ...
PHP Manual
[ domxml_new_doc php.net ]

PHP Funktion
PDO->getAvailableDrivers() ( phplist Code 11% Relevanz )
Rubrik
PDO-Funktionen
Kurzform
PDO->getAvailableDrivers() -- Return an array of available PDO drivers
Vorschau
... which can be used in DSN parameter of PDO->__construct() . This is a static method. Rückgabewerte PDO->getAvailableDrivers() returns an array of PDO driver names. If no drivers are available, it returns an empty array. Beispiele Beispiel 1. A PDO->getAvailableDrivers() example <?php print_r ( PDO :: getAvailableDrivers ()); ?> Das oben gezeigte Beispiel erzeugteine ähnliche Ausgabe wie: Array( [0] => mysql [1] =&#...
PHP Manual
[ PDO->getAvailableDrivers() php.net ]

PHP Funktion
ps_show_boxed ( phplist Code 11% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_show_boxed -- Output text in a box
Vorschau
...be hyphenated if the parameter hyphenation is set to true and the parameter hyphendict contains a valid filename for a hyphenation file. The line spacing is taken from the value leading . Paragraphs can be separated by an empty line just like in TeX. If the value parindent is set to value > 0.0 then the first n lines will be indented. The number n of lines is set by the parameter numindentlines . In order to prevent indenting of the first m ...
PHP Manual
[ ps_show_boxed php.net ]

PHP Funktion
stream_select ( phplist Code 11% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_select -- Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
Vorschau
...timeout value is the maximum time that will elapse; stream_select() will return as soon as the requested streams are ready for use. You do not need to pass every array to stream_select() . You can leave it out and use an empty array or NULL instead. Also do not forget that those arrays are passed by reference and will be modified after stream_select() returns. This example checks to see if data has arrived for reading on either $stream1 or $...
PHP Manual
[ stream_select php.net ]

PHP Funktion
xml_set_character_data_handler ( phplist Code 11% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_character_data_handler -- Set up character data handler
Vorschau
..., string data ) parser The first parameter, parser , is a reference to the XML parser calling the handler. data The second parameter, data , contains the character data as a string. If a handler function is set to an empty string, or FALSE , the handler in question is disabled. TRUE is returned if the handler is set up, FALSE if parser is not a parser. Anmerkung: Anstelle eines Funktionsnamenskann auch ein Array mit einer Objekt-Referenz ...
PHP Manual
[ xml_set_character_data_handler php.net ]

PHP Funktion
XMLReader->getAttributeNo() ( phplist Code 11% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->getAttributeNo() -- Get the value of an attribute by index
Vorschau
...be only in CVS) XMLReader->getAttributeNo() -- Get the value of an attribute by index Beschreibung class XMLReader { string getAttributeNo ( int index ) } Returns the value of an attribute based on its position or an empty string if attribute does not exist or not positioned on an element node. Parameter Liste index The position of the attribute. Rückgabewerte The value of the attribute, or an empty string if no attribute exists at index...
PHP Manual
[ XMLReader->getAttributeNo() php.net ]

PHP Funktion
XMLReader->getAttributeNS() ( phplist Code 11% Relevanz )
Rubrik
XMLReader functions
Kurzform
XMLReader->getAttributeNS() -- Get the value of an attribute by localname and URI
Vorschau
...() -- Get the value of an attribute by localname and URI Beschreibung class XMLReader { string getAttributeNS ( string localName, string namespaceURI ) } Returns the value of an attribute by name and namespace URI or an empty string if attribute does not exist or not positioned on an element node. Parameter Liste localName The local name. namespaceURI The namespace URI. Rückgabewerte The value of the attribute, or an empty string if no ...
PHP Manual
[ XMLReader->getAttributeNS() php.net ]

PHP Funktion
DB++ Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... DBPLUS_ERR_NOERR ( integer ) ERR_NOERR Null error condition DBPLUS_ERR_DUPLICATE ( integer ) ERR_DUPLICATE Tried to insert a duplicate tuple DBPLUS_ERR_EOSCAN ( integer ) ERR_EOSCAN End of scan from rget() DBPLUS_ERR_EMPTY ( integer ) ERR_EMPTY Relation is empty (server) DBPLUS_ERR_CLOSE ( integer ) ERR_CLOSE The server can't close DBPLUS_ERR_WLOCKED ( integer ) ERR_WLOCKED The record is write locked DBPLUS_ERR_LOCKED ( integer ) ...
PHP Manual
[ DB++ Functions php.net ]

PHP Funktion
SDO Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... to automatically generate a user interface for populating a data object. The model information is accessed using reflection. Beispiel 21. Reflecting on a Data Object The following example shows how we can reflect on an empty Employee data object. <?php // Create the employee data object (e.g. from an XML Data Access Service) $employee = ...; $reflection = new SDO_Model_ReflectionDataObject ( $employee ); print( $reflection ); ?> Das ...
PHP Manual
[ SDO Functions php.net ]

PHP Funktion
Runkit_Sandbox ( phplist Code 11% Relevanz )
Rubrik
runkit Functions
Kurzform
Runkit_Sandbox -- Runkit Sandbox Class -- PHP Virtual Machine
Vorschau
...... 0 (Global) parent_scope String When parent_scope is set to a string value, it refers to a named array variable in the global scope. If the named variable does not exist at the time of access it will be created as an empty array. If the variable exists but it not an array, a dummy array will be created containing a reference to the named global variable. runkit Functions Runkit_Sandbox_Parent...
PHP Manual
[ Runkit_Sandbox php.net ]

PHP Funktion
sqlite_fetch_all ( phplist Code 10% Relevanz )
Rubrik
SQLite
Kurzform
sqlite_fetch_all (no version information might be only in CVS)SQLiteResult->fetchAll (no version information might be only in CVS)SQLiteUnbuffered->fetchAll -- Fetches all rows from a result set as an array of arrays
Vorschau
... an array of the remaining rows in a result set. If called right after sqlite_query() , it returns all rows. If called after sqlite_fetch_array() , it returns the rest. If there are no rows in a result set, it returns an empty array. The column names returned by SQLITE_ASSOC and SQLITE_BOTH will becase-folded according to the value of the sqlite.assoc_case configurationoption. Beispiele Beispiel 1. Procedural example <?php $dbhandle = ...
PHP Manual
[ sqlite_fetch_all php.net ]

PHP Funktion
SDO XML Data Access Service Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...SDO_Exception $e ) { print( "Problem creating an XML document: " . $e -> getMessage ()); } ?> The createDocument() method on the XML DAS returns a document object with a single root data object corresponding to an empty document element. The element name of the document element is known from the schema file. If there is any ambiguity about what the document element is, as there can be when more than one schema has been loaded into the ...
PHP Manual
[ SDO XML Data Access Service Functions php.net ]

PHP Funktion
OCI-Lob->size ( phplist Code 9% Relevanz )
Rubrik
Oracle 8 Funktionen
Kurzform
OCI-Lob->size -- Returns size of large object
Vorschau
...->size (no version information, might be only in CVS) OCI-Lob->size -- Returns size of large object Beschreibung class OCI-Lob { int size ( void ) } Returns length of large object value or FALSE in case of error. Empty objects have zero length. OCI-Lob->setBuffering OCI-Lob->tell...
PHP Manual
[ OCI-Lob->size php.net ]

PHP Funktion
SDO_DAS_Relational::createRootDataObject ( phplist Code 9% Relevanz )
Rubrik
SDO Relational Data Access Service Functions
Kurzform
SDO_DAS_Relational::createRootDataObject -- Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch.
Vorschau
...SDO_DAS_Relational::createRootDataObject SDO_DAS_Relational::createRootDataObject (no version information, might be only in CVS) SDO_DAS_Relational::createRootDataObject -- Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch. Beschreibung SDODataObject SDO_DAS_Relational::createRootDataObject ( void ) Warnung Diese Funktion ist EXPERIMENTELL . Das Verhalten, der Funktionsname und ...
PHP Manual
[ SDO_DAS_Relational::createRootDataObject php.net ]

PHP Funktion
xml_set_processing_instruction_handler ( phplist Code 9% Relevanz )
Rubrik
XML Parser Functions
Kurzform
xml_set_processing_instruction_handler -- Set up processing instruction (PI) handler
Vorschau
..., parser , is a reference to the XML parser calling the handler. target The second parameter, target , contains the PI target. data The third parameter, data , contains the PI data. If a handler function is set to an empty string, or FALSE , the handler in question is disabled. TRUE is returned if the handler is set up, FALSE if parser is not a parser. Anmerkung: Anstelle eines Funktionsnamenskann auch ein Array mit einer Objekt-Referenz ...
PHP Manual
[ xml_set_processing_instruction_handler php.net ]

PHP Funktion
db2_procedure_columns ( phplist Code 8% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_procedure_columns -- Returns a result set listing stored procedure parameters
Vorschau
.... Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the procedures. This parameter accepts a search pattern containing _ and % as wildcards. procedure The name of the procedure. This parameter accepts a search pattern containing _...
PHP Manual
[ db2_procedure_columns php.net ]

PHP Funktion
db2_special_columns ( phplist Code 8% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_special_columns -- Returns a result set listing the unique row identifier columns for a table
Vorschau
... table. Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. table_name The name of the table. scope Integer value representing the minimum duration for which the unique row identifier is valid. This can be one of the ...
PHP Manual
[ db2_special_columns php.net ]

PHP Funktion
db2_table_privileges ( phplist Code 8% Relevanz )
Rubrik
IBM DB2 Cloudscape and Apache Derby Functions
Kurzform
db2_table_privileges -- Returns a result set listing the tables and associated privileges in a database
Vorschau
.... Parameter Liste connection A valid connection to an IBM DB2, Cloudscape, or Apache Derby database. qualifier A qualifier for DB2 databases running on OS/390 or z/OS servers. For other databases, pass NULL or an empty string. schema The schema which contains the tables. This parameter accepts a search pattern containing _ and % as wildcards. table_name The name of the table. This parameter accepts a search pattern containing _ and % ...
PHP Manual
[ db2_table_privileges php.net ]

PHP Funktion
php_ini_scanned_files ( phplist Code 8% Relevanz )
Rubrik
PHP Optionen & Informationen
Kurzform
php_ini_scanned_files -- Return a list of .ini files parsed from the additional ini dir
Vorschau
...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 was set and the directory was empty, an empty string is returned. If a file is unrecognizable, the file will still make it into the returned string but a PHP error will also result. This PHP error will be seen both at compile time and while using ...
PHP Manual
[ php_ini_scanned_files php.net ]

PHP Funktion
stream_context_create ( phplist Code 8% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_context_create -- Create a streams context
Vorschau
...]] ) Creates and returns a stream context with any options supplied in options preset. options must be an associative array of associative arrays in the format $arr['wrapper']['option'] = $value . It defaults to an empty array. params must be an associative array in the format $arr['parameter'] = $value . Refer to stream_context_set_params() for a listing of standard stream parameters. Anmerkung: The params argument was added to PHP 6.0....
PHP Manual
[ stream_context_create php.net ]

PHP Funktion
SDO Relational Data Access Service Functions ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... Data objects can only be created when you have a data object to start with, however. It is for that reason that the first call to the Relational DAS here is to obtain a root object. This is in effect how to ask for an empty data graph - the special root object is the true root of the tree. The company data object is then created with a call to createDataObject() on the root object. This creates the company data object and inserts it in the ...
PHP Manual
[ SDO Relational Data Access Service Functions php.net ]

PHP Funktion
List of Parser Tokens ( phplist Code 8% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
... parsed syntax T_DOUBLE_ARROW => array syntax T_DOUBLE_CAST (real), (double) or (float) type-casting T_DOUBLE_COLON :: see T_PAAMAYIM_NEKUDOTAYIM below T_ECHO echo echo() T_ELSE else else T_ELSEIF elseif elseif T_EMPTY empty empty() T_ENCAPSED_AND_WHITESPACE T_ENDDECLARE enddeclare declare , alternative syntax T_ENDFOR endfor for , alternative syntax T_ENDFOREACH endforeach foreach , alternative syntax T_ENDIF endif if , alternative ...
PHP Manual
[ List of Parser Tokens php.net ]

PHP Funktion
stream_wrapper_register ( phplist Code 7% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_wrapper_register -- Register a URL wrapper implemented as a PHP class
Vorschau
... return up-to count bytes of data from the current read/write position as a string. If there are less than count bytes available, return as many as are available. If no more data is available, return either FALSE or an empty string. You must also update the read/write position of the stream by the number of bytes that were successfully read. int stream_write ( string data ) This method is called in response to fwrite() calls on the stream. ...
PHP Manual
[ stream_wrapper_register php.net ]

PHP Funktion
API Function and Macro reference (work in progress) ( phplist Code 7% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... -- ... zend_get_scanned_file_offset -- ... zend_get_std_object_handlers -- ... zend_get_unified_string_type -- ... zend_get_user_opcode_handler -- ... zend_get_zval_ptr_ptr -- ... zend_get_zval_ptr -- ... zend_hash_add_empty_element -- ... zend_hash_add -- ... zend_hash_apply_with_argument -- ... zend_hash_apply_with_arguments -- ... zend_hash_apply -- ... zend_hash_clean -- ... zend_hash_compare -- ... zend_hash_copy -- ... ...
PHP Manual
[ API Function and Macro reference (work in progress) php.net ]

PHP Funktion
Funktionen zur Behandlung von Variablen ( phplist Code 5% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... Resource-Typen. Vordefinierte Konstanten Diese Erung definiert keine Konstanten. Inhaltsverzeichnis debug_zval_dump -- Dumps a string representation of an internal zend value to output doubleval -- Alias von floatval() empty -- Prüft, ob eine Variable einen Wert enthält floatval -- Konvertiert einen Wert nach float get_defined_vars -- Gibt ein Array aller definierten Variablen get_resource_type -- Returns the resource type gettype -- Liefert...
PHP Manual
[ Funktionen zur Behandlung von Variablen php.net ]

PHP Funktion
glob ( phplist Code 0% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
glob -- Find pathnames matching a pattern
Vorschau
... to the rules used by the libc glob() function, which is similar to the rules used by common shells. No tilde expansion or parameter substitution is done. Returns an array containing the matched files/directories, an empty array if no file matched or FALSE on error. Valid flags: GLOB_MARK - Adds a slash to each item returned GLOB_NOSORT - Return files as they appear in the directory (no sorting) GLOB_NOCHECK - Return the search pattern ...
PHP Manual
[ glob php.net ]