Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
rtProgress
PHP Class rtProgress, rtMedia
Author:
saurabh
Exibir arquivo
Open project: rtCamp/rtMedia
Class Usage Examples
Public Methods
Method
Description
__construct
( ) :
void
Constructor
progress
(
float
$progress
,
float
$total
) :
float
Calculate progress %.
progress_ui
(
float
$progress
,
boolean
$echo
= true ) :
string
Show progress_ui.
Method Details
__construct()
public
method
Constructor
public
__construct
( ) :
void
return
void
progress()
public
method
Calculate progress %.
public
progress
(
float
$progress
,
float
$total
) :
float
$progress
float
$total
float
return
float
progress_ui()
public
method
Show progress_ui.
public
progress_ui
(
float
$progress
,
boolean
$echo
= true ) :
string
$progress
float
$echo
boolean
return
string
$progress_ui