PHP Function List
preg_matchall doesn't exist. Closest matches:
- preg_match_all
- preg_match
- pg_fetch_all
- mb_ereg_match
- yp_match
- preg_replace_callback
- http_match_etag
- pg_meta_data
- sqlite_fetch_all
- pg_fetch_all_columns
- oci_fetch_all
- spl_autoload_call
- yp_all
- pg_lo_tell
- xpath_eval
- preg_quote
- preg_split
- pg_lo_read_all
- pg_fetch_array
- pg_fetch_assoc
Site Search Results
-
搜索subject中所有匹配pattern给定正则表达式 的匹配结果并且将它们以flag指定顺序输出到matches中. 在第一个匹配找到后, 子序列继续从最后一次匹配位置搜索.
-
Searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by flags. After the first match is found, the subsequent searches are continued on from end of the last match.
-
Durchsucht subject nach allen Übereinstimmungen mit dem in pattern angegebenen regulären Ausdruck und legt sie in der durch flags festgelegten Reihenfolge in matches ab. Nachdem die erste Übereinstimmung gefunden wurde, wird die nachfolgende ...
-
subject を検索し、 pattern に指定した正規表現にマッチした すべての文字列を、flags で指定した 順番で、matches に代入します。 正規表現にマッチすると、そのマッチした文字列の後から ...
-
Busca en subject todas las coincidencias de la expresión regular dada en pattern y las introduce en matches en el orden especificado por flags. Después haber encontrado la primera coincidencia, las búsquedas subsiguientes continúan desde el ...
-
Analyse subject pour trouver l'expression pattern et met les résultats dans matches, dans l'ordre spécifié par flags. Après avoir trouvé un premier résultat, la recherche continue jusqu'à la fin de la chaîne.
-
şablon ile belirtilen düzenli ifadeyi eşleştirmek için konu dizgesinde arama yapar ve bulunanları seçenekler ile belirtilen sırada eşleşmeler dizisine yerleştirir. İlk eşleşme bulunduğunda arama işlemi bitmez, dizgenin sonuna kadar ...
-
Parameters pattern The pattern to search for, as a string. subject The input string. matches If matches is provided, then it is filled with the results of search. $matches[0] will contain the text that matched the full pattern, $matches[1 ...
-
参数 pattern 用于搜索的模式, 字符串形式. subject 输入字符串 limit 如果指定, 将限制分隔得到的子串最多只有limit个, 返回的最后一个 子串将包含所有剩余部分.limit值为-1, 0或null时都代表 ...
-
Parameters pattern The pattern to search for. It can be either a string or an array with strings. Several PCRE modifiers are also available, including 'e' (PREG_REPLACE_EVAL), which is specific to this function.

Other forms of search
To search the string "preg_matchall" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
