li3

NewsDocumentationVersionsPresentationsCommunityDevelopment
  • Documentation
  • Framework API (1.2.x)
  • lithium
  • storage
  • cache
  • strategy
  • Serializer
  • read()

Contents

  • ../

lithium\storage\cache\strategy\Serializer::read()

public method

Read strategy method.

Unserializes the passed data.

Parameters

  • string $data

    Serialized data.

Returns

mixed

Result of unserialization.

Links

  • PHP Manual: unserialize()

Source

	public function read($data) {
		return unserialize($data);
	}
GitHub / Twitter / Reddit / Stack Overflow
Testimonial Image

We welcome our li3 overlords!

Pretty much everything is (c) 2009-2023 and beyond, the Union of RAD.