Documentation

Horde_Pack_Autodetermine
in package

Auto-determine whether data contains PHP objects (an object that must be serialized to be preserved).

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

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

Table of Contents

$phpob  : bool
$_result  : bool
Cached results.
__construct()  : mixed
Constructor.
__get()  : mixed
_scanData()  : mixed

Properties

$phpob read-only

public bool $phpob

True if data contains at least one PHP object.

Methods

__construct()

Constructor.

public __construct(mixed $data) : mixed
Parameters
$data : mixed

Data to scan.

Return values
mixed

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

_scanData()

protected _scanData(mixed $data) : mixed
Parameters
$data : mixed
Return values
mixed

Search results