示例#1
0
 public static bool SetBlocking(PhpResource stream, int mode)
 {
     return(PhpStreams.SetBlocking(stream, mode));
 }