We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Write data into an open file.
public phdfs::write (string $file,string $buffer [, int $mode ])
string $file
The file name
string $buffer
The string that is to be written
int $mode
O_WRONLY 、O_CREAT、O_APPEND
Returns true on success, false on error.