PHP 클래스 rtProgress, rtMedia

저자: saurabh
파일 보기 프로젝트 열기: rtCamp/rtMedia 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) : void Constructor
progress ( float $progress, float $total ) : float Calculate progress %.
progress_ui ( float $progress, boolean $echo = true ) : string Show progress_ui.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( ) : void
리턴 void

progress() 공개 메소드

Calculate progress %.
public progress ( float $progress, float $total ) : float
$progress float
$total float
리턴 float

progress_ui() 공개 메소드

Show progress_ui.
public progress_ui ( float $progress, boolean $echo = true ) : string
$progress float
$echo boolean
리턴 string $progress_ui