sendRequest('myService.myMethod',new SabreAMF_AMF3_Wrapper(array('myParameter'))); //Send a request to myService.myMethod and send as only parameter 'myParameter' var_dump($result); //Dump the results