Exemple #1
0
 /**
  * Get an EPP frame from the server.
  * This retrieves a frame from the server. Since the connection is blocking, this
  * method will wait until one becomes available. If the connection has been broken,
  * this method will return a string containing the XML from the server
  * @throws Exception on frame errors
  * @return a string containing the frame
  */
 function getFrame()
 {
     return Net_EPP_Protocol::getFrame($this->socket);
 }