A PHP function that performs a global regular expression match using PCRE patterns.
A PHP function that performs a global regular expression match using PCRE patterns.
int preg_match_all ( 
     string $pattern , 
     string $subject 
     [, array &$matches 
     [, int $flags = PREG_PATTERN_ORDER 
     [, int $offset = 0 ]]] 
)
 
     
     
     
     
     
     
     
     
     
     
     
     
    