XML

    <function name="rpcf_user5_switch_internet_on_disconnect" id="-0x4030">
      <input>
        <integer name="on" />
      </input>
      <output>
      </output>
    </function>

PHP

	function rpcf_user5_switch_internet_on_disconnect($on) { //-0x4030
		if (!$this->connection->urfa_call(-0x4030)) {
			print "Error calling function ". __FUNCTION__ ."\n";
			return FALSE;
		}
		$packet = $this->connection->getPacket(); 
		$packet->DataSetInt($on); 
		$this->connection->urfa_send_param($packet); 
		$this->connection->urfa_get_data();
	}
 
/home/u18456/wiki.flintnet.ru/www/data/pages/function_user5/function_name_rpcf_user5_switch_internet_on_disconnect_id_-0x4030.txt · Последние изменения: 2009/02/18 19:31 (внешнее изменение)
 
За исключением случаев, когда указано иное, содержимое этой вики предоставляется на условиях следующей лицензии:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki