Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

A simple Class to get all needed Info's from an Shoutcast-Server

Notifications You must be signed in to change notification settings

mgoerlich-dev/shoutcast-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

shoutcast Klasse für PHP

Eigenschaften

Keine um die ihr euch kümmern solltet ;)

Methoden

__construct()

object shoutcast::__construct( string $ip, int $port, string $pass )

Erstellt ein neues Shoutcast Objekt

Parameter

ip
    Die IP des Shoutcast Servers

port
    Der Port auf dem der Shoutcast Server lauscht

pass
    Das Passwort für das Admin-Interface des Shoutcast Servers

getShoutcastData()

array shoutcast::getShoutcastData()

Gibt die Daten aus der Shoutcast XML als Array zurück (Songhistory ausgenommen)

Parameter

nuttin
    to care 'bout

Rückgabewert

Die Daten aus der Shoutcast XML werden als Array zurückgegeben

getShoutcastHistory()

array shoutcast::getShoutcastHistory()

Liefert die Sonhistory des Shoucast Servers als Array

Parameter

nuttin
    to care 'bout

Rückgabewert

Songhistory des Shoutcast Servers als Array.

About

A simple Class to get all needed Info's from an Shoutcast-Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages