Help for this page

Select Code to Download


  1. or download this
    # Mark the calling request object as answered, use the
    # ID param to create and return an response packet object.
    ...
        $response->finish( FAIL);
        return;
    }