- Description: Retrieves data on a specific committee.
- Arguments: Requires unique committee_id.
1 2 3 4 5 6 | api_key = 'XXXXXXXXXXXX'; echo '<pre>'; print_r( $sf->committeesInfo( 'SSAF_ppp' ) ); echo '</pre>'; ?> |
Result:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | stdClass Object ( [chamber] => Senate [id] => SSAF_ppp [name] => Subcommittee on Production, Income Protection and Price Support [subcommittees] => Array ( ) [members] => Array ( ) ) |



