apc_fetch_with_pure_wakeup

Similar to apc_fetch but requires that any deserialized objects' __wakeup methods can be called from a pure context

function apc_fetch_with_pure_wakeup(
  mixed $key,
  inout mixed $success,
): mixed;

Parameters

  • mixed $key
  • inout mixed $success

Returns

  • mixed