recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
Rar is a powerful and effective archiver created by Eugene Roshal. This extension gives you possibility to read Rar archives but doesn't support writing Rar archives, because this is not supported by UnRar library and is directly prohibited by it's license.
More information about Rar and UnRar can be found at http://www.rarlabs.com/.
No external libraries are needed to build this extension.
This extension has no configuration directives defined in php.ini.
Rar is currently available through PECL http://pecl.php.net/package/rar.
Also you can use the PECL installer to install the Rar extension, using the following command: pecl -v install rar.
You can always download the tar.gz package and install Rar by hand:
Windows users can download the extension dll php_rar.dll here: http://snaps.php.net/win32/PECL_STABLE/.
There is one resource used in Rar extension: a file descriptor returned by rar_open().
This example opens a Rar file archive and extracts each entry to the specified directory.
Another Useful functions:
streams.php-stream-fopen-temporary-file | ref.rar | function.rar-open | function.rar-list | function.rar-getversion | function.rar-getunpackedsize | function.rar-getpackedsize | function.rar-getname | function.rar-getmethod | function.rar-gethostos | function.rar-getfiletime | function.rar-getcrc | function.rar-getattr | function.rar-extract | function.rar-entry-get | function.rar-close | function.ociwritetemporarylob | function.oci-lob-writetemporary |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.