★ wanayoo — archive 1999 http://fr.php.net/manual/ref.ibase.phpNouvelle recherche | Portail wanayoo
PHP Tuesday, March 20, 2001  
downloads | documentation | faq | support | reporting bugs | links 

search for in the  

lookup:
PHP ManualPHP Manual
Function ReferenceFunction Reference
 ApacheApache
 ArraysArrays
 AspellAspell
 BC mathBC math
 CalendarCalendar
 CCVSCCVS
 COMCOM
 Classes/ObjectsClasses/Objects
 ClibPDFClibPDF
 CURLCURL
 CybercashCybercash
 dbadba
 Date/timeDate/time
 dBasedBase
 DBMDBM
 DirectoriesDirectories
 DOM XMLDOM XML
 Errors and LoggingErrors and Logging
 fileProfilePro
 FilesystemFilesystem
 FDFFDF
 FTPFTP
 FunctionsFunctions
 gettextgettext
 GMPGMP
 HTTPHTTP
 HyperwaveHyperwave
 ICAPICAP
 GraphicsGraphics
 IMAPIMAP
 InformixInformix
 InterBaseInterBase
 Ingres IIIngres II
 LDAPLDAP
 MailMail
 Math.Math.
 MCALMCAL
 mcryptmcrypt
 mhashmhash
 MS SQL ServerMS SQL Server
 Misc.Misc.
 mSQLmSQL
 MySQLMySQL
 NetworkNetwork
 ODBCODBC
 OCI8OCI8
 OpenSSLOpenSSL
 OracleOracle
 OvrimosSQLOvrimosSQL
 Output ControlOutput Control
 PDFPDF
 Verisign Payflow ProVerisign Payflow Pro
 PHP options/infoPHP options/info
 POSIXPOSIX
 PostgreSQLPostgreSQL
 Program ExecutionProgram Execution
 PspellPspell
 ReadlineReadline
 RecodeRecode
 PCREPCRE
 RegexpsRegexps
 SatelliteSatellite
 SemaphoreSemaphore
 SESAMSESAM
 SessionsSessions
 shmopshmop
 SWFSWF
 SNMPSNMP
 SocketsSockets
 StringsStrings
 SybaseSybase
 URLsURLs
 VariablesVariables
 WDDXWDDX
 XMLXML
 XSLTXSLT
 YAZYAZ
 YP/NISYP/NIS
 ZlibZlib

previousifxus_write_slob
ibase_connectnext

Last updated: Mon, 08 Jan 2001

XXXII. InterBase functions

InterBase is a popular database put out by Borland/Inprise. More information about InterBase is available at http://www.interbase.com/. Oh, by the way, InterBase just joined the open source movement!

Note: Full support for InterBase 6 was added in PHP 4.0.

This database uses a single quote (') character for escaping, a behavior similar to the Sybase database, add to your php.ini the following directive:


magic_quotes_sybase = On
	  

Table of Contents
ibase_connect — Open a connection to an InterBase database
ibase_pconnect — Creates an persistent connection to an InterBase database
ibase_close — Close a connection to an InterBase database
ibase_query — Execute a query on an InterBase database
ibase_fetch_row — Fetch a row from an InterBase database
ibase_fetch_object — Get an object from a InterBase database
ibase_field_info — Get information about a field
ibase_free_result — Free a result set
ibase_prepare — Prepare a query for later binding of parameter placeholders and execution
ibase_execute — Execute a previously prepared query
ibase_trans — Begin a transaction
ibase_commit — Commit a transaction
ibase_rollback — Rolls back a transaction
ibase_free_query — Free memory allocated by a prepared query
ibase_timefmt — Sets the format of timestamp, date and time type columns returned from queries
ibase_num_fields — Get the number of fields in a result set
ibase_errmsg — Returns error messages
previousifxus_write_slob
ibase_connectnext

Last updated: Mon, 08 Jan 2001
add note | about notes

show source | credits | mirror sites:  

Copyright © 1998-2001 The PHP Group
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Tue Mar 20 11:31:24 2001 MET