The phdfs class
 
 
 (phdfs >= 0.1.0)
  
  
  
  
  
  
   Sinopsis de la Clase
   
   
   
    
    
    
    
     
      phdfs
     
     {
    
    
    
    
    
    
    
    
   public copy
    ( 
string $source_file
   , 
string $destination_file
   ) : 
bool 
   public delete
    ( 
string $path
   ) : 
bool 
   public exists
    ( 
string $path
   ) : 
bool 
   public read
    ( 
string $path
   [, 
int $length = 0
  ] ) : 
string 
   public rename
    ( 
string $old_path
   , 
string $new_path
   ) : 
bool 
   public tell
    ( 
string $path
   [, 
int $read_length = 1024
  ] ) : 
int 
   public write
    ( 
string $path
   , 
string $buffer
   [, 
int $mode = 0
  ] ) : 
bool 
   }
 
   
   
   
  
  
  
  
  
  
  
 Tabla de contenidos