Class: RSFile
Source Location: /RSFile.php
Simple rapidshare file checker class.
Author(s):
Version:
Implements interfaces:
- Iterator (internal interface)
|
|
|
|
Class Details
Class Variables
static $calls = 0
[line 135]
We use this simple variable to know if more than MAX_SERVER_CALLS calls are made to the rapidshare server, you should never make more than one call to processFiles() function that connects to the rapidshare servers. We use this simple variable to know if more than MAX_SERVER_CALLS calls are made to the rapidshare server, you should never make more than one call to processFiles() function that connects to the rapidshare servers.
Tags:
static $instances = array()
[line 141]
The list of instances of this class The list of instances of this class
Tags:
$_errno = null
[line 85]
Stores the latest error number (if any) Stores the latest error number (if any)
Tags:
$_error = null
[line 79]
Stores the latest error (if any) Stores the latest error (if any)
Tags:
$_id =
[line 91]
Stores the current file id Stores the current file id
Tags:
$_md5sum =
[line 127]
Stores the md5sum of the current file Stores the md5sum of the current file
Tags:
$_name =
[line 97]
Stores the current file name Stores the current file name
Tags:
$_serverId =
[line 109]
Stores the server id for the current file Stores the server id for the current file
Tags:
$_shortHost =
[line 121]
Stores the short host for the current file Stores the short host for the current file
Tags:
$_size =
[line 103]
Stores the current file size in bytes Stores the current file size in bytes
Tags:
$_status =
[line 115]
Stores the status for the current file Stores the status for the current file
Tags:
Class Methods
Class Constants
|