boolean addString (string $filename, string $content)
boolean addString
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.
boolean - Returns TRUE on success, FALSE on failure.
Table 24-1. Possible PEAR_Error values
This function can not be called statically.
Example 24-1. Add a string in a compressed archive