Check users like with new PHP SDK?

How we test if the user is a fan of a particular Web site now on the latest PHP SDK? I used to use:

$ Facebook-isFan = $ api_client-> > pages_isFan ($ urllike);

... But this does not work.

This is the error returned to now:

Notice: undefined property: Facebook:: $ api_client in/home/index.php on line 13

Fatal error: call to a member function pages_isFan ()-object in/home/index.php on line-13

Last edited by TheSilencer (today 06: 19: 55)