Skip to content
yuduanchen edited this page Sep 12, 2014 · 1 revision

Write data into an open file.

Description

public phdfs::write (string $file,string $buffer [, int $mode ])

Parameters

string $file

  The file name

string $buffer

  The string that is to be written 

int $mode

  O_WRONLY 、O_CREAT、O_APPEND

Return Values

Returns true on success, false on error.

Clone this wiki locally