uccu/tanime

format anime's title

v0.1.2 2017-05-05 13:20 UTC

This package is auto-updated.

Last update: 2024-04-09 17:48:34 UTC


README

It can format animation's title

LICENSE

MIT

Example

/* 简体转换*/
use uccu\Tanime\Title;
$container = new Title('[Leopard-Raws][我的英雄学院S2] Boku no Hero Academia 2 04 RAW (NTV 1280x720 x264 AAC).mp4');
var_dump($container);

/* 无简体转换*/
use uccu\Tanime\Title;
$container = new Title('[Leopard-Raws][进击的巨人2nd] Shingeki no Kyojin Season 2 - 04 RAW (MBS 1280x720 x264 AAC).mp4',false);
var_dump($container);