文件名称:paggern:用于生成随机字符串的模式解释器
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-28 13:24:37
PHP
帕格恩 用于生成随机字符串的模式解释器。 发电机 $ generator = new \ Gajus \ Paggern \ Generator (); /** * Generate a set of random codes based on Paggern pattern. * Codes are guaranteed to be unique within the set. * * @param string $pattern Paggern pattern. * @param int $amount Number of codes to generate. * @param int $safeguard Number of additional codes generated in case there are duplicates that need to be r
【文件预览】:
paggern-master
----.gitignore(29B)
----README.md(4KB)
----tests()
--------GeneratorTest.php(1KB)
--------TokenisationTest.php(2KB)
--------bootstrap.php(50B)
--------RangeTest.php(1KB)
----phpunit.xml(640B)
----LICENSE(1KB)
----composer.json(549B)
----src()
--------Generator.php(2KB)
--------Exception()
--------Lexer.php(5KB)
----.travis.yml(271B)