|
Cheetah
|
Go to the source code of this file.
Functions | |
| uploadMusic ($sFilePath, $sUserId, $sFileName, $bUploaded=true) | |
| checkRecord ($sUserId) | |
| publishRecordedFile ($sUserId, $sTitle, $sCategory, $sTags, $sDesc) | |
| initFile ($sId, $sTitle, $sCategory, $sTags, $sDesc) | |
| convertMain ($sId) | |
| convert ($sId) | |
| getDuration ($sFile) | |
| renameFile ($sUserId, $sFileId) | |
| deleteTempMp3s ($sUserId, $bSourceOnly=false) | |
| deleteFile ($sFile) | |
| getMp3Token ($sId) | |
| checkRecord | ( | $sUserId | ) |
Definition at line 44 of file functions.inc.php.
| convert | ( | $sId | ) |
Definition at line 136 of file functions.inc.php.
| convertMain | ( | $sId | ) |
Definition at line 101 of file functions.inc.php.
| deleteFile | ( | $sFile | ) |
Delete file
| $sFile | - file identificator |
Definition at line 195 of file functions.inc.php.
| deleteTempMp3s | ( | $sUserId, | |
$bSourceOnly = false |
|||
| ) |
Definition at line 175 of file functions.inc.php.
| getDuration | ( | $sFile | ) |
Definition at line 157 of file functions.inc.php.
| getMp3Token | ( | $sId | ) |
Definition at line 211 of file functions.inc.php.
| initFile | ( | $sId, | |
| $sTitle, | |||
| $sCategory, | |||
| $sTags, | |||
| $sDesc | |||
| ) |
Definition at line 79 of file functions.inc.php.
| publishRecordedFile | ( | $sUserId, | |
| $sTitle, | |||
| $sCategory, | |||
| $sTags, | |||
| $sDesc | |||
| ) |
Definition at line 51 of file functions.inc.php.
| renameFile | ( | $sUserId, | |
| $sFileId | |||
| ) |
Definition at line 162 of file functions.inc.php.
| uploadMusic | ( | $sFilePath, | |
| $sUserId, | |||
| $sFileName, | |||
$bUploaded = true |
|||
| ) |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file functions.inc.php.