PHP Functions : PostgreSQL Functions

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


Items Related to PostgreSQL Functions

Inner Elements of PostgreSQL Functions

PostgreSQL Functions contains following items:
  • pg_affected_rows (pg affected rows)
  • pg_cancel_query (pg cancel query)
  • pg_client_encoding (pg client encoding)
  • pg_close (pg close)
  • pg_connect (pg connect)
  • pg_connection_busy (pg connection busy)
  • pg_connection_reset (pg connection reset)
  • pg_connection_status (pg connection status)
  • pg_convert (pg convert)
  • pg_copy_from (pg copy from)
  • pg_copy_to (pg copy to)
  • pg_dbname (pg dbname)
  • pg_delete (pg delete)
  • pg_end_copy (pg end copy)
  • pg_escape_bytea (pg escape bytea)
  • pg_escape_string (pg escape string)
  • pg_execute (pg execute)
  • pg_fetch_all_columns (pg fetch all columns)
  • pg_fetch_all (pg fetch all)
  • pg_fetch_array (pg fetch array)
  • pg_fetch_assoc (pg fetch assoc)
  • pg_fetch_object (pg fetch object)
  • pg_fetch_result (pg fetch result)
  • pg_fetch_row (pg fetch row)
  • pg_field_is_null (pg field is null)
  • pg_field_name (pg field name)
  • pg_field_num (pg field num)
  • pg_field_prtlen (pg field prtlen)
  • pg_field_size (pg field size)
  • pg_field_type_oid (pg field type oid)
  • pg_field_type (pg field type)
  • pg_free_result (pg free result)
  • pg_get_notify (pg get notify)
  • pg_get_pid (pg get pid)
  • pg_get_result (pg get result)
  • pg_host (pg host)
  • pg_insert (pg insert)
  • pg_last_error (pg last error)
  • pg_last_notice (pg last notice)
  • pg_last_oid (pg last oid)
  • pg_lo_close (pg lo close)
  • pg_lo_create (pg lo create)
  • pg_lo_export (pg lo export)
  • pg_lo_import (pg lo import)
  • pg_lo_open (pg lo open)
  • pg_lo_read_all (pg lo read all)
  • pg_lo_read (pg lo read)
  • pg_lo_seek (pg lo seek)
  • pg_lo_tell (pg lo tell)
  • pg_lo_unlink (pg lo unlink)
  • pg_lo_write (pg lo write)
  • pg_meta_data (pg meta data)
  • pg_num_fields (pg num fields)
  • pg_num_rows (pg num rows)
  • pg_options (pg options)
  • pg_parameter_status (pg parameter status)
  • pg_pconnect (pg pconnect)
  • pg_ping (pg ping)
  • pg_port (pg port)
  • pg_prepare (pg prepare)
  • pg_put_line (pg put line)
  • pg_query_params (pg query params)
  • pg_query (pg query)
  • pg_result_error_field (pg result error field)
  • pg_result_error (pg result error)
  • pg_result_seek (pg result seek)
  • pg_result_status (pg result status)
  • pg_select (pg select)
  • pg_send_execute (pg send execute)
  • pg_send_prepare (pg send prepare)
  • pg_send_query_params (pg send query params)
  • pg_send_query (pg send query)
  • pg_set_client_encoding (pg set client encoding)
  • pg_set_error_verbosity (pg set error verbosity)
  • pg_trace (pg trace)
  • pg_transaction_status (pg transaction status)
  • pg_tty (pg tty)
  • pg_unescape_bytea (pg unescape bytea)
  • pg_untrace (pg untrace)
  • pg_update (pg update)
  • pg_version (pg version)


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