==== XML ==== ==== PHP ==== function rpcf_user5_add_mime_message($subject,$message,$mime,$state) { //-0x4034 if (!$this->connection->urfa_call(-0x4034)) { print "Error calling function ". __FUNCTION__ ."\n"; return FALSE; } $packet = $this->connection->getPacket(); $packet->DataSetString($subject); $packet->DataSetString($message); $packet->DataSetString($mime); $packet->DataSetInt($state); $this->connection->urfa_send_param($packet); }