PharData::copy

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0)

PharData::copyCopy a file internal to the phar archive to another new file within the phar

Beschreibung

public PharData::copy(string $from, string $to): bool

Copy a file internal to the tar/zip archive to another new file within the same archive. This is an object-oriented alternative to using copy() with the phar stream wrapper.

Parameter-Liste

from

to

Rückgabewerte

returns true on success, but it is safer to encase method call in a try/catch block and assume success if no exception is thrown.

Fehler/Exceptions

throws UnexpectedValueException if the source file does not exist, the destination file already exists, write access is disabled, opening either file fails, reading the source file fails, or a PharException if writing the changes to the phar fails.

Beispiele

Beispiel #1 A PharData::copy() example

This example shows using PharData::copy() and the equivalent stream wrapper performance of the same thing. The primary difference between the two approaches is error handling. All PharData methods throw exceptions, whereas the stream wrapper uses trigger_error().

<?php
try {
    
$phar = new PharData('myphar.tar');
    
$phar['a'] = 'hi';
    
$phar->copy('a''b');
    echo 
$phar['b']; // outputs "phar://myphar.tar/b"
} catch (Exception $e) {
    
// handle error
}

// the stream wrapper equivalent of the above code.
// E_WARNINGS are triggered on error rather than exceptions.
copy('phar://myphar.tar/a''phar//myphar.tar/c');
echo 
file_get_contents('phar://myphar.tar/c'); // outputs "hi"
?>

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

MMOexp:Tight End Guide Running and Passing in College Football 26

In College Football 26 Coins (https://www.mmoexp.com/College-football-26/Coins.html)​, the tight end is one of the most versatile positions on t ...

Geschrieben von Florencehg am 28.05.2026 09:34:37
Forum: Off-Topic Diskussionen
MMOexp:Skull and Bones-Unlock Tier 9+ Ship Upgrades

Ubisoft's Skull and Bones Silver (https://www.mmoexp.com/Skull-and-bones/Silver.html?fsid=128558)​ has quickly become a beloved title for pirate ...

Geschrieben von Florencehg am 28.05.2026 09:33:56
Forum: Off-Topic Diskussionen
MMOexp:Diablo 4 Dash Rogue Movement and Combat Guide

In Diablo IV gold (https://www.mmoexp.com/Diablo-4/Gold.html?fsid=702209)​, the Dash Rogue is an exceptionally mobile class, designed for player ...

Geschrieben von Florencehg am 28.05.2026 09:32:59
Forum: Off-Topic Diskussionen
Shop 2026 Buy Dumps Online 2026 Dumps track12+pin Best dumps website 2026

Dumps with Pin Shop Online | Clone Cards Dumps Atm | Best CVV Shop 2026 Welcome to our shop : Our store specializes in providing dumps with pin, d ...

Geschrieben von sellergood11 am 27.05.2026 22:08:28
Forum: Netzwerk &amp; Internet