Home
require_once "System.php";
boolean System::&cat (string $args)
Concatenate files. The method uses fopen(), URLs should work too.
string $args - the arguments
boolean - TRUE on success
This function can be called statically.
cat man page
Example 19-1. Using &cat()
$var = System::cat('sample.txt test.txt'); System::cat('sample.txt test.txt > final.txt'); System::cat('sample.txt test.txt >> final.txt');
© 2002-2004 Active-Venture.com Web Site Hosting Service
Disclaimers: This documentation is provided only for the benefits of our website hosting customers. For authoritative source of the documentation, please refer to http://pear.php.net/manual/
Recommended Resources: