| Archive_Tar::extractInString() (Previous) | (Next) File | ||||
| |
|||||
|
|||||
This method adds the string content in the archive like a file with full filename filename.
If the archive does not exists it attempts to create it.
string $filename - the path and filename that will be associated with the added string in the archive.
string $content - the string to add in the archive as a file.
Tabela 40-1. Możliwe wartości PEAR_Error
| Error code | Error message | Reason | Solution |
|---|---|---|---|
| NULL | "Unable to open in write mode file name" | The file permissions for an existing file do not allow writing or the file is locked. | Check permissions and possible competive programs using the file. |
| NULL | "Unable to open file filenamein binary read mode" | The file to add to the archive could not be read. | Check for typing mistakes in the function argument and file permissions. |
Przykład 40-1. Add a string in a compressed archive
|
| Archive_Tar::extractInString() (Previous) | (Next) File | ||||||||
| |
|||||||||
|
|||||||||