?
This document uses PHP Chinese website manual Release
void load_filter
(string
type, string name)
This function can be used to load a filter plugin. The first
argument specifies the type of the filter to load and can be one of the
following: 'pre', 'post', or 'output'. The second argument specifies
the name of the filter plugin, for example, 'trim'.
這個(gè)函數(shù)用來(lái)加載過(guò)濾器插件。第一個(gè)參數(shù)指定過(guò)濾器的類型,只能是下列之一:“pre”,“post”,或者是“output”。第二個(gè)參數(shù)指定過(guò)
濾器插件的名稱,比如“trim”。
Example 13-20. loading filter plugins
|