background preloader

Libraries

Facebook Twitter

HTML to docx Converter. PhpFtp. PhpFtp is a library used to perform both simple and complex FTP operations such as upload, download, delete, chmod with a very customizable set of options. timeout customizationSSL supportpassive mode supportautomatic retriesoverwrite for both upload and downloadresume support for both upload and downloadtemporary file name on upload and downloadlogging supportcontextual options Here is the basic usage: $options = array( PhpFtp::OPT_HOST => 'localhost', PhpFtp::OPT_USERNAME => 'user', PhpFtp::OPT_PASSWORD => 'password'); $localDirectory = dirname(__FILE__) . '/files/';$remoteDirectory = '/'; $ftp = new PhpFtp($options);$ftp->connect();$ftp->uploadDirectory($localDirectory, $remoteDirectory);$ftp->downloadDirectory($localDirectory .

PhpFtp

Try { $ftp = new PhpFtp($options); $ftp->connect(); $ftp->setTimeout(60); $ftp->uploadFile($localDirectory . $size = $ftp->getFileSize($remoteDirectory . The configuration for the PhpFtp is done using options. GeSHi Documentation 1.0.8.2. This is the documentation for GeSHi - Generic Syntax Highlighter.

GeSHi Documentation 1.0.8.2

The most modern version of this document is available on the web - go to to view it. Any comments, questions, confusing points? Please get in contact with the developers! We need all the information we can get to make the use of GeSHi and everything related to it (including this documentation) a breeze. Contents 1 Introduction GeSHi is exactly what the acronym stands for: a Generic Syntax Highlighter. 1.1 Features Here are some of the standout features of GeSHi: Programmed in PHP: GeSHi is coded entirely in PHP. Support for many languages: GeSHi comes with more than 100 languages, including PHP, HTML, CSS, Java, C, Lisp, XML, Perl, Python, ASM and many more!

XHTML compliant output: GeSHi produces XHTML compliant output, using stylesheets, so you need not worry about GeSHi ruining your claims to perfection in the standards department ;) Highly customisable: Flexible: 1.2 About GeSHi. Cssmin - A (simple) css minifier with benefits. HTML Purifier - Filter your HTML the standards-compliant way! GeSHi - Generic Syntax Highlighter. Latest News GeSHi on GitHub You can find more details on this change in my blog.

GeSHi - Generic Syntax Highlighter

GeSHi Website available encrypted 2012/11/25 I recently decided to make the GeSHi website available via SSL as a related project requires use of SSL anyway. Currently I'm not yet forcing SSL, but if you connected successfully via SSL once you'll use it automatically for the next six months due to HSTS. The reason I'm currently not enforcing is that as the used Certification Authority CAcert is not in the trusted store of Mozilla and Internet Explorer (although the second is not relevant to me) you'd probably get alot of confusing warnings.

This change is available for qbnz.com and geshi.org. GeSHi 1.0.8.11 Released 2012/08/19 Again quite some time has passed but here it is: the new release of GeSHi with loads of new languages, some minor parser tweaks and fixes to existing language files. More information on current GeSHi developement can be found in the GeSHi corner of my blog. BenBE.