ALIAS

pma()

ShortPHP reference for preg_match_all().

Signature

preg_match_all(string $pattern, string $subject, array &$matches = null, int $flags = PREG_PATTERN_ORDER, int $offset = 0): int|false

Example

pma(...);

PHP equivalent

preg_match_all() is the canonical PHP function. ShortPHP provides pma() as the convenience alias.

Extension: pcre

Official PHP manual ↗

Reference navigation

Previous: pm()

Next: prp()

Back to reference