Exemplo n.º 1
0
function get_job($id)
{
    $result = Resources::get_job($id);
    handle_xml_result($result);
}