System::mkDir | System::mktemp |
System | |
PEAR Manual | |
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.
Using &cat()
|
System::mkDir | System::mktemp |
System | |
PEAR Manual | |