System::&cat

System::&cat -- concatenate files

Synopsis

require_once "System.php";

boolean System::&cat (string $args)

Description

Concatenate files. The method uses fopen(), URLs should work too.

Parameter

Return value

boolean - TRUE on success

Note

This function can be called statically.

See

cat man page

Example