[TASK] Wrote classes and implemented about 50% of the whole idea.

This commit is contained in:
Jan Philipp Timme
2010-12-28 19:26:46 +00:00
parent a5c6439d3d
commit bc5b7aeabd
6 changed files with 315 additions and 28 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
<?php
require "val2rgb.php";
$file = $argv[1];
if(file_exists($file) === FALSE) die("Nein\n");
if(file_exists($file) === FALSE) die("Error: file does not exist!\n");
$data = file_get_contents($file);
$size = strlen($data);
$foobar = array();