© Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
PSUBSCRIBE pattern [pattern ...]
自2.0.0起可用。
时间复杂度: O(N)其中N是客户端已订阅的模式数量。
订阅客户端给定的模式。
支持的全局样式模式:
h?llo订阅到hello,hallo和hxllo
h?llo
hello
hallo
hxllo
h*llo订阅到hllo和heeeello
h*llo
hllo
heeeello
h[ae]llo订阅到hello,hallo,但不是hillo
h[ae]llo
hallo,
hillo
如果您想逐字匹配,请使用\转义特殊字符。
\