PHP » GoLang |
login |
register |
about
|
GoLang php_user_filter::onCreate
request it (331)
GoLang replacement for PHP's php_user_filter::onCreate
[edit | history]
php_user_filter::onCreate(PHP 5, PHP 7) php_user_filter::onCreate — Called when creating the filter Description
public bool php_user_filter::onCreate
( void
)
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 yourfilter->onCreate() is called, a number of properties will be available as shown in the table below.
ParametersThis function has no parameters. Return Values
Your implementation of
this method should return |
more
Recently updated
more
Most requested
more
Last requests
|