ctrl + V thread

5150

Well-known member
Another one of those daft pointless things going around the message boards of the web... Post a reply by hitting ctrl + V to paste in the contents of your clipboard as the reply message.

I'll kick it off - here's mine:

"Anhedonia" is an inability to experience pleasure from normally pleasurable experiences.
 
Edie Sedgewick


???? no f***** idea.

who's been on my pc?



Just googled out of curiosity - apparently she was an actress who died in 1971
 
$Id: archive.php ,v 1.0 Mon Jun 26 17:47:48 BST 2006 17:47:48 stewartc Exp $

require_once "File/Archive.php";
require_once "Cache/Lite.php";

$options = array("cacheDir" => "/tmp");
$cache = new Cache_Lite($options);
File_Archive::setOption("cache",$cache );
File_Archive::setOption("zipCompressionLevel", 9);

$files = array('foo.txt',
'bar.txt');

File_Archive::extract(
$files,
File_Archive::toArchive(
'archive/foobar.zip',
File_Archive::toFiles()
)
);
$cache->clean();
?>
 
Back
Top