XML

  <function name="rpcf_change_intstat_for_user" id="0x2003">
    <input>
      <integer name="user_id" />
      <integer name="need_block" />
    </input>
    <output/>
  </function>

PHP

function rpcf_change_intstat_for_user($user_id,$block) { //0x2003
    if (!$this->connection->urfa_call(0x2003)) {
        print "Error calling function ". __FUNCTION__ ."\n";
        return FALSE;
    }
    $packet = $this->connection->getPacket();
    $packet->DataSetInt($user_id);
    $packet->DataSetInt($block);
    $this->connection->urfa_send_param($packet);
    $this->connection->urfa_get_data();
}
 
/home/u18456/wiki.flintnet.ru/www/data/pages/function_admin/function_name_rpcf_change_intstat_for_user_id_0x2003.txt · Последние изменения: 2009/02/18 19:26 (внешнее изменение)
 
За исключением случаев, когда указано иное, содержимое этой вики предоставляется на условиях следующей лицензии: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