You are here

function shurly_service_output_php in ShURLy 8

Same name and namespace in other branches
  1. 6 shurly_service/shurly_service.inc \shurly_service_output_php()
  2. 7 shurly_service/shurly_service.inc \shurly_service_output_php()

Output PHP serialized data.

File

shurly_service/shurly_service.inc, line 144
Link general search functionalities to services module.

Code

function shurly_service_output_php($data) {
  print serialize($data);
}