Home / CSE / PHP - CS :: PHP Networking

CSE :: PHP - CS

  1. The ftp_size() function returns the size of a specified file on the FTP server.

  2. A.

     get_ftp_size()

    B.

     ftp_file_size()

    C.

     ftp_size()

    D.

     ftp_amount()

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. 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?

  4. A.

     stream_get_timeout

    B.

     stream_set_timeout

    C.

     stream_fset_timeout

    D.

     stream_fget_timeout

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Which of the following network transports doesn’t PHP support?

  6. A.

     tcp

    B.

     udp

    C.

     udg

    D.

     pdc

    E.

     unix

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. The FTP functions are used to ....... files from file servers.

  8. A.

     Open

    B.

     Download

    C.

     Close

    D.

     Upload

    E.

     All of above

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Which of the following are valid PHP stream transports?
    1. http
    2. STDIO
    3. ftp
    4. STDOUT
    5. stream

  10. A.

     Option 3 and 5

    B.

     Option 1 and 4

    C.

     Option 4 and 5

    D.

     Option 2 and 5

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. The ftp_size() function returns the size of a specified file on the FTP server.

  12. A.

     get_ftp_size()

    B.

     ftp_file_size()

    C.

     ftp_size()

    D.

     ftp_amount()

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. 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?

  14. A.

     stream_get_timeout

    B.

     stream_set_timeout

    C.

     stream_fset_timeout

    D.

     stream_fget_timeout

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following network transports doesn’t PHP support?

  16. A.

     tcp

    B.

     udp

    C.

     udg

    D.

     pdc

    E.

     unix

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. The FTP functions are used to ....... files from file servers.

  18. A.

     Open

    B.

     Download

    C.

     Close

    D.

     Upload

    E.

     All of above

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which of the following are valid PHP stream transports?
    1. http
    2. STDIO
    3. ftp
    4. STDOUT
    5. stream

  20. A.

     Option 3 and 5

    B.

     Option 1 and 4

    C.

     Option 4 and 5

    D.

     Option 2 and 5

    View Answer

    Workspace

    Discuss Discuss in Forum