This commit is contained in:
make
2025-04-21 17:47:12 +08:00
parent 24cef96a26
commit 7ef217c1b9
523 changed files with 0 additions and 93250 deletions

View File

@@ -1,17 +0,0 @@
<?php
namespace template\ziku;
class WordsEntities
{
static $arrZiKu = [];
static public function getWords($strWords)
{
if (!isset(self::$arrZiKu[$strWords])) {
self::$arrZiKu[$strWords] = customEntities($strWords);
}
return self::$arrZiKu[$strWords];
}
}