hi, i want to use a callback function for my ob_start inside of a class.
but it wont work in any way.
ob_start("bar") works fine if the function is not in a class.
ob_start("$foo->bar") or ob_start("Foo:: bar") doesnt.
Is there a way to use a function inside of a class for a callback?
but it wont work in any way.
ob_start("bar") works fine if the function is not in a class.
ob_start("$foo->bar") or ob_start("Foo:: bar") doesnt.
Is there a way to use a function inside of a class for a callback?
Comment