php_user_filter (class)

The php_user_filter class

Introduction

(PHP 5, PHP 7)

Children of this class are passed to stream_filter_register().

Class synopsis

php_user_filter {
/* Properties */
public $filtername ;
public $params ;
/* Methods */
public int filter ( resource $in , resource $out , int &$consumed , bool $closing )
public void onClose ( void )
public bool onCreate ( void )
}

Properties

filtername

Name of the filter registered by stream_filter_append().

params

Table of Contents

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/class.php-user-filter.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部