Carbon Coder Php Class

Carbon Coder Class: CarbonCoder.zip

Xml Class: Xml.zip

Usage :

$encoder = new CarbonCoder();
$status = $encoder->getStatus("started");
// Display Progress
foreach ($status as $thisStatus) {
	echo $thisStatus["Progress.DWD"];
}

Sockets problems

If socket_create() failed on Windows, install wampserver

  • Edit php.ini in wamp\bin\apache\Apache2.2.11\bin
  • Uncomment extension=php_sockets.dll

Leave a Reply

Powered by WP Hashcash