PHP Functions : Oracle Functions

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


Items Related to Oracle Functions

Inner Elements of Oracle Functions

Oracle Functions contains following items:
  • OCI-Collection->append (OCI Collection append)
  • OCI-Collection->assign (OCI Collection assign)
  • OCI-Collection->assignElem (OCI Collection assign Elem)
  • OCI-Collection->free (OCI Collection free)
  • OCI-Collection->getElem (OCI Collection get Elem)
  • OCI-Collection->max (OCI Collection max)
  • OCI-Collection->size (OCI Collection size)
  • OCI-Collection->trim (OCI Collection trim)
  • OCI-Lob->append (OCI Lob append)
  • OCI-Lob->close (OCI Lob close)
  • OCI-Lob->eof (OCI Lob eof)
  • OCI-Lob->erase (OCI Lob erase)
  • OCI-Lob->export (OCI Lob export)
  • OCI-Lob->flush (OCI Lob flush)
  • OCI-Lob->free (OCI Lob free)
  • OCI-Lob->getBuffering (OCI Lob get Buffering)
  • OCI-Lob->import (OCI Lob import)
  • OCI-Lob->load (OCI Lob load)
  • OCI-Lob->read (OCI Lob read)
  • OCI-Lob->rewind (OCI Lob rewind)
  • OCI-Lob->save (OCI Lob save)
  • OCI-Lob->saveFile (OCI Lob save File)
  • OCI-Lob->seek (OCI Lob seek)
  • OCI-Lob->setBuffering (OCI Lob set Buffering)
  • OCI-Lob->size (OCI Lob size)
  • OCI-Lob->tell (OCI Lob tell)
  • OCI-Lob->truncate (OCI Lob truncate)
  • OCI-Lob->write (OCI Lob write)
  • OCI-Lob->writeTemporary (OCI Lob write Temporary)
  • OCI-Lob->writeToFile (OCI Lob write To File)
  • oci_bind_array_by_name (oci bind array by name)
  • oci_bind_by_name (oci bind by name)
  • oci_cancel (oci cancel)
  • oci_close (oci close)
  • oci_commit (oci commit)
  • oci_connect (oci connect)
  • oci_define_by_name (oci define by name)
  • oci_error (oci error)
  • oci_execute (oci execute)
  • oci_fetch_all (oci fetch all)
  • oci_fetch_array (oci fetch array)
  • oci_fetch_assoc (oci fetch assoc)
  • oci_fetch_object (oci fetch object)
  • oci_fetch_row (oci fetch row)
  • oci_fetch (oci fetch)
  • oci_field_is_null (oci field is null)
  • oci_field_name (oci field name)
  • oci_field_precision (oci field precision)
  • oci_field_scale (oci field scale)
  • oci_field_size (oci field size)
  • oci_field_type_raw (oci field type raw)
  • oci_field_type (oci field type)
  • oci_free_statement (oci free statement)
  • oci_internal_debug (oci internal debug)
  • oci_lob_copy (oci lob copy)
  • oci_lob_is_equal (oci lob is equal)
  • oci_new_collection (oci new collection)
  • oci_new_connect (oci new connect)
  • oci_new_cursor (oci new cursor)
  • oci_new_descriptor (oci new descriptor)
  • oci_num_fields (oci num fields)
  • oci_num_rows (oci num rows)
  • oci_parse (oci parse)
  • oci_password_change (oci password change)
  • oci_pconnect (oci pconnect)
  • oci_result (oci result)
  • oci_rollback (oci rollback)
  • oci_server_version (oci server version)
  • oci_set_prefetch (oci set prefetch)
  • oci_statement_type (oci statement type)
  • ocibindbyname
  • ocicancel
  • ocicloselob
  • ocicollappend
  • ocicollassign
  • ocicollassignelem
  • ocicollgetelem
  • ocicollmax
  • ocicollsize
  • ocicolltrim
  • ocicolumnisnull
  • ocicolumnname
  • ocicolumnprecision
  • ocicolumnscale
  • ocicolumnsize
  • ocicolumntype
  • ocicolumntyperaw
  • ocicommit
  • ocidefinebyname
  • ocierror
  • ociexecute
  • ocifetch
  • ocifetchinto
  • ocifetchstatement
  • ocifreecollection
  • ocifreecursor
  • ocifreedesc
  • ocifreestatement
  • ociinternaldebug
  • ociloadlob
  • ocilogoff
  • ocilogon
  • ocinewcollection
  • ocinewcursor
  • ocinewdescriptor
  • ocinlogon
  • ocinumcols
  • ociparse
  • ociplogon
  • ociresult
  • ocirollback
  • ocirowcount
  • ocisavelob
  • ocisavelobfile
  • ociserverversion
  • ocisetprefetch
  • ocistatementtype
  • ociwritelobtofile
  • ociwritetemporarylob


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