Go to the source code of this file.
|
| preg_match (string $pattern, string $subject, &$matches=null, int $flags=0, int $offset=0) |
|
| preg_match_all (string $pattern, string $subject, &$matches=null, int $flags=0, int $offset=0) |
|
| preg_replace (string|array $pattern, string|array $replacement, string|array $subject, int $limit=-1, &$count=null) |
|
| preg_filter (string|array $pattern, string|array $replacement, string|array $subject, int $limit=-1, &$count=null) |
|
| preg_replace_callback (string|array $pattern, callable $callback, string|array $subject, int $limit=-1, &$count=null, int $flags=0) |
|
| preg_replace_callback_array (array $pattern, string|array $subject, int $limit=-1, &$count=null, int $flags=0) |
|
| preg_split (string $pattern, string $subject, int $limit=-1, int $flags=0) |
|
| preg_quote (string $str, ?string $delimiter=null) |
|
| preg_grep (string $pattern, array $array, int $flags=0) |
|
| preg_last_error () |
|
| preg_last_error_msg () |
|
◆ preg_filter()
preg_filter |
( |
string|array | $pattern, |
|
|
string|array | $replacement, |
|
|
string|array | $subject, |
|
|
int | $limit = -1, |
|
|
& | $count = null ) |
- Parameters
-
- Returns
- string|array<int|string, string>|null
Definition at line 121 of file php_pcre.stub.php.
◆ preg_grep()
preg_grep |
( |
string | $pattern, |
|
|
array | $array, |
|
|
int | $flags = 0 ) |
◆ preg_last_error()
◆ preg_last_error_msg()
◆ preg_match()
preg_match |
( |
string | $pattern, |
|
|
string | $subject, |
|
|
& | $matches = null, |
|
|
int | $flags = 0, |
|
|
int | $offset = 0 ) |
- Parameters
-
array | $matches | @frameless-function {"arity": 2} |
Definition at line 105 of file php_pcre.stub.php.
◆ preg_match_all()
preg_match_all |
( |
string | $pattern, |
|
|
string | $subject, |
|
|
& | $matches = null, |
|
|
int | $flags = 0, |
|
|
int | $offset = 0 ) |
◆ preg_quote()
preg_quote |
( |
string | $str, |
|
|
?string | $delimiter = null ) |
◆ preg_replace()
preg_replace |
( |
string|array | $pattern, |
|
|
string|array | $replacement, |
|
|
string|array | $subject, |
|
|
int | $limit = -1, |
|
|
& | $count = null ) |
- Parameters
-
- Returns
- string|array<int|string, string>|null @frameless-function {"arity": 3}
Definition at line 115 of file php_pcre.stub.php.
◆ preg_replace_callback()
preg_replace_callback |
( |
string|array | $pattern, |
|
|
callable | $callback, |
|
|
string|array | $subject, |
|
|
int | $limit = -1, |
|
|
& | $count = null, |
|
|
int | $flags = 0 ) |
- Parameters
-
- Returns
- string|array<int|string, string>|null
Definition at line 127 of file php_pcre.stub.php.
◆ preg_replace_callback_array()
preg_replace_callback_array |
( |
array | $pattern, |
|
|
string|array | $subject, |
|
|
int | $limit = -1, |
|
|
& | $count = null, |
|
|
int | $flags = 0 ) |
◆ preg_split()
preg_split |
( |
string | $pattern, |
|
|
string | $subject, |
|
|
int | $limit = -1, |
|
|
int | $flags = 0 ) |
- Returns
- array<int|string, string|array>|false @refcount 1
Definition at line 136 of file php_pcre.stub.php.
◆ PCRE_JIT_SUPPORT
const PCRE_JIT_SUPPORT = UNKNOWN |
◆ PCRE_VERSION
const PCRE_VERSION = UNKNOWN |
◆ PCRE_VERSION_MAJOR
const PCRE_VERSION_MAJOR = UNKNOWN |
◆ PCRE_VERSION_MINOR
const PCRE_VERSION_MINOR = UNKNOWN |
◆ PREG_BACKTRACK_LIMIT_ERROR
const PREG_BACKTRACK_LIMIT_ERROR = UNKNOWN |
◆ PREG_BAD_UTF8_ERROR
const PREG_BAD_UTF8_ERROR = UNKNOWN |
◆ PREG_BAD_UTF8_OFFSET_ERROR
const PREG_BAD_UTF8_OFFSET_ERROR = UNKNOWN |
◆ PREG_GREP_INVERT
const PREG_GREP_INVERT = UNKNOWN |
◆ PREG_INTERNAL_ERROR
const PREG_INTERNAL_ERROR = UNKNOWN |
◆ PREG_JIT_STACKLIMIT_ERROR
const PREG_JIT_STACKLIMIT_ERROR = UNKNOWN |
◆ PREG_NO_ERROR
const PREG_NO_ERROR = UNKNOWN |
◆ PREG_OFFSET_CAPTURE
const PREG_OFFSET_CAPTURE = UNKNOWN |
◆ PREG_PATTERN_ORDER
const PREG_PATTERN_ORDER = UNKNOWN |
◆ PREG_RECURSION_LIMIT_ERROR
const PREG_RECURSION_LIMIT_ERROR = UNKNOWN |
◆ PREG_SET_ORDER
const PREG_SET_ORDER = UNKNOWN |
◆ PREG_SPLIT_DELIM_CAPTURE
const PREG_SPLIT_DELIM_CAPTURE = UNKNOWN |
◆ PREG_SPLIT_NO_EMPTY
const PREG_SPLIT_NO_EMPTY = UNKNOWN |
◆ PREG_SPLIT_OFFSET_CAPTURE
const PREG_SPLIT_OFFSET_CAPTURE = UNKNOWN |
◆ PREG_UNMATCHED_AS_NULL
const PREG_UNMATCHED_AS_NULL = UNKNOWN |