li3

NewsDocumentationVersionsPresentationsCommunityDevelopment
  • Documentation
  • Framework API (1.0.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

With li3, I don't need to
reverse the polarity of the neutron flow…

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