Google

Go to the first, previous, next, last section, table of contents.


ox_rpc, ox_cmo_rpc, ox_execute_string

ox_rpc(number,"func",arg0,...)
ox_cmo_rpc(number,"func",arg0,...)
ox_execute_string(number,"command",...)
:: ¥×¥í¥»¥¹¤ÎÈ¡¿ô¸Æ¤Ó½Ð¤·
return
0
number
¿ô (¥×¥í¥»¥¹¼±ÊÌ»Ò)
func
È¡¿ô̾
command
ʸ»úÎó
arg0, arg1, ...
Ǥ°Õ (°ú¿ô)
  • ¼±ÊÌ»Ò number ¤Î¥×¥í¥»¥¹¤ÎÈ¡¿ô¤ò¸Æ¤Ó½Ð¤¹.
  • È¡¿ô¤Î·×»»½ªÎ»¤òÂÔ¤¿¤º, ľ¤Á¤Ë 0 ¤òÊÖ¤¹.
  • ox_rpc() ¤Ï, ¥µ¡¼¥Ð¤¬ `ox_asir' ¤Î¾ì¹ç¤Î¤ßÍѤ¤¤ë¤³¤È¤¬¤Ç¤­¤ë. ¤½¤ì°Ê³°¤Î¾ì¹ç¤Ï, ox_cmo_rpc() ¤òÍѤ¤¤ë.
  • È¡¿ô¤¬ÊÖ¤¹ÃÍ¤Ï ox_pop_local(), ox_pop_cmo() ¤Ë¤è¤ê¼è¤ê½Ð¤¹.
  • ¥µ¡¼¥Ð¤¬ `ox_asir' °Ê³°¤Î¤â¤Î (Î㤨¤Ð Kan ¥µ¡¼¥Ð `ox_sm1'¤Ê¤É) ¤Î¾ì¹ç¤Ë¤Ï, Open_XM ¥×¥í¥È¥³¥ë¤Ç¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥Ç¡¼¥¿¤Î¤ß¤ò Á÷¤ë¤³¤È¤¬¤Ç¤­¤ë.
  • ox_execute_string ¤Ï, Á÷¤Ã¤¿Ê¸»úÎó command ¤ò¥µ¡¼¥Ð¤¬¼«¤é¤Î ¥æ¡¼¥¶¸À¸ì¥Ñ¡¼¥¶¤Ç²òÀϤ·, ɾ²Á¤·¤¿·ë²Ì¤ò¥µ¡¼¥Ð¤Î¥¹¥¿¥Ã¥¯¤ËÃÖ¤¯¤è¤¦¤Ë »Ø¼¨¤¹¤ë.
[234] ox_cmo_rpc(0,"dp_ht",dp_ptod((x+y)^10,[x,y]));
0
[235] ox_pop_cmo(0);
(1)*<<10,0>>
[236] ox_execute_string(0,"12345 % 678;");
0
[237] ox_pop_cmo(0);
141
»²¾È
section ox_pop_cmo, ox_pop_local


Go to the first, previous, next, last section, table of contents.