System::&cat

System::&cat – concatenate bestanden

Synopsis

require_once "System.php";

boolean System::&cat ( string $args )

Description

Concatenate bestanden. Deze methode gebruikt fopen(), URLs zullen ook moeten werken.

Parameter

  • string $args - de argumenten

Return value

boolean - TRUE on success

Note

This function can be called statically.

Example

Using &cat()

<?php
$var 
System::cat('sample.txt test.txt');
       
System::cat('sample.txt test.txt > final.txt');
       
System::cat('sample.txt test.txt >> final.txt');
?>
creër directories (Previous) Creërd tijdelijke bestanden of directories (Next)
Last updated: Sun, 19 Dec 2010 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.