Hvordan til at kopiere filer i PHP af Sachin Joshi

Hvordan til at åbne og læse PHP-filer er blevet diskuteret i tidligere blog:

Hvordan til at åbne og læse filer med PHP

Nu vil vi .. diskutere om kopiere en php-fil

I php, vi kan kopiere filer fra "kilde" til "destination"

Funktion bruges:

 kopi (bruges i PHP 4, PHP 5 ) 

Det tager to parametre som input:

1. Destination sti

2. Kilde Path

Syntaks:

 kopi (string $ kilde, string $ destination), 

BEMÆRK: Hvis den destination filen findes det vil blive overskrevet

Den returnerer sandt på succes og falsk på fiasko

kan forklares med et eksempel: <.. br>


  • $ source_file = 'sourcefile.txt «

  • $ destination_file =' destination.txt.bak«;

  • //Vil kopiere source_file at destination_file

  • //overwritting i destination, hvis nødvendigt

    - Se mere på: http://findnerd.com/list/view/PHP Kopi-filer-/3350 /# sthash.E6PhgBqx.dpuf

     

    BEMÆRK:.. Hvis destinationen filen findes det vil blive overskrevet

    Den returnerer sandt på succes og falsk på fiasko

    Kan forklares med et eksempel:


  • $ source_file = 'sourcefile.txt «

  • $ destination_file =' destination.txt.bak«;

  • //Vil kopiere source_file at destination_file

  • //overwritting i destination, hvis nødvendigt

    - Se mere på: http://findnerd.com/list/view/PHP Kopi-filer-/3350 /# sthash.E6PhgBqx.dpuf

     BEMÆRK: Hvis den destination filen findes det vil blive overskrevet 

    Den returnerer sandt på succes og falsk på fiasko

    Kan være.. forklaret med et eksempel:

    $ source_file = 'sourcefile.txt «

    $ destination_file =' destination.txt.bak«;

    //Vil kopiere source_file at destination_file

    //overwritting i destination, hvis nødvendigt

    - Se hele blog på: Hvordan til at kopiere filer i PHP.


    FindNerd: At være en effektiv C, C #, Java, PHP Developer Forum, her kan du også skrive & ser for forskellige programmering forespørgsler sammen med deres løsninger, herunder Android, Java, PHP spørgsmål og svar

    mv