Pchp.Library.PCRE.preg_split C# (CSharp) Method

preg_split() private method

private preg_split ( string pattern, string subject, int limit = -1, int flags ) : PhpArray
pattern string
subject string
limit int
flags int
return Pchp.Core.PhpArray
        public static PhpArray preg_split(string pattern, string subject, int limit = -1, int flags = 0)
        {
            throw new NotImplementedException();
        }