PHP Functions : Firebird/InterBase Functions

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


Items Related to Firebird/InterBase Functions

Inner Elements of Firebird/InterBase Functions

Firebird/InterBase Functions contains following items:
  • ibase_add_user (ibase add user)
  • ibase_affected_rows (ibase affected rows)
  • ibase_backup (ibase backup)
  • ibase_blob_add (ibase blob add)
  • ibase_blob_cancel (ibase blob cancel)
  • ibase_blob_close (ibase blob close)
  • ibase_blob_create (ibase blob create)
  • ibase_blob_echo (ibase blob echo)
  • ibase_blob_get (ibase blob get)
  • ibase_blob_import (ibase blob import)
  • ibase_blob_info (ibase blob info)
  • ibase_blob_open (ibase blob open)
  • ibase_close (ibase close)
  • ibase_commit_ret (ibase commit ret)
  • ibase_commit (ibase commit)
  • ibase_connect (ibase connect)
  • ibase_db_info (ibase db info)
  • ibase_delete_user (ibase delete user)
  • ibase_drop_db (ibase drop db)
  • ibase_errcode (ibase errcode)
  • ibase_errmsg (ibase errmsg)
  • ibase_execute (ibase execute)
  • ibase_fetch_assoc (ibase fetch assoc)
  • ibase_fetch_object (ibase fetch object)
  • ibase_fetch_row (ibase fetch row)
  • ibase_field_info (ibase field info)
  • ibase_free_event_handler (ibase free event handler)
  • ibase_free_query (ibase free query)
  • ibase_free_result (ibase free result)
  • ibase_gen_id (ibase gen id)
  • ibase_maintain_db (ibase maintain db)
  • ibase_modify_user (ibase modify user)
  • ibase_name_result (ibase name result)
  • ibase_num_fields (ibase num fields)
  • ibase_num_params (ibase num params)
  • ibase_param_info (ibase param info)
  • ibase_pconnect (ibase pconnect)
  • ibase_prepare (ibase prepare)
  • ibase_query (ibase query)
  • ibase_restore (ibase restore)
  • ibase_rollback_ret (ibase rollback ret)
  • ibase_rollback (ibase rollback)
  • ibase_server_info (ibase server info)
  • ibase_service_attach (ibase service attach)
  • ibase_service_detach (ibase service detach)
  • ibase_set_event_handler (ibase set event handler)
  • ibase_timefmt (ibase timefmt)
  • ibase_trans (ibase trans)
  • ibase_wait_event (ibase wait event)


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