http://cgxwikifunck7z7yx2ex4d4u6dzmzzc5kbnmeie7zp7n2nesiat63cad.onion/code/php/classes/k8101.class.php
= 0 ) return false ; foreach ( func_get_args ( ) as $i => $param ) { if ( $i % 2 == 0 ) $x = $param ; else { $y = $param ; if ( $i >= 3 ) $this -> line ( $couple [ 0 ] , $couple [ 1 ] , $x , $y ) ; $couple = array ( $x , $y ) ; } } }
/**
* Advanced Functions : Draw Circle or Disk from center
*
* @param int $x X value of center
* @param int $y Y value of center
* @param int $r rayon
* @param bool $plein false=circle, true=disk
*/ public function circle ( $x , $y , $r , $plein = false...