Skip to content

Instantly share code, notes, and snippets.

@meg87
meg87 / psn_friends.php
Created February 6, 2011 13:33
PHP class to access PlayStation Network friends list.
<?php
// Disable libxml errors and allow user to fetch error information as needed
libxml_use_internal_errors(true);
class PSN_friends
{
public $log_file, $session, $frineds;
function __construct()
{