autoblogpro/contenttype

内容类型头部

1.0.0 2020-03-05 06:30 UTC

This package is auto-updated.

Last update: 2024-09-05 16:36:58 UTC


README

使用 AutoblogPro\ContentType;

$content = new ContentType();

$content->display('json', json_encode(['one', 'two', 'three']));