li3

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

Contents

  • ../

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

public method

Read strategy method.

Unserializes the passed data.

Parameters

  • string $data

    Serialized data.

Returns

mixed

Result of unserialization.

Links

  • PHP Manual: base64_decode()

Source

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

Be your own giant,
with an un–giant framework.

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