Overview

Namespaces

  • Rundiz
    • Serializer

Classes

  • Serializer
  • SerializerStatic
  • Overview
  • Namespace
  • Class

Class SerializerStatic

Works with serialize.

Namespace: Rundiz\Serializer
Located at Serializer/SerializerStatic.php
Methods summary
public static
# __callStatic( $name, $arguments )
Magic methods summary
public boolean
# isSerialized( string $string )

Check if string is serialized

Check if string is serialized

Parameters

$string

Returns

boolean
public string
# maybeSerialize( mixed $value )

Check first that data is serialized or not, if not then serialize it otherwise return as is.

Check first that data is serialized or not, if not then serialize it otherwise return as is.

Parameters

$value

Returns

string
public string
# maybeUnserialize( mixed $value )

Check first that data is serialized or not, if yes then unserialize it otherwise return as is.

Check first that data is serialized or not, if yes then unserialize it otherwise return as is.

Parameters

$value

Returns

string
API documentation generated by ApiGen