pcre_assoc
NAME
pcre_assoc() - A regular pattern substring extractor
SYNOPSIS
mixed *pcre_assoc(string input, string *patterns, mixed *token_aray, void|mixed default);
DESCRIPTION
analog with reg_assoc efun for backwards compatibility reasons but utilizing
the PCRE library.
SEE ALSO
reg_assoc(3)
sssss