This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
zxhx
/
xiaoben-as2-php
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
90cdb152d8
Ramos
Etiquetas
feature/jiucuo-set
li_huaweicloud
master
nc_test
testing
yhz_paper_parse
yhz_paper_paser_v1
xiaoben-as2-...
/
lib
/
core
/
IRegex.php
IRegex.php
73 B
Histórico
Em bruto
1
2
3
4
5
<?php
interface IRegex{
public static function match($regex, $data);
}