PHP Functions : Zip File Functions (Read Only Access)

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Zip File Functions Read Only Access
Help URL: http://www.php.net/manual/en/ref.zip.php


Items Related to Zip File Functions (Read Only Access)

Inner Elements of Zip File Functions (Read Only Access)

Zip File Functions (Read Only Access) contains following items:
  • zip_close (zip close)
  • zip_entry_close (zip entry close)
  • zip_entry_compressedsize (zip entry compressedsize)
  • zip_entry_compressionmethod (zip entry compressionmethod)
  • zip_entry_filesize (zip entry filesize)
  • zip_entry_name (zip entry name)
  • zip_entry_open (zip entry open)
  • zip_entry_read (zip entry read)
  • zip_open (zip open)
  • zip_read (zip read)


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