프로퍼티 | 타입 | 설명 | |
---|---|---|---|
parameters | object |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetFilter | bool | ||
MergeFilterNames |
메소드 | 설명 | |
---|---|---|
AddSystemFilter ( IFilterFactory factory ) : bool |
Register a built-in stream filter factory.
|
|
AddUserFilter ( string filter, string classname ) : bool |
Registers a user stream filter.
|
|
Filter ( |
Processes the input (either of type string or byte[]) data and returns the filtered data in one of the formats above or
|
|
GetFilterNames ( ) : |
Retrieves the list of registered filters.
|
|
OnClose ( ) : void |
Called when the containig stream is being closed.
|
|
OnCreate ( ) : void |
Called when the filter is attached to a stream.
|
|
PhpFilter ( object parameters ) : System |
Creates a new instance of the PhpFilter.
|
메소드 | 설명 | |
---|---|---|
GetFilter ( string filter, bool instantiate, |
Searches for a filter implementation in the known PhpFilter descendants.
|
|
MergeFilterNames ( ICollection |
Merges the individual string[] into one PhpArray (numeric keys).
|
public static AddSystemFilter ( IFilterFactory factory ) : bool | ||
factory | IFilterFactory | The filter factory. |
리턴 | bool |
public static AddUserFilter ( string filter, string classname ) : bool | ||
filter | string | The name of the filter (may contain wildcards). |
classname | string | The PHP user class (derived from |
리턴 | bool |
public abstract Filter ( |
||
ctx | ||
input | ||
closing | bool | |
리턴 |
public PhpFilter ( object parameters ) : System | ||
parameters | object | The parameters. |
리턴 | System |