PHP Functions : DB++ Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions DB Functions
Help URL: http://www.php.net/manual/en/ref.dbplus.php


Items Related to DB++ Functions

Inner Elements of DB++ Functions

DB++ Functions contains following items:
  • dbplus_add (dbplus add)
  • dbplus_aql (dbplus aql)
  • dbplus_chdir (dbplus chdir)
  • dbplus_close (dbplus close)
  • dbplus_curr (dbplus curr)
  • dbplus_errcode (dbplus errcode)
  • dbplus_errno (dbplus errno)
  • dbplus_find (dbplus find)
  • dbplus_first (dbplus first)
  • dbplus_flush (dbplus flush)
  • dbplus_freealllocks (dbplus freealllocks)
  • dbplus_freelock (dbplus freelock)
  • dbplus_freerlocks (dbplus freerlocks)
  • dbplus_getlock (dbplus getlock)
  • dbplus_getunique (dbplus getunique)
  • dbplus_info (dbplus info)
  • dbplus_last (dbplus last)
  • dbplus_lockrel (dbplus lockrel)
  • dbplus_next (dbplus next)
  • dbplus_open (dbplus open)
  • dbplus_prev (dbplus prev)
  • dbplus_rchperm (dbplus rchperm)
  • dbplus_rcreate (dbplus rcreate)
  • dbplus_rcrtexact (dbplus rcrtexact)
  • dbplus_rcrtlike (dbplus rcrtlike)
  • dbplus_resolve (dbplus resolve)
  • dbplus_restorepos (dbplus restorepos)
  • dbplus_rkeys (dbplus rkeys)
  • dbplus_ropen (dbplus ropen)
  • dbplus_rquery (dbplus rquery)
  • dbplus_rrename (dbplus rrename)
  • dbplus_rsecindex (dbplus rsecindex)
  • dbplus_runlink (dbplus runlink)
  • dbplus_rzap (dbplus rzap)
  • dbplus_savepos (dbplus savepos)
  • dbplus_setindex (dbplus setindex)
  • dbplus_setindexbynumber (dbplus setindexbynumber)
  • dbplus_sql (dbplus sql)
  • dbplus_tcl (dbplus tcl)
  • dbplus_tremove (dbplus tremove)
  • dbplus_undo (dbplus undo)
  • dbplus_undoprepare (dbplus undoprepare)
  • dbplus_unlockrel (dbplus unlockrel)
  • dbplus_unselect (dbplus unselect)
  • dbplus_update (dbplus update)
  • dbplus_xlockrel (dbplus xlockrel)
  • dbplus_xunlockrel (dbplus xunlockrel)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home