This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
+----------------------------------------------------------------------+ | |
| APD Profiler & Debugger | | |
+----------------------------------------------------------------------+ | |
| Copyright (c) 2001-2003 Community Connect Inc. | | |
+----------------------------------------------------------------------+ | |
| This source file is subject to version 2.02 of the PHP license, | | |
| that is bundled with this package in the file LICENSE, and is | | |
| available at through the world-wide-web at | | |
| http://www.php.net/license/2_02.txt. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Description of VideoStream | |
* | |
* @author Rana | |
* @link http://codesamplez.com/programming/php-html5-video-streaming-tutorial | |
*/ | |
class VideoStream | |
{ | |
private $path = ""; |