Skip to content

Instantly share code, notes, and snippets.

View meg87's full-sized avatar

Mohammed Ghunaimi meg87

  • Riyadh, Saudi Arabia
  • 18:54 (UTC +03:00)
View GitHub Profile
@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()
{