Documentation

Horde_Stream_Filter_Bin2hex extends php_user_filter
in package

Stream filter class to convert binary data into hexadecimal.

Usage: stream_filter_register('horde_bin2hex', 'Horde_Stream_Filter_Bin2hex'); stream_filter_[app|pre]pend($stream, 'horde_bin2hex', [ STREAM_FILTER_[READ|WRITE|ALL] ]);

Copyright 2011-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

filter()  : mixed

Methods

filter()

public filter(mixed $in, mixed $out, mixed &$consumed, mixed $closing) : mixed
Parameters
$in : mixed
$out : mixed
$consumed : mixed
$closing : mixed
Tags
see
stream_filter_register()
Return values
mixed

Search results