1function close(sreader) 2% 3% O = close(sreader) - closes the socket connection 4% 5sclose(sreader.fd); 6sreader.fd = 0; 7 8