예제 #1
0
<?php

require_once "otapi.php";
$wallet_path = "data_folder";
$ot_init = OT_API_Init($wallet_path);
$switch_wallet = OT_API_SwitchWallet($wallet_path, "wallet.xml");
echo "OT_API_Init => " . var_dump($ot_init);
echo "OT_SwitchWallet => " . var_dump($switch_wallet);
예제 #2
0
 static function OT_API_Init()
 {
     return OT_API_Init();
 }
예제 #3
0
 static function OT_API_Init($szClientPath)
 {
     return OT_API_Init($szClientPath);
 }