|
PharData::addEmptyDirAdd an empty directory to the tar/zip archive Beschreibung
bool PharData::addEmptyDir
( string
$dirname
)With this method, an empty directory is created with path dirname. This method is similar to ZipArchive::addEmptyDir. Parameter-Liste
Rückgabewerteno return value, exception is thrown on failure. Beispiele
Beispiel #1 A PharData::addEmptyDir example
<?phpSiehe auch
|