Files
wy/ZeedFramework/library/3rd/soar/1.0/basic/misc.inc
2026-01-07 11:40:41 +08:00

10 lines
126 B
PHP

<?php
class misc
{
const NAME_SIZE=30;
const LONG_NAME_SIZE=200;
const BIT_OF_CHAR=8;
const CRLF="\r\n";
}
?>