You are here

function shurly_service_output_php in ShURLy 7

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

Output PHP serialized data

File

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

Code

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