You are here

public static function SchemaMetatagManagerInterface::recomputeSerializedLength in Schema.org Metatag 7

Check if a value looks like a serialized array.

Parameters

string $value: The string value to assess.

Return value

bool TRUE/FALSE.

1 method overrides SchemaMetatagManagerInterface::recomputeSerializedLength()
SchemaMetatagManager::recomputeSerializedLength in src/SchemaMetatagManager.php
Check if a value looks like a serialized array.

File

src/SchemaMetatagManagerInterface.php, line 166

Class

SchemaMetatagManagerInterface
Interface SchemaMetatagManagerInterface.

Code

public static function recomputeSerializedLength($value);