Next: , Previous: ODBC, Up: Extensions


1.4 PCRE

— Constant: PREG_OFFSET_CAPTURE
— Constant: PREG_PATTERN_ORDER
— Constant: PREG_SET_ORDER
— Constant: PREG_SPLIT_DELIM_CAPTURE
— Constant: PREG_SPLIT_NO_EMPTY
— Constant: PREG_SPLIT_OFFSET_CAPTURE
— Function: preg_grep ($pattern,$input_hash)
— Function: preg_match ($pattern,$subject,[$match_hash=NULL],[$flags=0])
— Function: preg_match_all ($pattern,$subject,[$match_hash=NULL],[$flags=0])
— Function: preg_quote ($subject,[$delim="$"])
— Function: preg_replace ($pattern,$replacement,$subject,[$limit=-1])
— Function: preg_replace_callback ($pattern,$callback,$subject,[$limit=-1])
— Function: preg_split ($pattern,$subject,[$limit=-1],[$flags=0])