Archive_Tar::extractInString()

Archive_Tar::extractInString() -- extract one file and return it as a string

Opis

This method extracts the file identified by path from the archive and returns it as a string. It does not use temporary files.

Parametr

  • string $path - the path of the file to extract

Zwracana wartość

string - the content of the extracted file

Uwagi

Ta funkcja nie może być wywołana statycznie.