PHP Functions : COM and .Net (Windows)

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions COM and Net Windows
Help URL: http://www.php.net/manual/en/ref.com.php


Items Related to COM and .Net (Windows)

Inner Elements of COM and .Net (Windows)

COM and .Net (Windows) contains following items:
  • COM
  • DOTNET
  • VARIANT
  • com_addref (com addref)
  • com_create_guid (com create guid)
  • com_event_sink (com event sink)
  • com_get_active_object (com get active object)
  • com_get (com get)
  • com_invoke (com invoke)
  • com_isenum (com isenum)
  • com_load_typelib (com load typelib)
  • com_load (com load)
  • com_message_pump (com message pump)
  • com_print_typeinfo (com print typeinfo)
  • com_propget (com propget)
  • com_propput (com propput)
  • com_propset (com propset)
  • com_release (com release)
  • com_set (com set)
  • variant_abs (variant abs)
  • variant_add (variant add)
  • variant_and (variant and)
  • variant_cast (variant cast)
  • variant_cat (variant cat)
  • variant_cmp (variant cmp)
  • variant_date_from_timestamp (variant date from timestamp)
  • variant_date_to_timestamp (variant date to timestamp)
  • variant_div (variant div)
  • variant_eqv (variant eqv)
  • variant_fix (variant fix)
  • variant_get_type (variant get type)
  • variant_idiv (variant idiv)
  • variant_imp (variant imp)
  • variant_int (variant int)
  • variant_mod (variant mod)
  • variant_mul (variant mul)
  • variant_neg (variant neg)
  • variant_not (variant not)
  • variant_or (variant or)
  • variant_pow (variant pow)
  • variant_round (variant round)
  • variant_set_type (variant set type)
  • variant_set (variant set)
  • variant_sub (variant sub)
  • variant_xor (variant xor)


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