php_user_filter::onCreateCalled when creating the filter Description
public bool php_user_filter::onCreate()
This method is called during instantiation of the filter class object. If your filter allocates or initializes any other resources (such as a buffer), this is the place to do it.
When your filter is first instantiated, and
ParametersThis function has no parameters. Return Values
Your implementation of
this method should return |