PHP Functions : Memcache Functions

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


Items Related to Memcache Functions

Inner Elements of Memcache Functions

Memcache Functions contains following items:
  • Memcache::add (Memcache add)
  • Memcache::addServer (Memcache add Server)
  • Memcache::close (Memcache close)
  • Memcache::connect (Memcache connect)
  • memcache_debug (memcache debug)
  • Memcache::decrement (Memcache decrement)
  • Memcache::delete (Memcache delete)
  • Memcache::flush (Memcache flush)
  • Memcache::get (Memcache get)
  • Memcache::getExtendedStats (Memcache get Extended Stats)
  • Memcache::getStats (Memcache get Stats)
  • Memcache::getVersion (Memcache get Version)
  • Memcache::increment (Memcache increment)
  • Memcache::pconnect (Memcache pconnect)
  • Memcache::replace (Memcache replace)
  • Memcache::set (Memcache set)
  • Memcache::setCompressThreshold (Memcache set Compress Threshold)


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