I have hard time understanding the syntax of the following function (and others alike):
int fwrite ( resource $handle , string $string [, int $length ] )
what is the meaning of the brackets and comma that follows [, int $length ]
. what it should indicate?