This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
zxhx
/
xiaoben-as2-php
Liatin
3
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
6c424a10ba
Ranting
Tag
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
Riwayat
Mentahan
1
2
3
4
5
<?php
interface IRegex{
public static function match($regex, $data);
}