Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. When dealing with timeout values in sockets, the connection timeout can be changed independently of the read/write time out. Which function must be used for this purpose?

  2. A.

     stream_get_timeout

    B.

     stream_set_timeout

    C.

     stream_fset_timeout

    D.

     stream_fget_timeout

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Explanation Not Provided


Be The First To Comment