Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mime APIs #3134

Merged
merged 4 commits into from
Feb 25, 2020
Merged

Add mime APIs #3134

merged 4 commits into from
Feb 25, 2020

Conversation

twose
Copy link
Member

@twose twose commented Feb 25, 2020

新增五个mime相关的API

/**
 * @param $suffix[required]
 * @param $mime_type[required]
 * @return mixed
 */
function swoole_mime_type_add(string $suffix, string $mime_type){}

/**
 * @param $suffix[required]
 * @param $mime_type[required]
 * @return mixed
 */
function swoole_mime_type_set(string $suffix, string $mime_type){}

/**
 * @param $suffix[required]
 * @param $mime_type[required]
 * @return mixed
 */
function swoole_mime_type_delete(string $suffix, string $mime_type){}

/**
 * @param $filename[required]
 * @return mixed
 */
function swoole_mime_type_get(string $filename){}

/**
 * @param $filename[required]
 * @return mixed
 */
function swoole_mime_type_exists(string $filename){}

swoole.cc Outdated Show resolved Hide resolved
@matyhtf matyhtf merged commit e653a39 into master Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants