最近酷馬克迷上了Facebook阿,現在正在玩Pirtes of the world這個小遊戲請大家麻煩點及下列的網址可以幫我家AP喔,謝謝 ^_^http://apps.facebook.com/pirates_world/new.php?invite=%E9%85%B7%E9%A6%AC%E5%85%...
//Setup Web Service $client = new SoapClient("http://tts.itri.org.tw/TTSService/Soap_1_3.php?wsdl"); // Invoke Call to ConvertSimple $result=$client->ConvertSimple("Account","Password","合成文字位置"); // Iterate through the returned string array $resultArray=explode("&",$result); list($resultCode, $resultString, $resultConvertID) = $resultArray; echo "resultCode:".$resultCode." "; echo "resultString:".$resultString." "; echo "resultConvertID:".$resultConvertID." ";