link PHP Funktionen : PHP Übersicht : PHP Manual

link

PHP Function link / PHP Funktion link

phplist » Webkatalog Script - Link Script » PHP Function Coder » link
PHP Funktion
link ( phplist Code 100% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
link -- Erzeugt einen absoluten Link
Vorschau
...link link (PHP 3, PHP 4, PHP 5) link -- Erzeugt einen absoluten Link Beschreibung int link ( string target, string link ) link() erzeugt einen absoluten Link mit dem Ziel target . Siehe auch symlink() um symbolische Links zu erstellen und readlink() zusammen mit linkinfo() . lchown linkinfo...
PHP Manual
[ link php.net ]

PHP Funktion
is_link ( phplist Code 73% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
is_link -- Prüft ob der Dateiname ein symbolischer Link ist
Vorschau
...is_link is_link (PHP 3, PHP 4, PHP 5) is_link -- Prüft, ob der Dateiname ein symbolischer Link ist Beschreibung bool is_link ( string filename ) Gibt TRUE , wenn der Dateiname existiert und es sich um einen symbolischen Link handelt. Anmerkung: Die Ergebnisse dieser Funktionwerden gecached. e Details erhalten Sie bei clearstatcache() . Anmerkung: Diese Funktion kann nicht mit entfernten Dateien arbeiten, dader Zugriff auf die Datei, die ...
PHP Manual
[ is_link php.net ]

PHP Funktion
symlink ( phplist Code 73% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
symlink -- Erzeugt einen symbolischen Link
Vorschau
...symlink symlink (PHP 3, PHP 4, PHP 5) symlink -- Erzeugt einen symbolischen Link Beschreibung int symlink ( string target, string link ) symlink() erzeugt einen symbolischen Link von dem gegebenen Parameter target mit dem spezifiziertem Namen link . Siehe auch link() um absolute Links zu erstellen, und readlink() zusammen mit linkinfo() . stat tempnam...
PHP Manual
[ symlink php.net ]

PHP Funktion
linkinfo ( phplist Code 67% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
linkinfo -- Liefert Informationen über einen Link
Vorschau
...linkinfo linkinfo (PHP 3, PHP 4, PHP 5) linkinfo -- Liefert Informationen über einen Link Beschreibung int linkinfo ( string path ) linkinfo() gibt das st_dev Feld des UNIX C stat structure resultierend aus dem lstat System Call . Diese Funktion wird benutzt, um zu verifizieren ob ein Link (auf den mit path gezeigt wird) wirklich existiert (Hierbei wird die...
PHP Manual
[ linkinfo php.net ]

PHP Funktion
hw_getrellink ( phplist Code 47% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_getrellink -- Get link from source to dest relative to rootid
Vorschau
...hw_getrellink hw_getrellink (PHP 3 >= 3.0.3, PHP 4, PECL) hw_getrellink -- Get link from source to dest relative to rootid Description string hw_getrellink ( int link, int rootid, int sourceid, int destid ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. hw_GetParentsObj hw_GetRemote...
PHP Manual
[ hw_getrellink php.net ]

PHP Funktion
ps_add_pdflink ( phplist Code 44% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_pdflink -- Adds link to a page in a second pdf document
Vorschau
...ps_add_pdflink ps_add_pdflink (PECL) ps_add_pdflink -- Adds link to a page in a second pdf document Beschreibung bool ps_add_pdflink ( resource psdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest ) Places a hyperlink at the given position pointing to a second pdf document. Clicking on the link will branch to the ...
PHP Manual
[ ps_add_pdflink php.net ]

PHP Funktion
ps_add_weblink ( phplist Code 44% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_weblink -- Adds link to a web location
Vorschau
...ps_add_weblink ps_add_weblink (PECL) ps_add_weblink -- Adds link to a web location Beschreibung bool ps_add_weblink ( resource psdoc, float llx, float lly, float urx, float ury, string url ) Places a hyperlink at the given position pointing to a web page. The hyperlink's source position is a rectangle with its lower left corner at ( llx , lly ) and its upper right corner at ( urx , ury ). The rectangle has by default a thin blue...
PHP Manual
[ ps_add_weblink php.net ]

PHP Funktion
hw_api->link ( phplist Code 40% Relevanz )
Rubrik
Hyperwave API Functions
Kurzform
hw_api->link -- Creates a link to an object
Vorschau
...hw_api->link insertdocument"HREF="function.hwapi-insertdocument.html"> lock"HREF="function.hwapi-lock.html"> hw_api->link (no version information, might be only in CVS) hw_api->link -- Creates a link to an object Description bool hw_api->link ( array parameter ) Creates a link to an object. Accessing this link is like accessing the object to links points to. The parameter array contains the required elements '...
PHP Manual
[ hw_api->link php.net ]

PHP Funktion
lchown ( phplist Code 40% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
lchown -- Changes user ownership of symlink
Vorschau
...lchown lchown (no version information, might be only in CVS) lchown -- Changes user ownership of symlink Description bool lchown ( string filename, mixed user ) Attempts to change the owner of the symlink filename to user user (specified by name or number). Only the superuser may change the owner of a symlink. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Anmerkung: Diese Funktion kann nicht mit entfernten Dateien arbeiten...
PHP Manual
[ lchown php.net ]

PHP Funktion
mysqli_info ( phplist Code 40% 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
... mysqli_info (PHP 5) mysqli_info (no version information, might be only in CVS) mysqli->info -- Retrieves information about the most recently executed query Description Procedural style: string mysqli_info ( mysqli link ) Object oriented style (property) class mysqli { string info } The mysqli_info() function returns a string providing information about the last query executed. The nature of this string is provided below: Tabelle 1. ...
PHP Manual
[ mysqli_info php.net ]

PHP Funktion
mysqli_ping ( phplist Code 40% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_ping (no version information might be only in CVS)mysqli->ping -- Pings a server connection or tries to reconnect if the connection has gone down
Vorschau
...PHP 5) mysqli_ping (no version information, might be only in CVS) mysqli->ping -- Pings a server connection, or tries to reconnect if the connection has gone down Description Procedural style: bool mysqli_ping ( mysqli link ) Object oriented style (method): class mysqli { bool ping ( void ) } Checks whether the connection to the server is working. If it has gone down, and global option mysqli.reconnect is enabled an automatic reconnection is...
PHP Manual
[ mysqli_ping php.net ]

PHP Funktion
ps_add_locallink ( phplist Code 40% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_locallink -- Adds link to a page in the same document
Vorschau
...ps_add_locallink ps_add_locallink (PECL) ps_add_locallink -- Adds link to a page in the same document Beschreibung bool ps_add_locallink ( resource psdoc, float llx, float lly, float urx, float ury, int page, string dest ) Places a hyperlink at the given position pointing to a page in the same document. Clicking on the link will jump to the given page. The...
PHP Manual
[ ps_add_locallink php.net ]

PHP Funktion
mysqli_errno ( phplist Code 38% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_errno (no version information might be only in CVS)mysqli->errno -- Returns the error code for the most recent function call
Vorschau
... mysqli_errno (PHP 5) mysqli_errno (no version information, might be only in CVS) mysqli->errno -- Returns the error code for the most recent function call Description Procedural style: int mysqli_errno ( mysqli link ) Object oriented style (property): class mysqli { int errno } The mysqli_errno() function will return the last error code for the most recent MySQLi function call that can succeed or fail with respect to the database ...
PHP Manual
[ mysqli_errno php.net ]

PHP Funktion
ps_add_launchlink ( phplist Code 38% Relevanz )
Rubrik
PostScript document creation
Kurzform
ps_add_launchlink -- Adds link which launches file
Vorschau
...ps_add_launchlink ps_add_launchlink (PECL) ps_add_launchlink -- Adds link which launches file Beschreibung bool ps_add_launchlink ( resource psdoc, float llx, float lly, float urx, float ury, string filename ) Places a hyperlink at the given position pointing to a file program which is being started when clicked on. The hyperlink's source position ...
PHP Manual
[ ps_add_launchlink php.net ]

PHP Funktion
ssh2_sftp_symlink ( phplist Code 38% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_sftp_symlink -- Create a symlink
Vorschau
...ssh2_sftp_symlink ssh2_sftp_symlink (PECL) ssh2_sftp_symlink -- Create a symlink Description bool ssh2_sftp_symlink ( resource sftp, string target, string link ) Creates a symbolic link named link on the remote filesystem pointing to target . Beispiel 1. Creating a symbolic link <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connection , 'username' , 'password' ); $sftp = ...
PHP Manual
[ ssh2_sftp_symlink php.net ]

PHP Funktion
ssh2_sftp_readlink ( phplist Code 36% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_sftp_readlink -- Return the target of a symbolic link
Vorschau
...ssh2_sftp_readlink ssh2_sftp_readlink (PECL) ssh2_sftp_readlink -- Return the target of a symbolic link Description string ssh2_sftp_readlink ( resource sftp, string link ) Returns the target of a symbolic link. Beispiel 1. Reading a symbolic link <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $connection ); $target = ...
PHP Manual
[ ssh2_sftp_readlink php.net ]

PHP Funktion
ldap_sasl_bind ( phplist Code 33% Relevanz )
Rubrik
LDAP Funktionen
Kurzform
ldap_sasl_bind -- Bind to LDAP directory using SASL
Vorschau
...ldap_sasl_bind ldap_sasl_bind (PHP 5) ldap_sasl_bind -- Bind to LDAP directory using SASL Description bool ldap_sasl_bind ( resource link [, string binddn [, string password [, string sasl_mech [, string sasl_realm [, string sasl_authz_id [, string props]]]]]] ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur ...
PHP Manual
[ ldap_sasl_bind php.net ]

PHP Funktion
fbsql_insert_id ( phplist Code 32% Relevanz )
Rubrik
FrontBase Funktionen
Kurzform
fbsql_insert_id -- Get the id generated from the previous INSERT operation
Vorschau
...fbsql_insert_id fbsql_insert_id (PHP 4 >= 4.0.6, PHP 5) fbsql_insert_id -- Get the id generated from the previous INSERT operation Beschreibung int fbsql_insert_id ( [resource link_identifier] ) fbsql_insert_id() returns the ID generated for an column defined as DEFAULT UNIQUE by the previous INSERT query using the given link_identifier . If link_identifier isn't specified, the last opened link is ...
PHP Manual
[ fbsql_insert_id php.net ]

PHP Funktion
mysqli_rollback ( phplist Code 32% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_rollback (no version information might be only in CVS)mysqli->rollback -- Rolls back current transaction
Vorschau
...mysqli_rollback mysqli_rollback (PHP 5) mysqli_rollback (no version information, might be only in CVS) mysqli->rollback -- Rolls back current transaction Description bool mysqli_rollback ( mysqli link ) class mysqli { bool rollback ( void ) } Rollbacks the current transaction for the database specified by the link parameter. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch mysqli_commit() und ...
PHP Manual
[ mysqli_rollback php.net ]

PHP Funktion
mysqli_insert_id ( phplist Code 30% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_insert_id (no version information might be only in CVS)mysqli->insert_id -- Returns the auto generated id used in the last query
Vorschau
... (PHP 5) mysqli_insert_id (no version information, might be only in CVS) mysqli->insert_id -- Returns the auto generated id used in the last query Description Procedural style: int mysqli_insert_id ( mysqli link ) Object oriented style (property): class mysqli { int insert_id } The mysqli_insert_id() function returns the ID generated by a query on a table with a column having the AUTO_INCREMENT attribute. If the last query wasn't...
PHP Manual
[ mysqli_insert_id php.net ]

PHP Funktion
mysqli_stmt_init ( phplist Code 30% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_stmt_init (no version information might be only in CVS)mysqli->stmt_init -- Initializes a statement and returns an object for use with mysqli_stmt_prepare
Vorschau
... (no version information, might be only in CVS) mysqli->stmt_init -- Initializes a statement and returns an object for use with mysqli_stmt_prepare Description Procedural style : mysqli_stmt mysqli_stmt_init ( mysqli link ) Object oriented style (property): class mysqli { mysqli_stmt stmt_init ( void ) } Allocates and initializes a statement object suitable for mysqli_stmt_prepare() . Anmerkung: Any subsequent calls to any mysqli_stmt ...
PHP Manual
[ mysqli_stmt_init php.net ]

PHP Funktion
maxdb_info ( phplist Code 29% 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
... maxdb_info (PECL) maxdb_info (no version information, might be only in CVS) maxdb->info -- Retrieves information about the most recently executed query Description Procedural style: string maxdb_info ( resource link ) Object oriented style (property) class maxdb { string info } The maxdb_info() function returns a string providing information about the last query executed. The nature of this string is provided below: Tabelle 1. ...
PHP Manual
[ maxdb_info php.net ]

PHP Funktion
maxdb_ping ( phplist Code 29% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_ping (no version information might be only in CVS)maxdb->ping -- Pings a server connection or tries to reconnect if the connection has gone down
Vorschau
... (PECL) maxdb_ping (no version information, might be only in CVS) maxdb->ping -- Pings a server connection, or tries to reconnect if the connection has gone down Description Procedural style: bool maxdb_ping ( resource link ) Object oriented style (method): class maxdb { bool ping ( void ) } Checks whether the connection to the server is working. If it has gone down, and global option maxdb.reconnect is enabled an automatic reconnection is ...
PHP Manual
[ maxdb_ping php.net ]

PHP Funktion
xattr_list ( phplist Code 29% Relevanz )
Rubrik
xattr Functions
Kurzform
xattr_list -- Get a list of extended attributes
Vorschau
... operates on user namespace by default, but you can change that using flags argument. Parameter Liste filename The path of the file. flags Tabelle 1. Supported xattr flags XATTR_DONTFOLLOW Do not follow the symbolic link but operate on symbolic link itself. XATTR_ROOT Set attribute in root (trusted) namespace. Requires root privileges. Rückgabewerte This function returns an array with names of extended attributes. Beispiele Beispiel 1. ...
PHP Manual
[ xattr_list php.net ]

PHP Funktion
Grafik-Funktionen ( phplist Code 29% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... for xpm add --with-xpm-dir=DIR . If configure is not able to find the required libraries, you may add the path to your X11 libraries. Anmerkung: When compiling PHP with libpng, you must use the same version that was linked with the GD library. Enhance the capabilities of GD to deal with different fonts by specifying the --with-XXXX configure switch to your PHP configure line. Tabelle 4. Supported font libraries Font library Configure ...
PHP Manual
[ Grafik-Funktionen php.net ]

PHP Funktion
DirectoryIterator::isLink ( phplist Code 28% Relevanz )
Rubrik
Standard PHP Library (SPL) Functions
Kurzform
DirectoryIterator::isLink -- Returns true if file is symbolic link
Vorschau
...DirectoryIterator::isLink DirectoryIterator::isLink (no version information, might be only in CVS) DirectoryIterator::isLink -- Returns true if file is symbolic link Description bool DirectoryIterator::isLink ( void ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. DirectoryIterator::isFile DirectoryIterator::isReadable...
PHP Manual
[ DirectoryIterator::isLink php.net ]

PHP Funktion
mysqli_change_user ( phplist Code 27% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_change_user (no version information might be only in CVS)mysqli->change_user -- Changes the user of the specified database connection
Vorschau
... (PHP 5) mysqli_change_user (no version information, might be only in CVS) mysqli->change_user -- Changes the user of the specified database connection Description Procedural style: bool mysqli_change_user ( mysqli link, string user, string password, string database ) Object oriented style (method): class mysqli { bool change_user ( string user, string password, string database ) } mysqli_change_user() is used to change the user of the ...
PHP Manual
[ mysqli_change_user php.net ]

PHP Funktion
mysqli_field_count ( phplist Code 27% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_field_count (no version information might be only in CVS)mysqli->field_count -- Returns the number of columns for the most recent query
Vorschau
... (PHP 5) mysqli_field_count (no version information, might be only in CVS) mysqli->field_count -- Returns the number of columns for the most recent query Description Procedural style: int mysqli_field_count ( mysqli link ) Object oriented style (method): class mysqli_result { int field_count ( void ) } Returns the number of columns for the most recent query on the connection represented by the link parameter. This function can be useful ...
PHP Manual
[ mysqli_field_count php.net ]

PHP Funktion
mysqli_next_result ( phplist Code 27% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_next_result (no version information might be only in CVS)mysqli->next_result -- Prepare next result from multi_query
Vorschau
...mysqli_next_result mysqli_next_result (PHP 5) mysqli_next_result (no version information, might be only in CVS) mysqli->next_result -- Prepare next result from multi_query Description bool mysqli_next_result ( mysqli link ) mysqli_next_result() prepares next result set from a previous call to mysqli_multi_query() which can be retrieved by mysqli_store_result() or mysqli_use_result() . Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall ...
PHP Manual
[ mysqli_next_result php.net ]

PHP Funktion
mysqli_stat ( phplist Code 27% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_stat (no version information might be only in CVS)mysqli->stat -- Gets the current system status
Vorschau
...mysqli_stat mysqli_stat (PHP 5) mysqli_stat (no version information, might be only in CVS) mysqli->stat -- Gets the current system status Description Procedural style: string mysqli_stat ( mysqli link ) Object oriented style (method): class mysqli { string stat ( void ) } mysqli_stat() returns a string containing information similar to that provided by the 'mysqladmin status' command. This includes uptime in seconds ...
PHP Manual
[ mysqli_stat php.net ]

PHP Funktion
DOM XML Funktionen ( phplist Code 27% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/package/domxml . Für PHP 4 finden Sie die Quellen dieser PECL Erung im ext/ Verzeichnis innerhalb der PHP Quellen oder unter dem PECL Link wie oben angegeben. Diese Erung steht nur zur Verfügung, wenn Sie PHP mit der Option --with-dom[=DIR] konfiguriert haben. Fü¼r DOM XSLT Unterstützung können Sie die Option --with-dom-xslt[=DIR] verwenden. DIR ist das ...
PHP Manual
[ DOM XML Funktionen php.net ]

PHP Funktion
mysqli_real_connect ( phplist Code 26% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_real_connect (no version information might be only in CVS)mysqli->real_connect -- Opens a connection to a mysql server
Vorschau
...mysqli_real_connect (PHP 5) mysqli_real_connect (no version information, might be only in CVS) mysqli->real_connect -- Opens a connection to a mysql server Description Procedural style bool mysqli_real_connect ( mysqli link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket [, int flags]]]]]]] ) Object oriented style (method) class mysqli { bool real_connect ( [string hostname [, string ...
PHP Manual
[ mysqli_real_connect php.net ]

PHP Funktion
ingres_close ( phplist Code 25% Relevanz )
Rubrik
Ingres II Funktionen
Kurzform
ingres_close -- Schliesst eine Ingres II Datenbankverbindung
Vorschau
...ingres_close ingres_close (PHP 4 >= 4.0.2, PHP 5 <= 5.0.4) ingres_close -- Schliesst eine Ingres II Datenbankverbindung Beschreibung bool ingres_close ( [resource link] ) 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. Seien Sie gewarnt und verwenden Sie ...
PHP Manual
[ ingres_close php.net ]

PHP Funktion
ingres_errno ( phplist Code 25% Relevanz )
Rubrik
Ingres II Funktionen
Kurzform
ingres_errno -- Gets the last ingres error number generated
Vorschau
...ingres_errno ingres_errno (PECL) ingres_errno -- Gets the last ingres error number generated Description int ingres_errno ( [resource link] ) Returns an integer containing the last error number. If no error was reported 0 is returned. If a link resource is passed to ingres_errno() it returns the last error recorded for the link. If no link is passed then ...
PHP Manual
[ ingres_errno php.net ]

PHP Funktion
ingres_error ( phplist Code 25% Relevanz )
Rubrik
Ingres II Funktionen
Kurzform
ingres_error -- Gets a meaningful error message for the last error generated
Vorschau
...ingres_error ingres_error (PECL) ingres_error -- Gets a meaningful error message for the last error generated Description string ingres_error ( [resource link] ) Returns a string containing the last error, or NULL if no error has occurred. If a link resource is passed to ingres_error() it returns the last error recorded for the link. If no link is passed then ingres_error() ...
PHP Manual
[ ingres_error php.net ]

PHP Funktion
mysqli_close ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_close (no version information might be only in CVS)mysqli->close -- Closes a previously opened database connection
Vorschau
...mysqli_close mysqli_close (PHP 5) mysqli_close (no version information, might be only in CVS) mysqli->close -- Closes a previously opened database connection Description Procedural style: bool mysqli_close ( mysqli link ) Object oriented style (method): class mysqli { bool close ( void ) } The mysqli_close() function closes a previously opened database connection specified by the link parameter. Rückgabewerte Gibt bei Erfolg TRUE , im ...
PHP Manual
[ mysqli_close php.net ]

PHP Funktion
mysqli_error ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_error -- Returns a string description of the last error
Vorschau
...mysqli_error mysqli_error (PHP 5) mysqli_error -- Returns a string description of the last error Description Procedural style: string mysqli_error ( mysqli link ) Object oriented style (property) class mysqli { string error } The mysqli_error() function is identical to the corresponding mysqli_errno() function in every way, except instead of returning an integer error code the ...
PHP Manual
[ mysqli_error php.net ]

PHP Funktion
mysqli_get_host_info ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_get_host_info (no version information might be only in CVS)mysqli->get_host_info -- Returns a string representing the type of connection used
Vorschau
...) mysqli_get_host_info (no version information, might be only in CVS) mysqli->get_host_info -- Returns a string representing the type of connection used Description Procdural style: string mysqli_get_host_info ( mysqli link ) Object oriented style (property): class mysqli { string host_info } The mysqli_get_host_info() function returns a string describing the connection represented by the link parameter is using (including the server host ...
PHP Manual
[ mysqli_get_host_info php.net ]

PHP Funktion
mysqli_query ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_query (no version information might be only in CVS)mysqli->query -- Performs a query on the database
Vorschau
...mysqli_query mysqli_query (PHP 5) mysqli_query (no version information, might be only in CVS) mysqli->query -- Performs a query on the database Description Procedural style: mixed mysqli_query ( mysqli link, string query [, int resultmode] ) Object oriented style (method): class mysqli { mixed query ( string query [, int resultmode] ) } The mysqli_query() function is used to simplify the act of performing a query against the...
PHP Manual
[ mysqli_query php.net ]

PHP Funktion
mysqli_warning_count ( phplist Code 25% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_warning_count (no version information might be only in CVS)mysqli->warning_count -- Returns the number of warnings from the last query for the given link
Vorschau
...mysqli_warning_count mysqli_warning_count (PHP 5) mysqli_warning_count (no version information, might be only in CVS) mysqli->warning_count -- Returns the number of warnings from the last query for the given link Description Procedural style: int mysqli_warning_count ( mysqli link ) Object oriented style (property): class mysqli { int warning_count } mysqli_warning_count() returns the number of warnings from the last query in the ...
PHP Manual
[ mysqli_warning_count php.net ]

PHP Funktion
stream_socket_client ( phplist Code 25% Relevanz )
Rubrik
Stream Functions
Kurzform
stream_socket_client -- Open Internet or Unix domain socket connection
Vorschau
.... The error will only become apparent when you read or write data to/from the socket. The reason for this is because UDP is a "connectionless" protocol, which means that the operating system does not try to establish a link for the socket until it actually needs to send or receive data. Anmerkung: Wenn Sie eine numerische IPv6 Adresseangeben, z.B.: fe80::1, müssen Sie die IP in eckige Klammern schreiben, z.B: tcp://[fe80::1]:80 . See also ...
PHP Manual
[ stream_socket_client php.net ]

PHP Funktion
Building from source ( phplist Code 25% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... build the resolv.lib library. Decide whether you want to have debug symbols available (bindlib - Win32 Debug) or not (bindlib - Win32 Release), but please remember the choice you made, because the debug build will only link with PHP when it is also built in debug mode. Build the appropriate configuration: For GUI users, launch VC++, by double-clicking in C:\work\bindlib_w32\bindlib.dsw . Then select Build=>Rebuild All. For command line ...
PHP Manual
[ Building from source php.net ]

PHP Funktion
Ingres II Funktionen ( phplist Code 25% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Schliesst eine Ingres II Datenbankverbindung ingres_commit -- Schliesst eine Transaktion ab ingres_connect -- Eine Verbindung zu einem Ingres II Datenbankserver öffnen ingres_cursor -- Gets a cursor name for a given link resource ingres_errno -- Gets the last ingres error number generated ingres_error -- Gets a meaningful error message for the last error generated ingres_errsqlstate -- Gets the last SQLSTATE error code generated ...
PHP Manual
[ Ingres II Funktionen php.net ]

PHP Funktion
ingres_cursor ( phplist Code 24% Relevanz )
Rubrik
Ingres II Funktionen
Kurzform
ingres_cursor -- Gets a cursor name for a given link resource
Vorschau
...ingres_cursor ingres_cursor (PECL) ingres_cursor -- Gets a cursor name for a given link resource Description string ingres_cursor ( [resource link] ) Returns an string containing the active cursor name. If no cursor is active then NULL is returned. If a link resource is passed to ingres_cursor() it returns the cursor name recorded for the link. If no link is passed...
PHP Manual
[ ingres_cursor php.net ]

PHP Funktion
msql_list_dbs ( phplist Code 24% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_list_dbs -- Listet alle mSQL Datenbanken auf dem Server auf
Vorschau
...msql_list_dbs msql_list_dbs (PHP 3, PHP 4, PHP 5) msql_list_dbs -- Listet alle mSQL Datenbanken auf dem Server auf Beschreibung resource msql_list_dbs ( [resource link_identifier] ) msql_list_tables() listet alle Datenbanken des Servers auf, mit dem man über die Verbindungskennung link_identifier verbunden ist. Parameter Liste link_identifier The mSQL connection.If not specified, the ...
PHP Manual
[ msql_list_dbs php.net ]

PHP Funktion
mysqli_commit ( phplist Code 24% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_commit (no version information might be only in CVS)mysqli->commit -- Commits the current transaction
Vorschau
...mysqli_commit mysqli_commit (PHP 5) mysqli_commit (no version information, might be only in CVS) mysqli->commit -- Commits the current transaction Description Procedural style: bool mysqli_commit ( mysqli link ) Object oriented style (method) class mysqli { bool commit ( void ) } Commits the current transaction for the database connection specified by the link parameter. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE...
PHP Manual
[ mysqli_commit php.net ]

PHP Funktion
mysqli_get_proto_info ( phplist Code 24% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_get_proto_info (no version information might be only in CVS)mysqli->protocol_version -- Returns the version of the MySQL protocol used
Vorschau
... (PHP 5) mysqli_get_proto_info (no version information, might be only in CVS) mysqli->protocol_version -- Returns the version of the MySQL protocol used Description Procedural style: int mysqli_get_proto_info ( mysqli link ) Object oriented style (property): class mysqli { string protocol_version } Returns an integer representing the MySQL protocol version used by the connection represented by the link parameter. Rückgabewerte Returns an ...
PHP Manual
[ mysqli_get_proto_info php.net ]

PHP Funktion
virtual_chown ( phplist Code 24% Relevanz )
Rubrik
API Function and Macro reference (work in progress)
Kurzform
int virtual_chown ( const char* filename uid_t owner gid_t group int link magic TSRMLS_DC ) ...
Vorschau
...virtual_chown virtual_chown virtual_chown -- ... Beschreibung #include <tsrm_virtual_cwd.h> int virtual_chown ( const char* filename, uid_t owner, gid_t group, int link, magic TSRMLS_DC ) ... Parameter Liste filename ... owner ... group ... link ... TSRMLS_DC ... Rückgabewerte ... virtual_chmod virtual_creat...
PHP Manual
[ virtual_chown php.net ]

PHP Funktion
mysqli_dump_debug_info ( phplist Code 23% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_dump_debug_info (no version information might be only in CVS)mysqli->dump_debug_info -- Dump debugging information into the log
Vorschau
... mysqli_dump_debug_info (PHP 5) mysqli_dump_debug_info (no version information, might be only in CVS) mysqli->dump_debug_info -- Dump debugging information into the log Description bool mysqli_dump_debug_info ( mysqli link ) This function is designed to be executed by an user with the SUPER privilege and is used to dump debugging information into the log for the MySQL Server relating to the connection specified by the link parameter. Rü...
PHP Manual
[ mysqli_dump_debug_info php.net ]

PHP Funktion
mysqli_get_server_info ( phplist Code 23% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_get_server_info (no version information might be only in CVS)mysqli->server_info -- Returns the version of the MySQL server
Vorschau
... (PHP 5) mysqli_get_server_info (no version information, might be only in CVS) mysqli->server_info -- Returns the version of the MySQL server Description Procedural style: string mysqli_get_server_info ( mysqli link ) Object oriented style (property): class mysqli { string server_info } Returns a string representing the version of the MySQL server that the MySQLi extension is connected to (represented by the link parameter). Rü...
PHP Manual
[ mysqli_get_server_info php.net ]

PHP Funktion
lstat ( phplist Code 22% Relevanz )
Rubrik
Funktionen des Dateisystems
Kurzform
lstat -- Liefert Informationen über eine Datei oder einen symbolischen Link.
Vorschau
...lstat lstat (PHP 3 >= 3.0.4, PHP 4, PHP 5) lstat -- Liefert Informationen über eine Datei oder einen symbolischen Link. Beschreibung array lstat ( string filename ) Ermittelt statistische Informationen über eine Datei oder symbolischen Link, spezifiziert in filename . Diese Funktion ist identisch mit der Funktion stat() , außer dass wenn ...
PHP Manual
[ lstat php.net ]

PHP Funktion
maxdb_rollback ( phplist Code 22% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_rollback (no version information might be only in CVS)maxdb->rollback -- Rolls back current transaction
Vorschau
...maxdb_rollback maxdb_rollback (PECL) maxdb_rollback (no version information, might be only in CVS) maxdb->rollback -- Rolls back current transaction Description bool maxdb_rollback ( resource link ) class maxdb { bool rollback ( void ) } Rollbacks the current transaction for the database specified by the link parameter. Return values Gibt bei Erfolg TRUE , im Fehlerfall FALSE . See also maxdb_commit() ...
PHP Manual
[ maxdb_rollback php.net ]

PHP Funktion
mysqli_enable_rpl_parse ( phplist Code 22% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_enable_rpl_parse -- Enable RPL parse
Vorschau
...mysqli_enable_rpl_parse mysqli_enable_rpl_parse (PHP 5) mysqli_enable_rpl_parse -- Enable RPL parse Description bool mysqli_enable_rpl_parse ( mysqli link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_enable_reads_from_master mysqli_errno...
PHP Manual
[ mysqli_enable_rpl_parse php.net ]

PHP Funktion
hw_InsertObject ( phplist Code 21% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_InsertObject -- Inserts an object record
Vorschau
...parameters have to be. Note: If you want to insert an Anchor, the attribute Position has always been set either to a start/end value or to 'invisible'. Invisible positions are needed if the annotation has no corresponding link in the annotation text. See also hw_pipedocument() , hw_insertdocument() , hw_insdoc() , and hw_inscoll() . hw_InsertDocument hw_mapid...
PHP Manual
[ hw_InsertObject php.net ]

PHP Funktion
hw_PipeDocument ( phplist Code 21% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_PipeDocument -- Retrieve any document
Vorschau
... has anchors which can be inserted, they will have been inserted already. The document will be transferred via a special data connection which does not block the control connection. See also hw_gettext() for more on link insertion, hw_free_document() , hw_document_size() , hw_document_bodytag() , and hw_output_document() . hw_pConnect hw_Root...
PHP Manual
[ hw_PipeDocument php.net ]

PHP Funktion
maxdb_insert_id ( phplist Code 21% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_insert_id (no version information might be only in CVS)maxdb->insert_id -- Returns the auto generated id used in the last query
Vorschau
... (PECL) maxdb_insert_id (no version information, might be only in CVS) maxdb->insert_id -- Returns the auto generated id used in the last query Description Procedural style: mixed maxdb_insert_id ( resource link ) Object oriented style (property): class maxdb { mixed insert_id } The maxdb_insert_id() function returns the ID generated by a query on a table with a column having the DEFAULT SERIAL attribute. If the last query wasn't...
PHP Manual
[ maxdb_insert_id php.net ]

PHP Funktion
maxdb_stmt_init ( phplist Code 21% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_stmt_init (no version information might be only in CVS)maxdb->stmt_init -- Initializes a statement and returns an resource for use with maxdb_stmt_prepare
Vorschau
... (no version information, might be only in CVS) maxdb->stmt_init -- Initializes a statement and returns an resource for use with maxdb_stmt_prepare Description Procedural style : resource maxdb_stmt_init ( resource link ) Object oriented style (property): class maxdb { object stmt_init ( void ) } Allocates and initializes a statement resource suitable for maxdb_stmt_prepare() . Anmerkung: Any subsequent calls to any maxdb_stmt function ...
PHP Manual
[ maxdb_stmt_init php.net ]

PHP Funktion
mysql_real_escape_string ( phplist Code 21% Relevanz )
Rubrik
MySQL Funktionen
Kurzform
mysql_real_escape_string -- Maskiert spezielle Zeichen innerhalb eines Strings für die Verwendung in einer SQL-Anweisung
Vorschau
...62;= 4.3.0, PHP 5) mysql_real_escape_string -- Maskiert spezielle Zeichen innerhalb eines Strings für die Verwendung in einer SQL-Anweisung Beschreibung string mysql_real_escape_string ( string unescaped_string [, resource link_identifier] ) Maskiert spezielle Zeichen im unescaped_string unter Berücksichtigung des aktuellen Zeichensatzes der Verbindung, so dass das Ergebnis ohne Probleme in mysql_query() verwendet werden kann. Wenn Sie Binä...
PHP Manual
[ mysql_real_escape_string php.net ]

PHP Funktion
mysqli_character_set_name ( phplist Code 21% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_character_set_name (no version information might be only in CVS)mysqli->character_set_name -- Returns the default character set for the database connection
Vorschau
... (no version information, might be only in CVS) mysqli->character_set_name -- Returns the default character set for the database connection Description Procedural style: string mysqli_character_set_name ( mysqli link ) Object oriented style (method): class mysqli { string character_set_name ( void ) } Returns the current character set for the database connection specified by the link parameter. Rückgabewerte The default character set ...
PHP Manual
[ mysqli_character_set_name php.net ]

PHP Funktion
mysqli_get_server_version ( phplist Code 21% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_get_server_version -- Returns the version of the MySQL server as an integer
Vorschau
...mysqli_get_server_version mysqli_get_server_version (PHP 5) mysqli_get_server_version -- Returns the version of the MySQL server as an integer Description Procedural style: int mysqli_get_server_version ( mysqli link ) Object oriented style (property): class mysqli { int server_version } The mysqli_get_server_version() function returns the version of the server connected to (represented by the link parameter) as an integer. The form ...
PHP Manual
[ mysqli_get_server_version php.net ]

PHP Funktion
mysqli_rpl_parse_enabled ( phplist Code 21% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_rpl_parse_enabled -- Check if RPL parse is enabled
Vorschau
...mysqli_rpl_parse_enabled mysqli_rpl_parse_enabled (PHP 5) mysqli_rpl_parse_enabled -- Check if RPL parse is enabled Description int mysqli_rpl_parse_enabled ( mysqli link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_rollback mysqli_rpl_probe...
PHP Manual
[ mysqli_rpl_parse_enabled php.net ]

PHP Funktion
mysqli_sqlstate ( phplist Code 21% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_sqlstate (no version information might be only in CVS)mysqli->sqlstate -- Returns the SQLSTATE error from previous MySQL operation
Vorschau
... (PHP 5) mysqli_sqlstate (no version information, might be only in CVS) mysqli->sqlstate -- Returns the SQLSTATE error from previous MySQL operation Description Procedural style: string mysqli_sqlstate ( mysqli link ) Object oriented style (property): class mysqli { string sqlstate } Returns a string containing the SQLSTATE error code for the last error. The error code consists of five characters. '00000' means no error. The values ...
PHP Manual
[ mysqli_sqlstate php.net ]

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

PHP Funktion
Extending PHP 3 ( phplist Code 21% Relevanz )
Rubrik
PHP und Zend Engine Interna
Kurzform
-----
Vorschau
...(return_value,str) add_next_index_stringl(return_value,str,length) - specify the string length Using the resource list PHP has a standard way of dealing with various types of resources. This replaces all of the local linked lists in PHP 2.0. Available functions: php3_list_insert(ptr, type) - returns the 'id' of the newly inserted resource php3_list_delete(id) - delete the resource with the specified id php3_list_find(id,*type) - returns ...
PHP Manual
[ Extending PHP 3 php.net ]

PHP Funktion
Liste von Ressourcentypen ( phplist Code 21% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
...() , gmp_invert() , gmp_legendre() , gmp_jacobi() , gmp_random() , gmp_and() , gmp_or() , gmp_xor() , gmp_setbit() , gmp_clrbit() , gmp_scan0() , gmp_scan1() , gmp_popcount() , gmp_hamdist() Niemandem GMP Nummer hyperwave link hw_connect() hw_children() , hw_childrenobj() , hw_cp() , hw_deleteobject() , hw_docbyanchor() , hw_docbyanchorobj() , hw_errormsg() , hw_edittext() , hw_error() , hw_getparents() , hw_getparentsobj() , hw_getchildcoll...
PHP Manual
[ Liste von Ressourcentypen php.net ]

PHP Funktion
msql_list_fields ( phplist Code 20% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_list_fields -- Listet alle Felder einer Tabelle auf
Vorschau
...msql_list_fields msql_list_fields (PHP 3, PHP 4, PHP 5) msql_list_fields -- Listet alle Felder einer Tabelle auf Beschreibung resource msql_list_fields ( string database, string tablename [, resource link_identifier] ) msql_list_fields() gibt Informationen über die angegebene Tabelle . Parameter Liste database Der Name der Datenbank. tablename Der Name der Tabelle. link_identifier The mSQL connection.If not specified, ...
PHP Manual
[ msql_list_fields php.net ]

PHP Funktion
msql_list_tables ( phplist Code 20% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_list_tables -- Listet alle Tabellen einer mSQL-Datenbank auf
Vorschau
...msql_list_tables msql_list_tables (PHP 3, PHP 4, PHP 5) msql_list_tables -- Listet alle Tabellen einer mSQL-Datenbank auf Beschreibung resource msql_list_tables ( string database [, resource link_identifier] ) msql_list_tables() listet alle Tabellen in der angegebenen database auf. Parameter Liste database Der Name der Datenbank. link_identifier The mSQL connection.If not specified, the last link opened by ...
PHP Manual
[ msql_list_tables php.net ]

PHP Funktion
mysqli_rpl_probe ( phplist Code 20% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_rpl_probe -- RPL probe
Vorschau
...mysqli_rpl_probe mysqli_rpl_probe (PHP 5) mysqli_rpl_probe -- RPL probe Description bool mysqli_rpl_probe ( mysqli link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_rpl_parse_enabled mysqli_rpl_query_type...
PHP Manual
[ mysqli_rpl_probe php.net ]

PHP Funktion
mysqli_select_db ( phplist Code 20% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_select_db (no version information might be only in CVS)mysqli->select_db -- Selects the default database for database queries
Vorschau
... mysqli_select_db (PHP 5) mysqli_select_db (no version information, might be only in CVS) mysqli->select_db -- Selects the default database for database queries Description bool mysqli_select_db ( mysqli link, string dbname ) The mysqli_select_db() function selects the default database (specified by the dbname parameter) to be used when performing queries against the database connection represented by the link parameter. ...
PHP Manual
[ mysqli_select_db php.net ]

PHP Funktion
mysqli_thread_id ( phplist Code 20% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_thread_id (no version information might be only in CVS)mysqli->thread_id -- Returns the thread ID for the current connection
Vorschau
...mysqli_thread_id (PHP 5) mysqli_thread_id (no version information, might be only in CVS) mysqli->thread_id -- Returns the thread ID for the current connection Description Procedural style: int mysqli_thread_id ( mysqli link ) Object oriented style (property): class mysqli { int thread_id } The mysqli_thread_id() function returns the thread ID for the current connection which can then be killed using the mysqli_kill() function. If the ...
PHP Manual
[ mysqli_thread_id php.net ]

PHP Funktion
Crack Funktionen ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/package/crack . Für PHP 4 finden Sie die Quellen dieser PECL Erung im ext/ Verzeichnis innerhalb der PHP Quellen oder unter dem PECL Link wie oben angegeben. Um diese Funktionen nutzen zu können, müssen Sie PHP mit --with-crack[=DIR] übersetzen. Unter Windows aktivieren Sie php_crack.dll in ihrer php.ini um diese Funktionen nutzen zu können. Für PHP 4 ...
PHP Manual
[ Crack Funktionen php.net ]

PHP Funktion
Radius ( phplist Code 20% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... ) NAS ID RADIUS_PROXY_STATE ( int ) Proxy State RADIUS_LOGIN_LAT_SERVICE ( int ) Login LAT Service RADIUS_LOGIN_LAT_NODE ( int ) Login LAT Node RADIUS_LOGIN_LAT_GROUP ( int ) Login LAT Group RADIUS_FRAMED_APPLETALK_LINK ( int ) Framed Appletalk Link RADIUS_FRAMED_APPLETALK_NETWORK ( int ) Framed Appletalk Network RADIUS_FRAMED_APPLETALK_ZONE ( int ) Framed Appletalk Zone RADIUS_CHAP_CHALLENGE ( string ) Challenge RADIUS_NAS_PORT_TYPE...
PHP Manual
[ Radius php.net ]

PHP Funktion
dbx_escape_string ( phplist Code 19% Relevanz )
Rubrik
dbx Funktionen
Kurzform
dbx_escape_string -- Escape a string so it can safely be used in an sql-statement
Vorschau
...dbx_escape_string dbx_escape_string (PHP 4 >= 4.3.0, PHP 5 <= 5.0.4) dbx_escape_string -- Escape a string so it can safely be used in an sql-statement Beschreibung string dbx_escape_string ( object link_identifier, string text ) Escape the given string so that it can safely be used in an sql-statement. Parameter Liste link_identifier The DBX link object returned by dbx_connect() text The string to escape. Rü...
PHP Manual
[ dbx_escape_string php.net ]

PHP Funktion
maxdb_field_count ( phplist Code 19% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_field_count (no version information might be only in CVS)maxdb->field_count -- Returns the number of columns for the most recent query
Vorschau
... (PECL) maxdb_field_count (no version information, might be only in CVS) maxdb->field_count -- Returns the number of columns for the most recent query Description Procedural style: int maxdb_field_count ( resource link ) Object oriented style (method): class maxdb { int field_count ( void ) } Returns the number of columns for the most recent query on the connection represented by the link parameter. This function can be useful when ...
PHP Manual
[ maxdb_field_count php.net ]

PHP Funktion
mysqli_autocommit ( phplist Code 19% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_autocommit (no version information might be only in CVS)mysqli->autocommit -- Turns on or off auto-commiting database modifications
Vorschau
... (PHP 5) mysqli_autocommit (no version information, might be only in CVS) mysqli->autocommit -- Turns on or off auto-commiting database modifications Description Procedural style: bool mysqli_autocommit ( mysqli link, bool mode ) Object oriented style (method) class mysqli { bool autocommit ( bool mode ) } mysqli_autocommit() is used to turn on or off auto-commit mode on queries for the database connection represented by the link ...
PHP Manual
[ mysqli_autocommit php.net ]

PHP Funktion
mysqli_real_query ( phplist Code 19% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_real_query (no version information might be only in CVS)mysqli->real_query -- Execute an SQL query
Vorschau
...mysqli_real_query mysqli_real_query (PHP 5) mysqli_real_query (no version information, might be only in CVS) mysqli->real_query -- Execute an SQL query Description Procedural style bool mysqli_real_query ( mysqli link, string query ) Object oriented style (method): class mysqli { bool real_query ( string query ) } The mysqli_real_query() function is used to execute only a query against the database represented by the link whose result ...
PHP Manual
[ mysqli_real_query php.net ]

PHP Funktion
mysqli_use_result ( phplist Code 19% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_use_result (no version information might be only in CVS)mysqli->use_result -- Initiate a result set retrieval
Vorschau
... mysqli_use_result (PHP 5) mysqli_use_result (no version information, might be only in CVS) mysqli->use_result -- Initiate a result set retrieval Description Procedural style: mysqli_result mysqli_use_result ( mysqli link ) Object oriented style (method): class mysqli { mysqli_result use_result ( void ) } mysqli_use_result() is used to initiate the retrieval of a result set from the last query executed using the mysqli_real_query() ...
PHP Manual
[ mysqli_use_result php.net ]

PHP Funktion
Magische Methoden ( phplist Code 19% Relevanz )
Rubrik
Klassen und Objekte (PHP 5)
Kurzform
-----
Vorschau
... wiederherzustellen die während der Serialisierung verloren gegangen sein könnten oder auch andere Aufgaben zur erneuten Initialisierung. Beispiel 19-27. Sleep und wakeup Beispiel <?php class Connection { protected $link ; private $server , $username , $password , $db ; public function __construct ( $server , $username , $password , $db ) { $this -> server = $server ; $this -> username = $username ; $this -> password = $password...
PHP Manual
[ Magische Methoden php.net ]

PHP Funktion
hw_connection_info ( phplist Code 18% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_connection_info -- Prints information about the connection to Hyperwave server
Vorschau
...hw_connection_info hw_connection_info (PHP 3 >= 3.0.3, PHP 4, PECL) hw_connection_info -- Prints information about the connection to Hyperwave server Description void hw_connection_info ( int link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. hw_Connect hw_cp...
PHP Manual
[ hw_connection_info php.net ]

PHP Funktion
ingres_errsqlstate ( phplist Code 18% Relevanz )
Rubrik
Ingres II Funktionen
Kurzform
ingres_errsqlstate -- Gets the last SQLSTATE error code generated
Vorschau
...ingres_errsqlstate ingres_errsqlstate (PECL) ingres_errsqlstate -- Gets the last SQLSTATE error code generated Description string ingres_errsqlstate ( [resource link] ) Returns a string containing the last SQLSTATE, or NULL if no error has occurred. If a link resource is passed to ingres_errsqlstate() it returns the last error recorded for the link. If no link is passed then ...
PHP Manual
[ ingres_errsqlstate php.net ]

PHP Funktion
maxdb_real_connect ( phplist Code 18% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_real_connect (no version information might be only in CVS)maxdb->real_connect -- Opens a connection to a MaxDB server
Vorschau
... maxdb_real_connect (PECL) maxdb_real_connect (no version information, might be only in CVS) maxdb->real_connect -- Opens a connection to a MaxDB server Description Procedural style bool maxdb_real_connect ( resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] ) Object oriented style (method) class maxdb { bool real_connect ( [string hostname [, string username [, string ...
PHP Manual
[ maxdb_real_connect php.net ]

PHP Funktion
mysqli_set_charset ( phplist Code 18% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_set_charset (no version information might be only in CVS)mysqli->set_charset -- Sets the default client character set
Vorschau
... mysqli_set_charset (PHP 5 >= 5.1.0RC1) mysqli_set_charset (no version information, might be only in CVS) mysqli->set_charset -- Sets the default client character set Description bool mysqli_set_charset ( mysqli link, string charset ) The mysqli_set_charset() function sets the default character set (specified by the charset parameter) to be used when sending data from and to the database server represented by the link parameter. ...
PHP Manual
[ mysqli_set_charset php.net ]

PHP Funktion
Verbesserte MySQL Erweiterung ( phplist Code 18% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., um Konflikten vorzubeugen. Laufzeit Konfiguration Das Verhalten dieser Funktionen wirddurch Einstellungen in der php.ini beeinflusst. Tabelle 1. MySQLi Konfigurations-Optionen Name Standard Änderbar Changelog mysqli.max_links "-1" PHP_INI_SYSTEM verfügbar seit PHP 5.0.0 mysqli.default_port 3306 PHP_INI_ALL verfügbar seit PHP 5.0.0 mysqli.default_socket NULL PHP_INI_ALL verfügbar seit PHP 5.0.0 mysqli.default_host NULL PHP_INI_ALL verfügbar ...
PHP Manual
[ Verbesserte MySQL Erweiterung php.net ]

PHP Funktion
PHP und Datenbanken ( phplist Code 17% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
... benutzen können, um auf Microsoft Access-Datenbanken zuzugreifen. Wenn Sie PHP auf einem Unix-Rechner betreiben und auf MS Access auf einem Windows-Rechner zugreifen wollen, brauchen sie ODBC-Treiber für Unix. OpenLink Software bietet Unix-basierte ODBC-Treiber an, die dazu geeignet sind. Es gibt ein freies Pilotprojekt, in dessen Rahmen Sie eine Evaluationslizenz herunterladen können, die unbeschränkt lauffähig ist. Der Preis für die ...
PHP Manual
[ PHP und Datenbanken php.net ]

PHP Funktion
maxdb_get_host_info ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_get_host_info (no version information might be only in CVS)maxdb->get_host_info -- Returns a string representing the type of connection used
Vorschau
...) maxdb_get_host_info (no version information, might be only in CVS) maxdb->get_host_info -- Returns a string representing the type of connection used Description Procdural style: string maxdb_get_host_info ( resource link ) Object oriented style (property): class maxdb { string host_info } The maxdb_get_host_info() function returns a string describing the connection represented by the link parameter is using. Rückgabewerte A character ...
PHP Manual
[ maxdb_get_host_info php.net ]

PHP Funktion
maxdb_get_proto_info ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_get_proto_info (no version information might be only in CVS)maxdb->protocol_version -- Returns the version of the MaxDB protocol used
Vorschau
... (PECL) maxdb_get_proto_info (no version information, might be only in CVS) maxdb->protocol_version -- Returns the version of the MaxDB protocol used Description Procedural style: int maxdb_get_proto_info ( resource link ) Object oriented style (property): class maxdb { string protocol_version } Returns an integer representing the MaxDB protocol version used by the connection represented by the link parameter. Rückgabewerte Returns an ...
PHP Manual
[ maxdb_get_proto_info php.net ]

PHP Funktion
maxdb_warning_count ( phplist Code 17% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_warning_count (no version information might be only in CVS)maxdb->warning_count -- Returns the number of warnings from the last query for the given link
Vorschau
...maxdb_warning_count maxdb_warning_count (PECL) maxdb_warning_count (no version information, might be only in CVS) maxdb->warning_count -- Returns the number of warnings from the last query for the given link Description Procedural style: int maxdb_warning_count ( resource link ) Object oriented style (property): class maxdb { int warning_count } maxdb_warning_count() returns the number of warnings from the last query in the ...
PHP Manual
[ maxdb_warning_count php.net ]

PHP Funktion
mysqli_affected_rows ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_affected_rows (no version information might be only in CVS)mysqli->affected_rows -- Gets the number of affected rows in a previous MySQL operation
Vorschau
... (no version information, might be only in CVS) mysqli->affected_rows -- Gets the number of affected rows in a previous MySQL operation Description Procedural style: int mysqli_affected_rows ( mysqli link ) Object oriented style (property): class mysqli { int affected_rows } mysqli_affected_rows() returns the number of rows affected by the last INSERT, UPDATE, REPLACE or DELETE query associated with the provided link ...
PHP Manual
[ mysqli_affected_rows php.net ]

PHP Funktion
mysqli_enable_reads_from_master ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_enable_reads_from_master -- Enable reads from master
Vorschau
...mysqli_enable_reads_from_master mysqli_enable_reads_from_master (PHP 5) mysqli_enable_reads_from_master -- Enable reads from master Description bool mysqli_enable_reads_from_master ( mysqli link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_embedded_connect mysqli_enable_rpl_parse...
PHP Manual
[ mysqli_enable_reads_from_master php.net ]

PHP Funktion
mysqli_more_results ( phplist Code 17% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_more_results (no version information might be only in CVS)mysqli->more_results -- Check if there are any more query results from a multi query
Vorschau
... (PHP 5) mysqli_more_results (no version information, might be only in CVS) mysqli->more_results -- Check if there are any more query results from a multi query Description bool mysqli_more_results ( mysqli link ) mysqli_more_results() indicates if one or more result sets are available from a previous call to mysqli_multi_query() . Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Siehe auch mysqli_multi_query() , ...
PHP Manual
[ mysqli_more_results 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
... (PHP 5) mysqli_store_result (no version information, might be only in CVS) mysqli->store_result -- Transfers a result set from the last query Description Procedural style: mysqli_result mysqli_store_result ( mysqli link ) Object oriented style (method): class mysqli { mysqli_result store_result ( void ) } Transfers the result set from the last query on the database connection represented by the link parameter to be used with the ...
PHP Manual
[ mysqli_store_result php.net ]

PHP Funktion
udm_add_search_limit ( phplist Code 17% Relevanz )
Rubrik
mnoGoSearch Funktionen
Kurzform
udm_add_search_limit -- Verschiedene Beschränkungen bei der Suche anwenden
Vorschau
...änkungen bei der Suche anwenden Beschreibung int udm_add_search_limit ( int agent, int var, string val ) udm_add_search_limit() gibt TRUE bei Erfolg, FALSE bei einem Fehler . Fügt Suchrestritktionen hinzu. agent - ein Link zu einem Agent, erhalten nach udm_alloc_agent() . var - Definiert den Parameter der die Einschränkung angibt. val - Definiert den Wert des aktuellen Parameters. Mögliche Werte für var : UDM_LIMIT_URL - definiert URL ...
PHP Manual
[ udm_add_search_limit php.net ]

PHP Funktion
Creating Extensions ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
... compile your modules manually, you need the following commands: Action Command Compiling cc -fpic -DCOMPILE_DL_FIRST_MODULE=1 -I/usr/local/include -I. -I.. -I../Zend -c -o <your_object_file> <your_c_file> Linking cc -shared -L/usr/local/lib -rdynamic -o <your_module_file> <your_object_file(s)> The command to compile the module simply instructs the compiler to generate position-independent code ( -fpic shouldn't ...
PHP Manual
[ Creating Extensions php.net ]

PHP Funktion
dbase_get_header_info ( phplist Code 16% Relevanz )
Rubrik
dBase Funktionen
Kurzform
dbase_get_header_info -- Gets the header info of a database
Vorschau
...dbase_get_header_info (PHP 5) dbase_get_header_info -- Gets the header info of a database Beschreibung array dbase_get_header_info ( int dbase_identifier ) Returns information on the column structure of the given database link identifier. Parameter Liste dbase_identifier The database link identifier, returned by dbase_open() or dbase_create() . Rückgabewerte An indexed array with an entry for each column in the database. The array index ...
PHP Manual
[ dbase_get_header_info php.net ]

PHP Funktion
maxdb_dump_debug_info ( phplist Code 16% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_dump_debug_info -- Dump debugging information into the log
Vorschau
...maxdb_dump_debug_info maxdb_dump_debug_info (PECL) maxdb_dump_debug_info -- Dump debugging information into the log Description bool maxdb_dump_debug_info ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_disable_rpl_parse maxdb_embedded_connect...
PHP Manual
[ maxdb_dump_debug_info php.net ]

PHP Funktion
maxdb_get_server_info ( phplist Code 16% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_get_server_info (no version information might be only in CVS)maxdb->server_info -- Returns the version of the MaxDB server
Vorschau
... (PECL) maxdb_get_server_info (no version information, might be only in CVS) maxdb->server_info -- Returns the version of the MaxDB server Description Procedural style: string maxdb_get_server_info ( resource link ) Object oriented style (property): class maxdb { string server_info } Returns a string representing the version of the MaxDB server that the MaxDB extension is connected to (represented by the link parameter). Rü...
PHP Manual
[ maxdb_get_server_info php.net ]

PHP Funktion
ftp_alloc ( phplist Code 15% Relevanz )
Rubrik
FTP-Funktionen
Kurzform
ftp_alloc -- Allocates space for a file to be uploaded
Vorschau
... and the client should continue as though the operation were successful. Because of this, it may be best to reserve this function for servers which explicitly require preallocation. Parameter Liste ftp_stream The link identifier of the FTP connection. filezise The number of bytes to allocate. return A textual representation of the servers response will be returned by reference in result if a variable is provided. Rückgabewerte Gibt ...
PHP Manual
[ ftp_alloc php.net ]

PHP Funktion
ibase_set_event_handler ( phplist Code 15% Relevanz )
Rubrik
InterBase-Funktionen
Kurzform
ibase_set_event_handler -- Register a callback function to be called when events are posted
Vorschau
...callback event_handler, string event_name1 [, string event_name2 [, string ...]] ) This function registers a PHP user function as event handler for the specified events. The callback is called with the event name and the link resource as arguments whenever one of the specified events is posted by the database. The callback must return FALSE if the event handler should be canceled. Any other return value is ignored. This function accepts up to ...
PHP Manual
[ ibase_set_event_handler php.net ]

PHP Funktion
maxdb_rpl_parse_enabled ( phplist Code 15% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_rpl_parse_enabled -- Check if RPL parse is enabled
Vorschau
...maxdb_rpl_parse_enabled maxdb_rpl_parse_enabled (PECL) maxdb_rpl_parse_enabled -- Check if RPL parse is enabled Description int maxdb_rpl_parse_enabled ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_rollback maxdb_rpl_probe...
PHP Manual
[ maxdb_rpl_parse_enabled php.net ]

PHP Funktion
newt_form ( phplist Code 15% Relevanz )
Rubrik
Newt Functions
Kurzform
newt_form -- Create a form
Vorschau
... vert_bar [, string help [, int flags]]] ) Create a new form. Parameter Liste vert_bar Vertical scrollbar which should be associated with the form help Help text string flags Various flags Rückgabewerte Resource link to the created form component. Beispiele Beispiel 1. A newt_form() example Displays a single button "Quit", which closes the application once it's pressed. <?php newt_init (); newt_cls (); $myform = newt_form (); $...
PHP Manual
[ newt_form php.net ]

PHP Funktion
Hyperwave API Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...object hw_api->insertanchor -- Inserts a new object of type anchor hw_api->insertcollection -- Inserts a new object of type collection hw_api->insertdocument -- Inserts a new object of type document hw_api->link -- Creates a link to an object hw_api->lock -- Locks an object hw_api->move -- Moves object between collections hw_api_content -- Create new instance of class hw_api_content hw_api_object->assign -- Clones ...
PHP Manual
[ Hyperwave API Functions php.net ]

PHP Funktion
SAM - Simple Asynchronous Messaging ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... products usinga set of libraries and some client side code referred to as XMS. This package isavailable as a free download in the guise of IBM support pack IA94. There is a descriptionof this package and download links in the article Introducing XMS - The IBM Message Service API . If you intend to use SAM to access the Messaging and Queuing infrastructure withinWebSphere MQ then you will also need to have installed a local MQ queue ...
PHP Manual
[ SAM - Simple Asynchronous Messaging php.net ]

PHP Funktion
Standard PHP Library (SPL) Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...::isDot -- Returns true if current entry is '.' or '..' DirectoryIterator::isExecutable -- Returns true if file is executable DirectoryIterator::isFile -- Returns true if file is a regular file DirectoryIterator::isLink -- Returns true if file is symbolic link DirectoryIterator::isReadable -- Returns true if file can be read DirectoryIterator::isWritable -- Returns true if file can be written DirectoryIterator::key -- Return current dir ...
PHP Manual
[ Standard PHP Library (SPL) Functions php.net ]

PHP Funktion
Secure Shell2 Functions ( phplist Code 15% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- List currently authorized publickeys ssh2_publickey_remove -- Remove an authorized publickey ssh2_scp_recv -- Request a file via SCP ssh2_scp_send -- Send a file via SCP ssh2_sftp_lstat -- Stat a symbolic link ssh2_sftp_mkdir -- Create a directory ssh2_sftp_readlink -- Return the target of a symbolic link ssh2_sftp_realpath -- Resolve the realpath of a provided path string ssh2_sftp_rename -- Rename a remote file ssh2_sftp_rmdir...
PHP Manual
[ Secure Shell2 Functions php.net ]

PHP Funktion
maxdb_get_server_version ( phplist Code 14% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_get_server_version -- Returns the version of the MaxDB server as an integer
Vorschau
...maxdb_get_server_version maxdb_get_server_version (PECL) maxdb_get_server_version -- Returns the version of the MaxDB server as an integer Description Procedural style: int maxdb_get_server_version ( resource link ) Object oriented style (property): class maxdb { int server_version } The maxdb_get_server_version() function returns the version of the server connected to (represented by the link parameter) as an integer. The form of...
PHP Manual
[ maxdb_get_server_version php.net ]

PHP Funktion
msql_close ( phplist Code 14% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_close -- Schliesst eine mSQL-Verbindung
Vorschau
...msql_close msql_close (PHP 3, PHP 4, PHP 5) msql_close -- Schliesst eine mSQL-Verbindung Beschreibung bool msql_close ( [resource link_identifier] ) msql_close() schliesst die mit der angegebenen Verbindungskennung verknüpfte Verbindung zum mSQL Datenbankserver. Falls die Verbindungskennung nicht angegeben ist, wird die zuletzt geöffnete Verbindung ...
PHP Manual
[ msql_close php.net ]

PHP Funktion
msql_query ( phplist Code 14% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_query -- Schickt eine mSQL-Abfrage zum Server
Vorschau
...msql_query msql_query (PHP 3, PHP 4, PHP 5) msql_query -- Schickt eine mSQL-Abfrage zum Server Beschreibung resource msql_query ( string query [, resource link_identifier] ) msql_query() schickt eine Datenbankabfrage an die aktuelle Datenbank auf dem Server, die mit der angegebenen Verbindungskennung verknüpft ist. Parameter Liste query Die SQL Abfrage. link_identifier The ...
PHP Manual
[ msql_query php.net ]

PHP Funktion
mysqli_disable_rpl_parse ( phplist Code 14% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_disable_rpl_parse -- Disable RPL parse
Vorschau
...mysqli_disable_rpl_parse mysqli_disable_rpl_parse (PHP 5) mysqli_disable_rpl_parse -- Disable RPL parse Description bool mysqli_disable_rpl_parse ( mysqli link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_disable_reads_from_master mysqli_dump_debug_info...
PHP Manual
[ mysqli_disable_rpl_parse php.net ]

PHP Funktion
PHP benutzen ( phplist Code 13% Relevanz )
Rubrik
FAQ: Frequently Asked Questions
Kurzform
-----
Vorschau
... HTML-Datei, die nicht von PHP geparst wird, als Eingangsseite in ein per Authenfikation geschütztes Verzeichnis erzeugen. Anschließend leiten Sie den Browser durch ein META-Tag auf die PHP-Seite oder sie setzen einen Link auf die PHP-Seite. PHP erkennt dann die Authentifizierung korrekt. Dieses Problem tritt mit dem ISAPI-Modul nicht auf. Auch auf anderen NT-Web-Servern sollte dieses Problem nicht auftauchen. e Informationen finden Sie auch...
PHP Manual
[ PHP benutzen php.net ]

PHP Funktion
maxdb_close ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_close (no version information might be only in CVS)maxdb->close -- Closes a previously opened database connection
Vorschau
...maxdb_close maxdb_close (PECL) maxdb_close (no version information, might be only in CVS) maxdb->close -- Closes a previously opened database connection Description Procedural style: bool maxdb_close ( resource link ) Object oriented style (method): class maxdb { bool close ( void ) } The maxdb_close() function closes a previously opened database connection specified by the link parameter. Return values Gibt bei Erfolg TRUE , im ...
PHP Manual
[ maxdb_close php.net ]

PHP Funktion
maxdb_commit ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_commit (no version information might be only in CVS)maxdb->commit -- Commits the current transaction
Vorschau
...maxdb_commit maxdb_commit (PECL) maxdb_commit (no version information, might be only in CVS) maxdb->commit -- Commits the current transaction Description Procedural style: bool maxdb_commit ( resource link ) Object oriented style (method) class maxdb { bool commit ( void ) } Commits the current transaction for the database connection specified by the link parameter. Return values Gibt bei Erfolg TRUE , im Fehlerfall FALSE...
PHP Manual
[ maxdb_commit php.net ]

PHP Funktion
maxdb_errno ( phplist Code 13% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_errno (no version information might be only in CVS)maxdb->errno -- Returns the error code for the most recent function call
Vorschau
... maxdb_errno (PECL) maxdb_errno (no version information, might be only in CVS) maxdb->errno -- Returns the error code for the most recent function call Description Procedural style: int maxdb_errno ( resource link ) Object oriented style (property): class maxdb { int errno } The maxdb_errno() function will return the last error code for the most recent MaxDB function call that can succeed or fail with respect to the database link ...
PHP Manual
[ maxdb_errno php.net ]

PHP Funktion
msql_drop_db ( phplist Code 13% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_drop_db -- Löscht eine mSQL Datenbank
Vorschau
...msql_drop_db msql_drop_db (PHP 3, PHP 4, PHP 5) msql_drop_db -- Löscht eine mSQL Datenbank Beschreibung bool msql_drop_db ( string database_name [, resource link_identifier] ) msql_drop_db() versucht, eine Datenbank vom Server zu löschen. Parameter Liste database_name Der Name der Datenbank. link_identifier The mSQL connection.If not specified, the last link opened by ...
PHP Manual
[ msql_drop_db php.net ]

PHP Funktion
sybase_close ( phplist Code 13% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_close -- Closes a Sybase connection
Vorschau
...sybase_close sybase_close (PHP 3, PHP 4, PHP 5) sybase_close -- Closes a Sybase connection Description bool sybase_close ( [resource link_identifier] ) sybase_close() closes the link to a Sybase database that's associated with the specified link link_identifier . If the link identifier isn't specified, the last opened link is assumed. Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Note that this isn't ...
PHP Manual
[ sybase_close php.net ]

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

PHP Funktion
PostScript document creation ( phplist Code 13% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... Actually the API is almost identical and one can in many cases just replace the prefix of each function from pdf_ to ps_. This also works for functions which has no meaning in the PostScript document (like adding hyperlinks) but will have an effect if the document is converted to PDF. Documents created by this extension are sometimes even superior to documents created with the pdf extension, because pslib's text rendering functions can ...
PHP Manual
[ PostScript document creation php.net ]

PHP Funktion
msql_db_query ( phplist Code 12% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_db_query -- Sendet eine mSQL Abfrage an den Server
Vorschau
...msql_db_query msql_db_query (PHP 3, PHP 4, PHP 5) msql_db_query -- Sendet eine mSQL Abfrage an den Server Beschreibung resource msql_db_query ( string database, string query [, resource link_identifier] ) msql_db_query() führt eine Abfrage auf der gewählten Datenbank aus. Parameter Liste database Der Name der mSQL Datenbank. query Sie SQL Abfrage. link_identifier The mSQL connection.If not specified, the ...
PHP Manual
[ msql_db_query php.net ]

PHP Funktion
gopher_parsedir ( phplist Code 11% Relevanz )
Rubrik
Net_Gopher
Kurzform
gopher_parsedir -- Translate a gopher formatted directory entry into an associative array.
Vorschau
....com:70/allabout.txt . It also knows about two other directory (which have their own listing files) at gopher://gopher.exmaple.com:70/stories and at gopher://gopher.ejemplo.co.es:70/ . In addition there is a binary file, a link to an HTTP url, and several informative lines. By passing each line of the directory listing into gopher_parsedir() , an associative array is formed containing a parsed out version of the data. Beispiel 2. Using ...
PHP Manual
[ gopher_parsedir php.net ]

PHP Funktion
ldap_start_tls ( phplist Code 11% Relevanz )
Rubrik
LDAP Funktionen
Kurzform
ldap_start_tls -- Startet TLS
Vorschau
...ldap_start_tls ldap_start_tls (PHP 4 >= 4.2.0, PHP 5) ldap_start_tls -- Startet TLS Beschreibung bool ldap_start_tls ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. ldap_sort ldap_t61_to_8859...
PHP Manual
[ ldap_start_tls php.net ]

PHP Funktion
maxdb_rpl_probe ( phplist Code 11% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_rpl_probe -- RPL probe
Vorschau
...maxdb_rpl_probe maxdb_rpl_probe (PECL) maxdb_rpl_probe -- RPL probe Description bool maxdb_rpl_probe ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_rpl_parse_enabled maxdb_rpl_query_type...
PHP Manual
[ maxdb_rpl_probe php.net ]

PHP Funktion
maxdb_select_db ( phplist Code 11% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_select_db (no version information might be only in CVS)maxdb->select_db -- Selects the default database for database queries
Vorschau
...maxdb_select_db maxdb_select_db (PECL) maxdb_select_db (no version information, might be only in CVS) maxdb->select_db -- Selects the default database for database queries Description bool maxdb_select_db ( resource link, string dbname ) The maxdb_select_db() function selects the default database (specified by the dbname parameter) to be used when performing queries against the database connection represented by the link parameter. ...
PHP Manual
[ maxdb_select_db php.net ]

PHP Funktion
maxdb_sqlstate ( phplist Code 11% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_sqlstate (no version information might be only in CVS)maxdb->sqlstate -- Returns the SQLSTATE error from previous MaxDB operation
Vorschau
... (PECL) maxdb_sqlstate (no version information, might be only in CVS) maxdb->sqlstate -- Returns the SQLSTATE error from previous MaxDB operation Description Procedural style: string maxdb_sqlstate ( resource link ) Object oriented style (property): class maxdb { string sqlstate } Returns a string containing the SQLSTATE error code for the last error. The error code consists of five characters. '00000' means no error. The values ...
PHP Manual
[ maxdb_sqlstate php.net ]

PHP Funktion
maxdb_thread_id ( phplist Code 11% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_thread_id (no version information might be only in CVS)maxdb->thread_id -- Returns the thread ID for the current connection
Vorschau
... maxdb_thread_id (PECL) maxdb_thread_id (no version information, might be only in CVS) maxdb->thread_id -- Returns the thread ID for the current connection Description Procedural style: int maxdb_thread_id ( resource link ) Object oriented style (property): class maxdb { int thread_id } The maxdb_thread_id() function returns the thread ID for the current connection which can then be killed using the maxdb_kill() function. If the connection...
PHP Manual
[ maxdb_thread_id php.net ]

PHP Funktion
msql_create_db ( phplist Code 11% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_create_db -- Erzeugt eine mSQL Datenbank
Vorschau
...msql_create_db msql_create_db (PHP 3, PHP 4, PHP 5) msql_create_db -- Erzeugt eine mSQL Datenbank Beschreibung bool msql_create_db ( string database_name [, resource link_identifier] ) msql_create_db() versucht, eine neue Datenbank auf einem mSQL-Server zu erzeugen. Parameter Liste database_name Der Name der mSQL Datenbank. link_identifier The mSQL connection.If not specified, the last ...
PHP Manual
[ msql_create_db php.net ]

PHP Funktion
msql_select_db ( phplist Code 11% Relevanz )
Rubrik
mSQL Funktionen
Kurzform
msql_select_db -- Wählt eine mSQL Datenbank aus
Vorschau
...msql_select_db msql_select_db (PHP 3, PHP 4, PHP 5) msql_select_db -- Wählt eine mSQL Datenbank aus Beschreibung bool msql_select_db ( string database_name [, resource link_identifier] ) msql_select_db() wählt die aktuell aktive Datenbank auf dem Server aus, die mit der übergebenen link_identifier verknüpft ist. Jeder nachfolgende Aufruf von msql_query() bezieht sich auf die aktive Datenbank...
PHP Manual
[ msql_select_db php.net ]

PHP Funktion
mysqli_disable_reads_from_master ( phplist Code 11% Relevanz )
Rubrik
Verbesserte MySQL Erweiterung
Kurzform
mysqli_disable_reads_from_master (no version information might be only in CVS)mysqli->disable_reads_from_master -- Disable reads from master
Vorschau
... (no version information, might be only in CVS) mysqli->disable_reads_from_master -- Disable reads from master Description Procedural style: bool mysqli_disable_reads_from_master ( mysqli link ) Object oriented style (method): class mysqli { void disable_reads_from_master ( void ) } Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. mysqli_debug ...
PHP Manual
[ mysqli_disable_reads_from_master php.net ]

PHP Funktion
ssh2_sftp_lstat ( phplist Code 11% Relevanz )
Rubrik
Secure Shell2 Functions
Kurzform
ssh2_sftp_lstat -- Stat a symbolic link
Vorschau
...ssh2_sftp_lstat ssh2_sftp_lstat (PECL) ssh2_sftp_lstat -- Stat a symbolic link Description array ssh2_sftp_lstat ( resource sftp, string path ) Stats a symbolic link on the remote filesystem without following the link. This function is similar to using the lstat() function with the ssh2.sftp:// wrapper in PHP5 and returns the same values. See the documentation for stat() for details on the values which may be returned. Beispiel 1. ...
PHP Manual
[ ssh2_sftp_lstat php.net ]

PHP Funktion
sybase_connect ( phplist Code 11% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_connect -- Opens a Sybase server connection
Vorschau
...PHP 5) sybase_connect -- Opens a Sybase server connection Description resource sybase_connect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] ) Returns a positive Sybase link identifier on success, or FALSE on failure. sybase_connect() establishes a connection to a Sybase server. The servername argument has to be a valid servername that is defined in the 'interfaces' file. In case a second call...
PHP Manual
[ sybase_connect php.net ]

PHP Funktion
sybase_pconnect ( phplist Code 11% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_pconnect -- Open persistent Sybase connection
Vorschau
... -- Open persistent Sybase connection Description resource sybase_pconnect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] ) Returns a positive Sybase persistent link identifier on success, or FALSE on error. sybase_pconnect() acts very much like sybase_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's already ...
PHP Manual
[ sybase_pconnect php.net ]

PHP Funktion
Newt Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/package/newt . Für PHP 4 finden Sie die Quellen dieser PECL Erung im ext/ Verzeichnis innerhalb der PHP Quellen oder unter dem PECL Link wie oben angegeben. In order to use these functions you must compile CGI or CLI PHP with newt support by using the --with-newt[=DIR] configure option. Anmerkung: This extension is not available for Windows platform. You ...
PHP Manual
[ Newt Functions php.net ]

PHP Funktion
xattr Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. XATTR_ROOT ( integer ) Set attribute in root (trusted) namespace. Requires root privileges. XATTR_DONTFOLLOW ( integer ) Do not follow the symbolic link but operate on symbolic link itself. XATTR_CREATE ( integer ) Function will fail if extended attribute already exists. XATTR_REPLACE ( integer ) Function will fail if extended attribute doesn't exist. Inhaltsverzeichnis ...
PHP Manual
[ xattr Functions php.net ]

PHP Funktion
maxdb_autocommit ( phplist Code 10% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_autocommit (no version information might be only in CVS) maxdb->auto_commit -- Turns on or off auto-commiting database modifications
Vorschau
... (PECL) maxdb_autocommit (no version information, might be only in CVS) maxdb->auto_commit -- Turns on or off auto-commiting database modifications Description Procedural style: bool maxdb_autocommit ( resource link, bool mode ) Object oriented style (method) class maxdb { bool auto_commit ( bool mode ) } maxdb_autocommit() is used to turn on or off auto-commit mode on queries for the database connection represented by the link ...
PHP Manual
[ maxdb_autocommit php.net ]

PHP Funktion
maxdb_change_user ( phplist Code 10% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_change_user (no version information might be only in CVS)maxdb->change_user -- Changes the user of the specified database connection
Vorschau
... (PECL) maxdb_change_user (no version information, might be only in CVS) maxdb->change_user -- Changes the user of the specified database connection Description Procedural style: bool maxdb_change_user ( resource link, string user, string password, string database ) Object oriented style (method): class maxdb { bool change_user ( string user, string password, string database ) } maxdb_change_user() is used to change the user of the ...
PHP Manual
[ maxdb_change_user php.net ]

PHP Funktion
maxdb_next_result ( phplist Code 10% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_next_result (no version information might be only in CVS)maxdb->next_result -- Prepare next result from multi_query
Vorschau
...maxdb_next_result maxdb_next_result (PECL) maxdb_next_result (no version information, might be only in CVS) maxdb->next_result -- Prepare next result from multi_query Description bool maxdb_next_result ( resource link ) Since multiple queries are not yet supported, maxdb_next_result() returns always FALSE . Return values FALSE See also maxdb_multi_query() , maxdb_more_results() , maxdb_store_result() , maxdb_use_result() ...
PHP Manual
[ maxdb_next_result php.net ]

PHP Funktion
maxdb_use_result ( phplist Code 10% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_use_result (no version information might be only in CVS)maxdb->use_result -- Initiate a result set retrieval
Vorschau
... maxdb_use_result (PECL) maxdb_use_result (no version information, might be only in CVS) maxdb->use_result -- Initiate a result set retrieval Description Procedural style: resource maxdb_use_result ( resource link ) Object oriented style (method): class maxdb { resource use_result ( void ) } maxdb_use_result() has no effect. Return values Returns result or FALSE in case of error. See also maxdb_real_query() , maxdb_store_result...
PHP Manual
[ maxdb_use_result php.net ]

PHP Funktion
php_check_syntax ( phplist Code 10% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
php_check_syntax -- Check the PHP syntax of (and execute) the specified file
Vorschau
... If the error_message parameter is used, it will contain the error message generated by the syntax check. error_message is passed by reference . Rückgabewerte Returns TRUE if the lint check passed, and FALSE if the link check failed or if file_name cannot be opened. ChangeLog Version Beschreibung 5.0.5 This function was removed from PHP. 5.0.3 Calling exit() after php_check_syntax() resulted in a Segfault. 5.0.1 error_message is ...
PHP Manual
[ php_check_syntax php.net ]

PHP Funktion
sybase_select_db ( phplist Code 10% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_select_db -- Selects a Sybase database
Vorschau
...sybase_select_db sybase_select_db (PHP 3, PHP 4, PHP 5) sybase_select_db -- Selects a Sybase database Description bool sybase_select_db ( string database_name [, resource link_identifier] ) sybase_select_db() sets the current active database on the server that's associated with the specified link identifier. If no link identifier is specified, the last opened link is assumed. If no link is open...
PHP Manual
[ sybase_select_db php.net ]

PHP Funktion
udm_close_stored ( phplist Code 10% Relevanz )
Rubrik
mnoGoSearch Funktionen
Kurzform
udm_close_stored -- Open connection to stored
Vorschau
...udm_close_stored udm_close_stored (PHP 4 >= 4.2.0) udm_close_stored -- Open connection to stored Beschreibung int udm_close_stored ( int agent, int link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. udm_clear_search_limits udm_crc32...
PHP Manual
[ udm_close_stored php.net ]

PHP Funktion
Running PHP 3 and PHP 4 concurrently ( phplist Code 10% Relevanz )
Rubrik
Migrating from PHP 3 to PHP 4
Kurzform
-----
Vorschau
... on the following platforms: Linux with recent binutils (binutils 2.9.1.0.25 tested) Solaris 2.5 or better FreeBSD (3.2, 4.0 tested) To enable it, configure PHP 3 and PHP 4 to use APXS ( --with-apxs ) and the necessary link extensions ( --enable-versioning ). Otherwise, all standard installations instructions apply. For example: $ ./configure \ --with-apxs=/apache/bin/apxs \ --enable-versioning \ --with-mysql \ --enable-track-vars ...
PHP Manual
[ Running PHP 3 and PHP 4 concurrently php.net ]

PHP Funktion
Expect Functions ( phplist Code 10% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
..., Maintainerinformation und ein CHANGELOG finden Sie hier: http://pecl.php.net/package/expect . Für PHP 4 finden Sie die Quellen dieser PECL Erung im ext/ Verzeichnis innerhalb der PHP Quellen oder unter dem PECL Link wie oben angegeben. In order to use these functions you must compile PHP with expect support by using the --with-expect[=DIR] configure option. Windows users will enable php_expect.dll inside of php.ini in order to use ...
PHP Manual
[ Expect Functions php.net ]

PHP Funktion
imagecreatefromwbmp ( phplist Code 9% Relevanz )
Rubrik
Grafik-Funktionen
Kurzform
imagecreatefromwbmp -- Create a new image from file or URL
Vorschau
...() 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 during creation <?php function LoadWBMP ( $imgname ) { $im = @ imagecreatefromwbmp ( $imgname...
PHP Manual
[ imagecreatefromwbmp php.net ]

PHP Funktion
maxdb_more_results ( phplist Code 9% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_more_results (no version information might be only in CVS)maxdb->more_results -- Check if there any more query results from a multi query
Vorschau
...maxdb_more_results (PECL) maxdb_more_results (no version information, might be only in CVS) maxdb->more_results -- Check if there any more query results from a multi query Description bool maxdb_more_results ( resource link ) maxdb_more_results() indicates if one or more result sets are available from a previous call to maxdb_multi_query() . Return values Always FALSE . See also maxdb_multi_query() , maxdb_next_result() , maxdb_store_result...
PHP Manual
[ maxdb_more_results php.net ]

PHP Funktion
maxdb_store_result ( phplist Code 9% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_store_result (no version information might be only in CVS)maxdb->store_result -- Transfers a result set from the last query
Vorschau
... (PECL) maxdb_store_result (no version information, might be only in CVS) maxdb->store_result -- Transfers a result set from the last query Description Procedural style: resource maxdb_store_result ( resource link ) Object oriented style (method): class maxdb { object store_result ( void ) } This function has no functionally effect. Return values Returns a result resource or FALSE if an error occurred. See also maxdb_real_query...
PHP Manual
[ maxdb_store_result php.net ]

PHP Funktion
udm_set_agent_param ( phplist Code 9% Relevanz )
Rubrik
mnoGoSearch Funktionen
Kurzform
udm_set_agent_param -- Setzt die Parameter der aktuellen mnoGoSearch Session
Vorschau
...tzung für Crosswords. Mögliche Werte: UDM_CROSS_WORDS_ENABLED und UDM_CROSS_WORDS_DISABLED. Das Crosswords-Feature erlaubt es, Wörter zwischen <a href="xxx"> und </a> dem Dokument zuzuordnen, zu dem dieser Link führt. Anmerkung: Crosswords werden seit mnoGoSearch 3.1.11 unterstützt. UDM_PARAM_VARDIR - Gibt einen Pfad zu einem Verzeichnis an, in dem der Indexer Daten speichert, wenn der integrierte Datenbank-Modus oder der ...
PHP Manual
[ udm_set_agent_param php.net ]

PHP Funktion
Hyperwave Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... array with the string left to the colon in the attribute value being the key. (This is not fully implemented. Only the attributes Title, Description and Keyword are treated properly yet.) Besides the documents, all hyper links contained in a document are stored as object records as well. Hyper links which are in a document will be removed from it and stored as individual objects, when the document is inserted into the database. The object ...
PHP Manual
[ Hyperwave Functions php.net ]

PHP Funktion
MaxDB PHP Extension ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...to the database that contains the tutorial data. This simple example shows how to connect, execute a query, print resulting rows and disconnect from a MaxDB database. Beispiel 1. MaxDB extension overview example <?php $link = maxdb_connect ( "localhost" , "MONA" , "RED" , "DEMODB" ); /* check connection */ if ( maxdb_connect_errno ()) { printf ( "Connect failed: %s\n" , maxdb_connect_error ()); exit(); } /* Performing SQL query */ $query = "...
PHP Manual
[ MaxDB PHP Extension php.net ]

PHP Funktion
Memcache Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
.... memcache.default_port string The default TCP port number to use when connecting to the memcached server if no other port is specified. Resource Typen There is only one resource type used in memcache module - it's the link identifier for a cache server connection. Vordefinierte Konstanten Tabelle 2. MemCache Constants Name Description MEMCACHE_COMPRESSED ( integer ) Used to turn on-the-fly data compression on with Memcache::set() , ...
PHP Manual
[ Memcache Functions php.net ]

PHP Funktion
maxdb_enable_rpl_parse ( phplist Code 8% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_enable_rpl_parse -- Enable RPL parse
Vorschau
...maxdb_enable_rpl_parse maxdb_enable_rpl_parse (PECL) maxdb_enable_rpl_parse -- Enable RPL parse Description bool maxdb_enable_rpl_parse ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_enable_reads_from_master maxdb_errno...
PHP Manual
[ maxdb_enable_rpl_parse php.net ]

PHP Funktion
maxdb_rpl_query_type ( phplist Code 8% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_rpl_query_type (no version information might be only in CVS)maxdb->rpl_query_type -- Returns RPL query type
Vorschau
...maxdb_rpl_query_type maxdb_rpl_query_type (PECL) maxdb_rpl_query_type (no version information, might be only in CVS) maxdb->rpl_query_type -- Returns RPL query type Description int maxdb_rpl_query_type ( resource link ) Object oriented style (method) class maxdb { int rpl_query_type ( void ) } Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_rpl_probe maxdb_select_db...
PHP Manual
[ maxdb_rpl_query_type php.net ]

PHP Funktion
output_add_rewrite_var ( phplist Code 8% Relevanz )
Rubrik
Funktionen zur Ausgabesteuerung
Kurzform
output_add_rewrite_var -- Add URL rewriter values
Vorschau
....ini parameter. Anmerkung: Calling this function will implicitly start output buffering if it is not active already. Beispiel 1. output_add_rewrite_var() example <?php output_add_rewrite_var ( 'var' , 'value' ); // a link echo '<a href="file.php">link</a>' ; // a form echo '<form action="script.php" method="post"> <input type="text" name="var2" /> </form>' ; print_r ( ob_list_handlers ()); ?> Das oben ...
PHP Manual
[ output_add_rewrite_var php.net ]

PHP Funktion
fbsql_database_password ( phplist Code 7% Relevanz )
Rubrik
FrontBase Funktionen
Kurzform
fbsql_database_password -- Sets or retrieves the password for a FrontBase database
Vorschau
...fbsql_database_password fbsql_database_password (PHP 4 >= 4.0.6, PHP 5) fbsql_database_password -- Sets or retrieves the password for a FrontBase database Beschreibung string fbsql_database_password ( resource link_identifier [, string database_password] ) Returns: The database password associated with the link identifier. fbsql_database_password() sets and retrieves the database password used by the connection. if a database is ...
PHP Manual
[ fbsql_database_password php.net ]

PHP Funktion
maxdb_character_set_name ( phplist Code 7% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_character_set_name (no version information might be only in CVS)maxdb->character_set_name -- Returns the default character set for the database connection
Vorschau
... (no version information, might be only in CVS) maxdb->character_set_name -- Returns the default character set for the database connection Description Procedural style: string maxdb_character_set_name ( resource link ) Object oriented style (method): class maxdb { string character_set_name ( void ) } Returns the current character set for the database connection specified by the link parameter. Return values The default character set ...
PHP Manual
[ maxdb_character_set_name php.net ]

PHP Funktion
maxdb_disable_rpl_parse ( phplist Code 7% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_disable_rpl_parse -- Disable RPL parse
Vorschau
...maxdb_disable_rpl_parse maxdb_disable_rpl_parse (PECL) maxdb_disable_rpl_parse -- Disable RPL parse Description bool maxdb_disable_rpl_parse ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_disable_reads_from_master maxdb_dump_debug_info...
PHP Manual
[ maxdb_disable_rpl_parse 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
... if the data could not be stored. array stream_stat ( void ) This method is called in response to fstat() calls on the stream and should return an array containing the same values as appropriate for the stream. bool unlink ( string path ) This method is called in response to unlink() calls on URL paths associated with the wrapper and should attempt to delete the item specified by path . It should return TRUE on success or FALSE on failure. ...
PHP Manual
[ stream_wrapper_register php.net ]

PHP Funktion
sybase_unbuffered_query ( phplist Code 7% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_unbuffered_query -- Send a Sybase query and do not block
Vorschau
...sybase_unbuffered_query sybase_unbuffered_query (PHP 4 >= 4.3.0, PHP 5) sybase_unbuffered_query -- Send a Sybase query and do not block Description resource sybase_unbuffered_query ( string query, resource link_identifier [, bool store_result] ) Returns a positive Sybase result identifier on success, or FALSE on error. Anmerkung: Diese Funktion steht nur zur Verfügung,wenn Sie die CT Bibliothek als Schnittstelle zu Sybase ...
PHP Manual
[ sybase_unbuffered_query php.net ]

PHP Funktion
struct php_stream_filter ( phplist Code 7% Relevanz )
Rubrik
Streams Structures
Kurzform
-----
Vorschau
... and pointer to operations Description struct _php_stream_filter { php_stream_filter_ops *fops; void *abstract; /* for use by filter implementation */ php_stream_filter *next; php_stream_filter *prev; int is_persistent; /* link into stream and chain */ php_stream_filter_chain *chain; /* buffered buckets */ php_stream_bucket_brigade buffer; } php_stream_filter; struct php_stream_wrapper_ops struct php_stream_filter_ops...
PHP Manual
[ struct php_stream_filter php.net ]

PHP Funktion
maxdb_disable_reads_from_master ( phplist Code 6% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_disable_reads_from_master (no version information might be only in CVS)maxdb->disable_reads_from_master -- Disable reads from master
Vorschau
...maxdb_disable_reads_from_master (no version information, might be only in CVS) maxdb->disable_reads_from_master -- Disable reads from master Description Procedural style: bool maxdb_disable_reads_from_master ( resource link ) Object oriented style (method): class maxdb { void disable_reads_from_master ( void ) } Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_debug ...
PHP Manual
[ maxdb_disable_reads_from_master php.net ]

PHP Funktion
maxdb_enable_reads_from_master ( phplist Code 6% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_enable_reads_from_master -- Enable reads from master
Vorschau
...maxdb_enable_reads_from_master maxdb_enable_reads_from_master (PECL) maxdb_enable_reads_from_master -- Enable reads from master Description bool maxdb_enable_reads_from_master ( resource link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. maxdb_embedded_connect maxdb_enable_rpl_parse...
PHP Manual
[ maxdb_enable_reads_from_master php.net ]

PHP Funktion
get_resource_type ( phplist Code 0% Relevanz )
Rubrik
Funktionen zur Behandlung von Variablen
Kurzform
get_resource_type -- Returns the resource type
Vorschau
...this function, the return value will be the string Unknown . This function will return FALSE and generate an error if handle is not a resource . Beispiele Beispiel 1. get_resource_type() example <?php // prints: mysql link $c = mysql_connect (); echo get_resource_type ( $c ) . "\n" ; // prints: file $fp = fopen ( "foo" , "w" ); echo get_resource_type ( $fp ) . "\n" ; // prints: domxml document $doc = new_xmldoc ( "1.0" ); echo ...
PHP Manual
[ get_resource_type php.net ]

PHP Funktion
header ( phplist Code 0% Relevanz )
Rubrik
Netzwerk Funktionen
Kurzform
header -- Sendet einen HTTP-Header in Rohform
Vorschau
..., Hostnamen und absoluten Pfad als Argument von Location: , aber manche Clients akzeptieren auch relative URIs. Gewöhnlich können Sie mittels $_SERVER['HTTP_HOST'] , $_SERVER['PHP_SELF'] und dirname() aus einem relativen Link einen absoluten URI selbst erstellen: <?php /* Redirect auf eine andere Seite im aktuell angeforderten Verzeichnis */ $host = $_SERVER [ 'HTTP_HOST' ]; $uri = rtrim ( dirname ( $_SERVER [ 'PHP_SELF' ]), '/\\' ); $extra...
PHP Manual
[ header php.net ]

PHP Funktion
hw_GetText ( phplist Code 0% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_GetText -- Retrieve text document
Vorschau
...document with object ID objectID . If the document has anchors which can be inserted, they will be inserted already. The optional parameter rootID/prefix can be a string or an integer. If it is an integer it determines how links are inserted into the document. The default is 0 and will result in links that are constructed from the name of the link's destination object. This is useful for web applications. If a link points to an object with name '...
PHP Manual
[ hw_GetText php.net ]

PHP Funktion
hw_stat ( phplist Code 0% Relevanz )
Rubrik
Hyperwave Functions
Kurzform
hw_stat -- Returns status string
Vorschau
...hw_stat hw_stat (PHP 3 >= 3.0.3, PHP 4, PECL) hw_stat -- Returns status string Description string hw_stat ( int link ) Warnung Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. hw_setlinkroot hw_Unlock...
PHP Manual
[ hw_stat php.net ]

PHP Funktion
maxdb_affected_rows ( phplist Code 0% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_affected_rows (no version information might be only in CVS)maxdb->affected_rows -- Gets the number of affected rows in a previous MaxDB operation
Vorschau
...maxdb_affected_rows (no version information, might be only in CVS) maxdb->affected_rows -- Gets the number of affected rows in a previous MaxDB operation Description Procedural style: int maxdb_affected_rows ( resource link ) Object oriented style (property): class maxdb { int affected_rows } maxdb_affected_rows() returns the number of rows affected by the last INSERT, UPDATE, or DELETE query associated with the provided link parameter. If ...
PHP Manual
[ maxdb_affected_rows php.net ]

PHP Funktion
maxdb_error ( phplist Code 0% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_error -- Returns a string description of the last error
Vorschau
...maxdb_error maxdb_error (PECL) maxdb_error -- Returns a string description of the last error Description Procedural style: string maxdb_error ( resource link ) Object oriented style (property) class maxdb { string error } The maxdb_error() function is identical to the corresponding maxdb_errno() function in every way, except instead of returning an integer error code the ...
PHP Manual
[ maxdb_error php.net ]

PHP Funktion
maxdb_query ( phplist Code 0% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_query (no version information might be only in CVS)maxdb->query -- Performs a query on the database
Vorschau
...maxdb_query maxdb_query (PECL) maxdb_query (no version information, might be only in CVS) maxdb->query -- Performs a query on the database Description Procedural style: mixed maxdb_query ( resource link, string query [, int resultmode] ) Object oriented style (method): class maxdb { mixed query ( string query ) } The maxdb_query() function is used to simplify the act of performing a query against the database represented...
PHP Manual
[ maxdb_query php.net ]

PHP Funktion
maxdb_stat ( phplist Code 0% Relevanz )
Rubrik
MaxDB PHP Extension
Kurzform
maxdb_stat (no version information might be only in CVS)maxdb->stat -- Gets the current system status
Vorschau
...maxdb_stat maxdb_stat (PECL) maxdb_stat (no version information, might be only in CVS) maxdb->stat -- Gets the current system status Description Procedural style: string maxdb_stat ( resource link ) Object oriented style (method): class maxdb { string maxdb->stat ( void ) } maxdb_stat() returns a string containing several information about the MaxDB server running. Return values A string describing the server ...
PHP Manual
[ maxdb_stat php.net ]

PHP Funktion
pfpro_process_raw ( phplist Code 0% Relevanz )
Rubrik
Verisign Payflow Pro Funktionen
Kurzform
pfpro_process_raw -- Führt eine rohe Transaktion mit Payflow Pro aus
Vorschau
... <?php pfpro_init (); $response = pfpro_process ( "USER=mylogin&PWD[5]=m&ndy&TRXTYPE=S&TENDER=C&AMT=1.50&ACCT=4111111111111111&EXPDATE=0904" ); if (! $response ) { die( "Couldn't establish link to Verisign.\n" ); } echo "Verisign raw response was " . $response ; pfpro_cleanup (); ?> pfpro_init pfpro_process...
PHP Manual
[ pfpro_process_raw php.net ]

PHP Funktion
pfpro_process ( phplist Code 0% Relevanz )
Rubrik
Verisign Payflow Pro Funktionen
Kurzform
pfpro_process -- Führt eine Transaktion mit Payflow Pro aus
Vorschau
... => 'mypassword' , TRXTYPE => 'S' , TENDER => 'C' , AMT => 1.50 , ACCT => '4111111111111111' , EXPDATE => '0904' ); $response = pfpro_process ( $transaction ); if (! $response ) { die( "Couldn't establish link to Verisign.\n" ); } echo "Verisign response code was " . $response [ RESULT ]; echo ", which means: " . $response [ RESPMSG ]. "\n" ; echo "\nThe transaction request: " ; print_r ( $transaction ); echo "\nThe response...
PHP Manual
[ pfpro_process php.net ]

PHP Funktion
sybase_affected_rows ( phplist Code 0% Relevanz )
Rubrik
Sybase Funktionen
Kurzform
sybase_affected_rows -- Gets number of affected rows in last query
Vorschau
...sybase_affected_rows sybase_affected_rows (PHP 3 >= 3.0.6, PHP 4, PHP 5) sybase_affected_rows -- Gets number of affected rows in last query Description int sybase_affected_rows ( [resource link_identifier] ) sybase_affected_rows() returns the number of rows affected by the last INSERT, UPDATE or DELETE query on the server associated with the specified link identifier. If the link identifier isn't specified, the ...
PHP Manual
[ sybase_affected_rows php.net ]

PHP Funktion
xattr_get ( phplist Code 0% Relevanz )
Rubrik
xattr Functions
Kurzform
xattr_get -- Get an extended attribute
Vorschau
... change that using flags argument. Parameter Liste filename The file from which we get the attribute. name The name of the attribute. flags Tabelle 1. Supported xattr flags XATTR_DONTFOLLOW Do not follow the symbolic link but operate on symbolic link itself. XATTR_ROOT Set attribute in root (trusted) namespace. Requires root privileges. Rückgabewerte Returns a string containing the value or FALSE if the attribute doesn't exist. Beispiele ...
PHP Manual
[ xattr_get php.net ]

PHP Funktion
xattr_remove ( phplist Code 0% Relevanz )
Rubrik
xattr Functions
Kurzform
xattr_remove -- Remove an extended attribute
Vorschau
... using flags argument. Parameter Liste filename The file from which we remove the attribute. name The name of the attribute to remove. flags Tabelle 1. Supported xattr flags XATTR_DONTFOLLOW Do not follow the symbolic link but operate on symbolic link itself. XATTR_ROOT Set attribute in root (trusted) namespace. Requires root privileges. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Removes all extended ...
PHP Manual
[ xattr_remove php.net ]

PHP Funktion
xattr_set ( phplist Code 0% Relevanz )
Rubrik
xattr Functions
Kurzform
xattr_set -- Set an extended attribute
Vorschau
... Tabelle 1. Supported xattr flags XATTR_CREATE Function will fail if extended attribute already exists. XATTR_REPLACE Function will fail if extended attribute doesn't exist. XATTR_DONTFOLLOW Do not follow the symbolic link but operate on symbolic link itself. XATTR_ROOT Set attribute in root (trusted) namespace. Requires root privileges. Rückgabewerte Gibt bei Erfolg TRUE , im Fehlerfall FALSE . Beispiele Beispiel 1. Sets extended ...
PHP Manual
[ xattr_set php.net ]

PHP Funktion
xattr_supported ( phplist Code 0% Relevanz )
Rubrik
xattr Functions
Kurzform
xattr_supported -- Check if filesystem supports extended attributes
Vorschau
... the given file supports extended attributes. Read access to the file is required. Parameter Liste filename The path of the tested file. flags Tabelle 1. Supported xattr flags XATTR_DONTFOLLOW Do not follow the symbolic link but operate on symbolic link itself. Rückgabewerte This function returns TRUE if filesystem supports extended attributes, FALSE if it doesn't and NULL if it can't be determined (for example wrong path or lack of ...
PHP Manual
[ xattr_supported php.net ]