<?php namespace Overtrue\Pinyin; use InvalidArgumentException; define('PINYIN_NONE', 'none'); define('PINYIN_ASCII', 'ascii'); define('PINYIN_UNICODE', 'unicode'); class Pinyin { const NONE = 'none'; const ASCII = 'ascii'; const UNICODE = 'unicode'; protected $punctuati