Entry 3291

disk ligth p1

   

Submitted by anonymous on March 9, 2010 at 5:58 p.m.
Language: PHP. Code size: 280 bytes.

interface disk_light{
	public function login(Disk_account $disk_account);
	public function get_files_list($path);
	public function get_folders_list($path);
	public function is_empty($path);
	public function close(Disk_account $disk_account);
	public function get_error();
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).